@delpa/mt-prisma 0.17.0 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/generated/client/edge.js +10 -2
- package/dist/generated/generated/client/index-browser.js +8 -0
- package/dist/generated/generated/client/index.d.ts +179 -2
- package/dist/generated/generated/client/index.js +10 -2
- package/dist/generated/generated/client/package.json +1 -1
- package/dist/generated/generated/client/schema.prisma +9 -0
- package/generated/client/edge.js +10 -2
- package/generated/client/index-browser.js +8 -0
- package/generated/client/index.d.ts +179 -2
- package/generated/client/index.js +10 -2
- package/generated/client/package.json +1 -1
- package/generated/client/schema.prisma +9 -0
- package/package.json +1 -1
- package/prisma/schema.prisma +24 -15
|
@@ -391,6 +391,15 @@ export const EquipmentStatus: {
|
|
|
391
391
|
export type EquipmentStatus = (typeof EquipmentStatus)[keyof typeof EquipmentStatus]
|
|
392
392
|
|
|
393
393
|
|
|
394
|
+
export const VehicleStatus: {
|
|
395
|
+
ACTIVE: 'ACTIVE',
|
|
396
|
+
INACTIVE: 'INACTIVE',
|
|
397
|
+
MAINTENANCE: 'MAINTENANCE'
|
|
398
|
+
};
|
|
399
|
+
|
|
400
|
+
export type VehicleStatus = (typeof VehicleStatus)[keyof typeof VehicleStatus]
|
|
401
|
+
|
|
402
|
+
|
|
394
403
|
export const GpsProviders: {
|
|
395
404
|
BEERMAN: 'BEERMAN',
|
|
396
405
|
GETRAK: 'GETRAK',
|
|
@@ -568,6 +577,10 @@ export type EquipmentStatus = $Enums.EquipmentStatus
|
|
|
568
577
|
|
|
569
578
|
export const EquipmentStatus: typeof $Enums.EquipmentStatus
|
|
570
579
|
|
|
580
|
+
export type VehicleStatus = $Enums.VehicleStatus
|
|
581
|
+
|
|
582
|
+
export const VehicleStatus: typeof $Enums.VehicleStatus
|
|
583
|
+
|
|
571
584
|
export type GpsProviders = $Enums.GpsProviders
|
|
572
585
|
|
|
573
586
|
export const GpsProviders: typeof $Enums.GpsProviders
|
|
@@ -20871,6 +20884,7 @@ export namespace Prisma {
|
|
|
20871
20884
|
color: $Enums.VehicleColor | null
|
|
20872
20885
|
chassis_number: string | null
|
|
20873
20886
|
size: $Enums.VehicleSize | null
|
|
20887
|
+
status: $Enums.VehicleStatus | null
|
|
20874
20888
|
gps_enabled: boolean | null
|
|
20875
20889
|
company_id: string | null
|
|
20876
20890
|
is_validated: boolean | null
|
|
@@ -20890,6 +20904,7 @@ export namespace Prisma {
|
|
|
20890
20904
|
color: $Enums.VehicleColor | null
|
|
20891
20905
|
chassis_number: string | null
|
|
20892
20906
|
size: $Enums.VehicleSize | null
|
|
20907
|
+
status: $Enums.VehicleStatus | null
|
|
20893
20908
|
gps_enabled: boolean | null
|
|
20894
20909
|
company_id: string | null
|
|
20895
20910
|
is_validated: boolean | null
|
|
@@ -20909,6 +20924,7 @@ export namespace Prisma {
|
|
|
20909
20924
|
color: number
|
|
20910
20925
|
chassis_number: number
|
|
20911
20926
|
size: number
|
|
20927
|
+
status: number
|
|
20912
20928
|
gps_enabled: number
|
|
20913
20929
|
image_url: number
|
|
20914
20930
|
company_id: number
|
|
@@ -20942,6 +20958,7 @@ export namespace Prisma {
|
|
|
20942
20958
|
color?: true
|
|
20943
20959
|
chassis_number?: true
|
|
20944
20960
|
size?: true
|
|
20961
|
+
status?: true
|
|
20945
20962
|
gps_enabled?: true
|
|
20946
20963
|
company_id?: true
|
|
20947
20964
|
is_validated?: true
|
|
@@ -20961,6 +20978,7 @@ export namespace Prisma {
|
|
|
20961
20978
|
color?: true
|
|
20962
20979
|
chassis_number?: true
|
|
20963
20980
|
size?: true
|
|
20981
|
+
status?: true
|
|
20964
20982
|
gps_enabled?: true
|
|
20965
20983
|
company_id?: true
|
|
20966
20984
|
is_validated?: true
|
|
@@ -20980,6 +20998,7 @@ export namespace Prisma {
|
|
|
20980
20998
|
color?: true
|
|
20981
20999
|
chassis_number?: true
|
|
20982
21000
|
size?: true
|
|
21001
|
+
status?: true
|
|
20983
21002
|
gps_enabled?: true
|
|
20984
21003
|
image_url?: true
|
|
20985
21004
|
company_id?: true
|
|
@@ -21088,6 +21107,7 @@ export namespace Prisma {
|
|
|
21088
21107
|
color: $Enums.VehicleColor | null
|
|
21089
21108
|
chassis_number: string | null
|
|
21090
21109
|
size: $Enums.VehicleSize | null
|
|
21110
|
+
status: $Enums.VehicleStatus
|
|
21091
21111
|
gps_enabled: boolean
|
|
21092
21112
|
image_url: JsonValue | null
|
|
21093
21113
|
company_id: string | null
|
|
@@ -21128,6 +21148,7 @@ export namespace Prisma {
|
|
|
21128
21148
|
color?: boolean
|
|
21129
21149
|
chassis_number?: boolean
|
|
21130
21150
|
size?: boolean
|
|
21151
|
+
status?: boolean
|
|
21131
21152
|
gps_enabled?: boolean
|
|
21132
21153
|
image_url?: boolean
|
|
21133
21154
|
company_id?: boolean
|
|
@@ -21158,6 +21179,7 @@ export namespace Prisma {
|
|
|
21158
21179
|
color?: boolean
|
|
21159
21180
|
chassis_number?: boolean
|
|
21160
21181
|
size?: boolean
|
|
21182
|
+
status?: boolean
|
|
21161
21183
|
gps_enabled?: boolean
|
|
21162
21184
|
image_url?: boolean
|
|
21163
21185
|
company_id?: boolean
|
|
@@ -21183,6 +21205,7 @@ export namespace Prisma {
|
|
|
21183
21205
|
color?: boolean
|
|
21184
21206
|
chassis_number?: boolean
|
|
21185
21207
|
size?: boolean
|
|
21208
|
+
status?: boolean
|
|
21186
21209
|
gps_enabled?: boolean
|
|
21187
21210
|
image_url?: boolean
|
|
21188
21211
|
company_id?: boolean
|
|
@@ -21208,6 +21231,7 @@ export namespace Prisma {
|
|
|
21208
21231
|
color?: boolean
|
|
21209
21232
|
chassis_number?: boolean
|
|
21210
21233
|
size?: boolean
|
|
21234
|
+
status?: boolean
|
|
21211
21235
|
gps_enabled?: boolean
|
|
21212
21236
|
image_url?: boolean
|
|
21213
21237
|
company_id?: boolean
|
|
@@ -21217,7 +21241,7 @@ export namespace Prisma {
|
|
|
21217
21241
|
updated_at?: boolean
|
|
21218
21242
|
}
|
|
21219
21243
|
|
|
21220
|
-
export type VehicleOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "license_plate" | "brand_id" | "model_id" | "vehicle_type_id" | "capacity" | "year" | "fuel_type" | "color" | "chassis_number" | "size" | "gps_enabled" | "image_url" | "company_id" | "is_validated" | "documents" | "created_at" | "updated_at", ExtArgs["result"]["vehicle"]>
|
|
21244
|
+
export type VehicleOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "license_plate" | "brand_id" | "model_id" | "vehicle_type_id" | "capacity" | "year" | "fuel_type" | "color" | "chassis_number" | "size" | "status" | "gps_enabled" | "image_url" | "company_id" | "is_validated" | "documents" | "created_at" | "updated_at", ExtArgs["result"]["vehicle"]>
|
|
21221
21245
|
export type VehicleInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
21222
21246
|
brand?: boolean | Vehicle$brandArgs<ExtArgs>
|
|
21223
21247
|
model?: boolean | Vehicle$modelArgs<ExtArgs>
|
|
@@ -21266,6 +21290,7 @@ export namespace Prisma {
|
|
|
21266
21290
|
color: $Enums.VehicleColor | null
|
|
21267
21291
|
chassis_number: string | null
|
|
21268
21292
|
size: $Enums.VehicleSize | null
|
|
21293
|
+
status: $Enums.VehicleStatus
|
|
21269
21294
|
gps_enabled: boolean
|
|
21270
21295
|
image_url: Prisma.JsonValue | null
|
|
21271
21296
|
company_id: string | null
|
|
@@ -21715,6 +21740,7 @@ export namespace Prisma {
|
|
|
21715
21740
|
readonly color: FieldRef<"Vehicle", 'VehicleColor'>
|
|
21716
21741
|
readonly chassis_number: FieldRef<"Vehicle", 'String'>
|
|
21717
21742
|
readonly size: FieldRef<"Vehicle", 'VehicleSize'>
|
|
21743
|
+
readonly status: FieldRef<"Vehicle", 'VehicleStatus'>
|
|
21718
21744
|
readonly gps_enabled: FieldRef<"Vehicle", 'Boolean'>
|
|
21719
21745
|
readonly image_url: FieldRef<"Vehicle", 'Json'>
|
|
21720
21746
|
readonly company_id: FieldRef<"Vehicle", 'String'>
|
|
@@ -54267,6 +54293,7 @@ export namespace Prisma {
|
|
|
54267
54293
|
id: string | null
|
|
54268
54294
|
company_id: string | null
|
|
54269
54295
|
supplier_id: string | null
|
|
54296
|
+
created_by: string | null
|
|
54270
54297
|
created_at: Date | null
|
|
54271
54298
|
updated_at: Date | null
|
|
54272
54299
|
}
|
|
@@ -54275,6 +54302,7 @@ export namespace Prisma {
|
|
|
54275
54302
|
id: string | null
|
|
54276
54303
|
company_id: string | null
|
|
54277
54304
|
supplier_id: string | null
|
|
54305
|
+
created_by: string | null
|
|
54278
54306
|
created_at: Date | null
|
|
54279
54307
|
updated_at: Date | null
|
|
54280
54308
|
}
|
|
@@ -54283,6 +54311,7 @@ export namespace Prisma {
|
|
|
54283
54311
|
id: number
|
|
54284
54312
|
company_id: number
|
|
54285
54313
|
supplier_id: number
|
|
54314
|
+
created_by: number
|
|
54286
54315
|
created_at: number
|
|
54287
54316
|
updated_at: number
|
|
54288
54317
|
_all: number
|
|
@@ -54293,6 +54322,7 @@ export namespace Prisma {
|
|
|
54293
54322
|
id?: true
|
|
54294
54323
|
company_id?: true
|
|
54295
54324
|
supplier_id?: true
|
|
54325
|
+
created_by?: true
|
|
54296
54326
|
created_at?: true
|
|
54297
54327
|
updated_at?: true
|
|
54298
54328
|
}
|
|
@@ -54301,6 +54331,7 @@ export namespace Prisma {
|
|
|
54301
54331
|
id?: true
|
|
54302
54332
|
company_id?: true
|
|
54303
54333
|
supplier_id?: true
|
|
54334
|
+
created_by?: true
|
|
54304
54335
|
created_at?: true
|
|
54305
54336
|
updated_at?: true
|
|
54306
54337
|
}
|
|
@@ -54309,6 +54340,7 @@ export namespace Prisma {
|
|
|
54309
54340
|
id?: true
|
|
54310
54341
|
company_id?: true
|
|
54311
54342
|
supplier_id?: true
|
|
54343
|
+
created_by?: true
|
|
54312
54344
|
created_at?: true
|
|
54313
54345
|
updated_at?: true
|
|
54314
54346
|
_all?: true
|
|
@@ -54390,6 +54422,7 @@ export namespace Prisma {
|
|
|
54390
54422
|
id: string
|
|
54391
54423
|
company_id: string
|
|
54392
54424
|
supplier_id: string
|
|
54425
|
+
created_by: string | null
|
|
54393
54426
|
created_at: Date
|
|
54394
54427
|
updated_at: Date
|
|
54395
54428
|
_count: RegularSupplierCountAggregateOutputType | null
|
|
@@ -54415,6 +54448,7 @@ export namespace Prisma {
|
|
|
54415
54448
|
id?: boolean
|
|
54416
54449
|
company_id?: boolean
|
|
54417
54450
|
supplier_id?: boolean
|
|
54451
|
+
created_by?: boolean
|
|
54418
54452
|
created_at?: boolean
|
|
54419
54453
|
updated_at?: boolean
|
|
54420
54454
|
company?: boolean | CompaniesDefaultArgs<ExtArgs>
|
|
@@ -54425,6 +54459,7 @@ export namespace Prisma {
|
|
|
54425
54459
|
id?: boolean
|
|
54426
54460
|
company_id?: boolean
|
|
54427
54461
|
supplier_id?: boolean
|
|
54462
|
+
created_by?: boolean
|
|
54428
54463
|
created_at?: boolean
|
|
54429
54464
|
updated_at?: boolean
|
|
54430
54465
|
company?: boolean | CompaniesDefaultArgs<ExtArgs>
|
|
@@ -54435,6 +54470,7 @@ export namespace Prisma {
|
|
|
54435
54470
|
id?: boolean
|
|
54436
54471
|
company_id?: boolean
|
|
54437
54472
|
supplier_id?: boolean
|
|
54473
|
+
created_by?: boolean
|
|
54438
54474
|
created_at?: boolean
|
|
54439
54475
|
updated_at?: boolean
|
|
54440
54476
|
company?: boolean | CompaniesDefaultArgs<ExtArgs>
|
|
@@ -54445,11 +54481,12 @@ export namespace Prisma {
|
|
|
54445
54481
|
id?: boolean
|
|
54446
54482
|
company_id?: boolean
|
|
54447
54483
|
supplier_id?: boolean
|
|
54484
|
+
created_by?: boolean
|
|
54448
54485
|
created_at?: boolean
|
|
54449
54486
|
updated_at?: boolean
|
|
54450
54487
|
}
|
|
54451
54488
|
|
|
54452
|
-
export type RegularSupplierOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "company_id" | "supplier_id" | "created_at" | "updated_at", ExtArgs["result"]["regularSupplier"]>
|
|
54489
|
+
export type RegularSupplierOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "company_id" | "supplier_id" | "created_by" | "created_at" | "updated_at", ExtArgs["result"]["regularSupplier"]>
|
|
54453
54490
|
export type RegularSupplierInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
54454
54491
|
company?: boolean | CompaniesDefaultArgs<ExtArgs>
|
|
54455
54492
|
supplier?: boolean | CompaniesDefaultArgs<ExtArgs>
|
|
@@ -54473,6 +54510,7 @@ export namespace Prisma {
|
|
|
54473
54510
|
id: string
|
|
54474
54511
|
company_id: string
|
|
54475
54512
|
supplier_id: string
|
|
54513
|
+
created_by: string | null
|
|
54476
54514
|
created_at: Date
|
|
54477
54515
|
updated_at: Date
|
|
54478
54516
|
}, ExtArgs["result"]["regularSupplier"]>
|
|
@@ -54903,6 +54941,7 @@ export namespace Prisma {
|
|
|
54903
54941
|
readonly id: FieldRef<"RegularSupplier", 'String'>
|
|
54904
54942
|
readonly company_id: FieldRef<"RegularSupplier", 'String'>
|
|
54905
54943
|
readonly supplier_id: FieldRef<"RegularSupplier", 'String'>
|
|
54944
|
+
readonly created_by: FieldRef<"RegularSupplier", 'String'>
|
|
54906
54945
|
readonly created_at: FieldRef<"RegularSupplier", 'DateTime'>
|
|
54907
54946
|
readonly updated_at: FieldRef<"RegularSupplier", 'DateTime'>
|
|
54908
54947
|
}
|
|
@@ -55538,6 +55577,7 @@ export namespace Prisma {
|
|
|
55538
55577
|
color: 'color',
|
|
55539
55578
|
chassis_number: 'chassis_number',
|
|
55540
55579
|
size: 'size',
|
|
55580
|
+
status: 'status',
|
|
55541
55581
|
gps_enabled: 'gps_enabled',
|
|
55542
55582
|
image_url: 'image_url',
|
|
55543
55583
|
company_id: 'company_id',
|
|
@@ -55989,6 +56029,7 @@ export namespace Prisma {
|
|
|
55989
56029
|
id: 'id',
|
|
55990
56030
|
company_id: 'company_id',
|
|
55991
56031
|
supplier_id: 'supplier_id',
|
|
56032
|
+
created_by: 'created_by',
|
|
55992
56033
|
created_at: 'created_at',
|
|
55993
56034
|
updated_at: 'updated_at'
|
|
55994
56035
|
};
|
|
@@ -56280,6 +56321,20 @@ export namespace Prisma {
|
|
|
56280
56321
|
|
|
56281
56322
|
|
|
56282
56323
|
|
|
56324
|
+
/**
|
|
56325
|
+
* Reference to a field of type 'VehicleStatus'
|
|
56326
|
+
*/
|
|
56327
|
+
export type EnumVehicleStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'VehicleStatus'>
|
|
56328
|
+
|
|
56329
|
+
|
|
56330
|
+
|
|
56331
|
+
/**
|
|
56332
|
+
* Reference to a field of type 'VehicleStatus[]'
|
|
56333
|
+
*/
|
|
56334
|
+
export type ListEnumVehicleStatusFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'VehicleStatus[]'>
|
|
56335
|
+
|
|
56336
|
+
|
|
56337
|
+
|
|
56283
56338
|
/**
|
|
56284
56339
|
* Reference to a field of type 'EquipmentStatus'
|
|
56285
56340
|
*/
|
|
@@ -57568,6 +57623,7 @@ export namespace Prisma {
|
|
|
57568
57623
|
color?: EnumVehicleColorNullableFilter<"Vehicle"> | $Enums.VehicleColor | null
|
|
57569
57624
|
chassis_number?: StringNullableFilter<"Vehicle"> | string | null
|
|
57570
57625
|
size?: EnumVehicleSizeNullableFilter<"Vehicle"> | $Enums.VehicleSize | null
|
|
57626
|
+
status?: EnumVehicleStatusFilter<"Vehicle"> | $Enums.VehicleStatus
|
|
57571
57627
|
gps_enabled?: BoolFilter<"Vehicle"> | boolean
|
|
57572
57628
|
image_url?: JsonNullableFilter<"Vehicle">
|
|
57573
57629
|
company_id?: UuidNullableFilter<"Vehicle"> | string | null
|
|
@@ -57597,6 +57653,7 @@ export namespace Prisma {
|
|
|
57597
57653
|
color?: SortOrderInput | SortOrder
|
|
57598
57654
|
chassis_number?: SortOrderInput | SortOrder
|
|
57599
57655
|
size?: SortOrderInput | SortOrder
|
|
57656
|
+
status?: SortOrder
|
|
57600
57657
|
gps_enabled?: SortOrder
|
|
57601
57658
|
image_url?: SortOrderInput | SortOrder
|
|
57602
57659
|
company_id?: SortOrderInput | SortOrder
|
|
@@ -57629,6 +57686,7 @@ export namespace Prisma {
|
|
|
57629
57686
|
fuel_type?: EnumFuelTypeNullableFilter<"Vehicle"> | $Enums.FuelType | null
|
|
57630
57687
|
color?: EnumVehicleColorNullableFilter<"Vehicle"> | $Enums.VehicleColor | null
|
|
57631
57688
|
size?: EnumVehicleSizeNullableFilter<"Vehicle"> | $Enums.VehicleSize | null
|
|
57689
|
+
status?: EnumVehicleStatusFilter<"Vehicle"> | $Enums.VehicleStatus
|
|
57632
57690
|
gps_enabled?: BoolFilter<"Vehicle"> | boolean
|
|
57633
57691
|
image_url?: JsonNullableFilter<"Vehicle">
|
|
57634
57692
|
company_id?: UuidNullableFilter<"Vehicle"> | string | null
|
|
@@ -57658,6 +57716,7 @@ export namespace Prisma {
|
|
|
57658
57716
|
color?: SortOrderInput | SortOrder
|
|
57659
57717
|
chassis_number?: SortOrderInput | SortOrder
|
|
57660
57718
|
size?: SortOrderInput | SortOrder
|
|
57719
|
+
status?: SortOrder
|
|
57661
57720
|
gps_enabled?: SortOrder
|
|
57662
57721
|
image_url?: SortOrderInput | SortOrder
|
|
57663
57722
|
company_id?: SortOrderInput | SortOrder
|
|
@@ -57687,6 +57746,7 @@ export namespace Prisma {
|
|
|
57687
57746
|
color?: EnumVehicleColorNullableWithAggregatesFilter<"Vehicle"> | $Enums.VehicleColor | null
|
|
57688
57747
|
chassis_number?: StringNullableWithAggregatesFilter<"Vehicle"> | string | null
|
|
57689
57748
|
size?: EnumVehicleSizeNullableWithAggregatesFilter<"Vehicle"> | $Enums.VehicleSize | null
|
|
57749
|
+
status?: EnumVehicleStatusWithAggregatesFilter<"Vehicle"> | $Enums.VehicleStatus
|
|
57690
57750
|
gps_enabled?: BoolWithAggregatesFilter<"Vehicle"> | boolean
|
|
57691
57751
|
image_url?: JsonNullableWithAggregatesFilter<"Vehicle">
|
|
57692
57752
|
company_id?: UuidNullableWithAggregatesFilter<"Vehicle"> | string | null
|
|
@@ -60053,6 +60113,7 @@ export namespace Prisma {
|
|
|
60053
60113
|
id?: UuidFilter<"RegularSupplier"> | string
|
|
60054
60114
|
company_id?: UuidFilter<"RegularSupplier"> | string
|
|
60055
60115
|
supplier_id?: UuidFilter<"RegularSupplier"> | string
|
|
60116
|
+
created_by?: UuidNullableFilter<"RegularSupplier"> | string | null
|
|
60056
60117
|
created_at?: DateTimeFilter<"RegularSupplier"> | Date | string
|
|
60057
60118
|
updated_at?: DateTimeFilter<"RegularSupplier"> | Date | string
|
|
60058
60119
|
company?: XOR<CompaniesScalarRelationFilter, CompaniesWhereInput>
|
|
@@ -60063,6 +60124,7 @@ export namespace Prisma {
|
|
|
60063
60124
|
id?: SortOrder
|
|
60064
60125
|
company_id?: SortOrder
|
|
60065
60126
|
supplier_id?: SortOrder
|
|
60127
|
+
created_by?: SortOrderInput | SortOrder
|
|
60066
60128
|
created_at?: SortOrder
|
|
60067
60129
|
updated_at?: SortOrder
|
|
60068
60130
|
company?: CompaniesOrderByWithRelationInput
|
|
@@ -60077,6 +60139,7 @@ export namespace Prisma {
|
|
|
60077
60139
|
NOT?: RegularSupplierWhereInput | RegularSupplierWhereInput[]
|
|
60078
60140
|
company_id?: UuidFilter<"RegularSupplier"> | string
|
|
60079
60141
|
supplier_id?: UuidFilter<"RegularSupplier"> | string
|
|
60142
|
+
created_by?: UuidNullableFilter<"RegularSupplier"> | string | null
|
|
60080
60143
|
created_at?: DateTimeFilter<"RegularSupplier"> | Date | string
|
|
60081
60144
|
updated_at?: DateTimeFilter<"RegularSupplier"> | Date | string
|
|
60082
60145
|
company?: XOR<CompaniesScalarRelationFilter, CompaniesWhereInput>
|
|
@@ -60087,6 +60150,7 @@ export namespace Prisma {
|
|
|
60087
60150
|
id?: SortOrder
|
|
60088
60151
|
company_id?: SortOrder
|
|
60089
60152
|
supplier_id?: SortOrder
|
|
60153
|
+
created_by?: SortOrderInput | SortOrder
|
|
60090
60154
|
created_at?: SortOrder
|
|
60091
60155
|
updated_at?: SortOrder
|
|
60092
60156
|
_count?: RegularSupplierCountOrderByAggregateInput
|
|
@@ -60101,6 +60165,7 @@ export namespace Prisma {
|
|
|
60101
60165
|
id?: UuidWithAggregatesFilter<"RegularSupplier"> | string
|
|
60102
60166
|
company_id?: UuidWithAggregatesFilter<"RegularSupplier"> | string
|
|
60103
60167
|
supplier_id?: UuidWithAggregatesFilter<"RegularSupplier"> | string
|
|
60168
|
+
created_by?: UuidNullableWithAggregatesFilter<"RegularSupplier"> | string | null
|
|
60104
60169
|
created_at?: DateTimeWithAggregatesFilter<"RegularSupplier"> | Date | string
|
|
60105
60170
|
updated_at?: DateTimeWithAggregatesFilter<"RegularSupplier"> | Date | string
|
|
60106
60171
|
}
|
|
@@ -61368,6 +61433,7 @@ export namespace Prisma {
|
|
|
61368
61433
|
color?: $Enums.VehicleColor | null
|
|
61369
61434
|
chassis_number?: string | null
|
|
61370
61435
|
size?: $Enums.VehicleSize | null
|
|
61436
|
+
status?: $Enums.VehicleStatus
|
|
61371
61437
|
gps_enabled?: boolean
|
|
61372
61438
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
61373
61439
|
is_validated?: boolean | null
|
|
@@ -61396,6 +61462,7 @@ export namespace Prisma {
|
|
|
61396
61462
|
color?: $Enums.VehicleColor | null
|
|
61397
61463
|
chassis_number?: string | null
|
|
61398
61464
|
size?: $Enums.VehicleSize | null
|
|
61465
|
+
status?: $Enums.VehicleStatus
|
|
61399
61466
|
gps_enabled?: boolean
|
|
61400
61467
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
61401
61468
|
company_id?: string | null
|
|
@@ -61418,6 +61485,7 @@ export namespace Prisma {
|
|
|
61418
61485
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
61419
61486
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61420
61487
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
61488
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
61421
61489
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
61422
61490
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
61423
61491
|
is_validated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -61446,6 +61514,7 @@ export namespace Prisma {
|
|
|
61446
61514
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
61447
61515
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61448
61516
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
61517
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
61449
61518
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
61450
61519
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
61451
61520
|
company_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -61471,6 +61540,7 @@ export namespace Prisma {
|
|
|
61471
61540
|
color?: $Enums.VehicleColor | null
|
|
61472
61541
|
chassis_number?: string | null
|
|
61473
61542
|
size?: $Enums.VehicleSize | null
|
|
61543
|
+
status?: $Enums.VehicleStatus
|
|
61474
61544
|
gps_enabled?: boolean
|
|
61475
61545
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
61476
61546
|
company_id?: string | null
|
|
@@ -61489,6 +61559,7 @@ export namespace Prisma {
|
|
|
61489
61559
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
61490
61560
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61491
61561
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
61562
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
61492
61563
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
61493
61564
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
61494
61565
|
is_validated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -61509,6 +61580,7 @@ export namespace Prisma {
|
|
|
61509
61580
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
61510
61581
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
61511
61582
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
61583
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
61512
61584
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
61513
61585
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
61514
61586
|
company_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -64012,6 +64084,7 @@ export namespace Prisma {
|
|
|
64012
64084
|
|
|
64013
64085
|
export type RegularSupplierCreateInput = {
|
|
64014
64086
|
id?: string
|
|
64087
|
+
created_by?: string | null
|
|
64015
64088
|
created_at?: Date | string
|
|
64016
64089
|
updated_at?: Date | string
|
|
64017
64090
|
company: CompaniesCreateNestedOneWithoutRegularSuppliersInput
|
|
@@ -64022,12 +64095,14 @@ export namespace Prisma {
|
|
|
64022
64095
|
id?: string
|
|
64023
64096
|
company_id: string
|
|
64024
64097
|
supplier_id: string
|
|
64098
|
+
created_by?: string | null
|
|
64025
64099
|
created_at?: Date | string
|
|
64026
64100
|
updated_at?: Date | string
|
|
64027
64101
|
}
|
|
64028
64102
|
|
|
64029
64103
|
export type RegularSupplierUpdateInput = {
|
|
64030
64104
|
id?: StringFieldUpdateOperationsInput | string
|
|
64105
|
+
created_by?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64031
64106
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
64032
64107
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
64033
64108
|
company?: CompaniesUpdateOneRequiredWithoutRegularSuppliersNestedInput
|
|
@@ -64038,6 +64113,7 @@ export namespace Prisma {
|
|
|
64038
64113
|
id?: StringFieldUpdateOperationsInput | string
|
|
64039
64114
|
company_id?: StringFieldUpdateOperationsInput | string
|
|
64040
64115
|
supplier_id?: StringFieldUpdateOperationsInput | string
|
|
64116
|
+
created_by?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64041
64117
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
64042
64118
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
64043
64119
|
}
|
|
@@ -64046,12 +64122,14 @@ export namespace Prisma {
|
|
|
64046
64122
|
id?: string
|
|
64047
64123
|
company_id: string
|
|
64048
64124
|
supplier_id: string
|
|
64125
|
+
created_by?: string | null
|
|
64049
64126
|
created_at?: Date | string
|
|
64050
64127
|
updated_at?: Date | string
|
|
64051
64128
|
}
|
|
64052
64129
|
|
|
64053
64130
|
export type RegularSupplierUpdateManyMutationInput = {
|
|
64054
64131
|
id?: StringFieldUpdateOperationsInput | string
|
|
64132
|
+
created_by?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64055
64133
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
64056
64134
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
64057
64135
|
}
|
|
@@ -64060,6 +64138,7 @@ export namespace Prisma {
|
|
|
64060
64138
|
id?: StringFieldUpdateOperationsInput | string
|
|
64061
64139
|
company_id?: StringFieldUpdateOperationsInput | string
|
|
64062
64140
|
supplier_id?: StringFieldUpdateOperationsInput | string
|
|
64141
|
+
created_by?: NullableStringFieldUpdateOperationsInput | string | null
|
|
64063
64142
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
64064
64143
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
64065
64144
|
}
|
|
@@ -65331,6 +65410,13 @@ export namespace Prisma {
|
|
|
65331
65410
|
not?: NestedEnumVehicleSizeNullableFilter<$PrismaModel> | $Enums.VehicleSize | null
|
|
65332
65411
|
}
|
|
65333
65412
|
|
|
65413
|
+
export type EnumVehicleStatusFilter<$PrismaModel = never> = {
|
|
65414
|
+
equals?: $Enums.VehicleStatus | EnumVehicleStatusFieldRefInput<$PrismaModel>
|
|
65415
|
+
in?: $Enums.VehicleStatus[] | ListEnumVehicleStatusFieldRefInput<$PrismaModel>
|
|
65416
|
+
notIn?: $Enums.VehicleStatus[] | ListEnumVehicleStatusFieldRefInput<$PrismaModel>
|
|
65417
|
+
not?: NestedEnumVehicleStatusFilter<$PrismaModel> | $Enums.VehicleStatus
|
|
65418
|
+
}
|
|
65419
|
+
|
|
65334
65420
|
export type VehicleBrandNullableScalarRelationFilter = {
|
|
65335
65421
|
is?: VehicleBrandWhereInput | null
|
|
65336
65422
|
isNot?: VehicleBrandWhereInput | null
|
|
@@ -65368,6 +65454,7 @@ export namespace Prisma {
|
|
|
65368
65454
|
color?: SortOrder
|
|
65369
65455
|
chassis_number?: SortOrder
|
|
65370
65456
|
size?: SortOrder
|
|
65457
|
+
status?: SortOrder
|
|
65371
65458
|
gps_enabled?: SortOrder
|
|
65372
65459
|
image_url?: SortOrder
|
|
65373
65460
|
company_id?: SortOrder
|
|
@@ -65394,6 +65481,7 @@ export namespace Prisma {
|
|
|
65394
65481
|
color?: SortOrder
|
|
65395
65482
|
chassis_number?: SortOrder
|
|
65396
65483
|
size?: SortOrder
|
|
65484
|
+
status?: SortOrder
|
|
65397
65485
|
gps_enabled?: SortOrder
|
|
65398
65486
|
company_id?: SortOrder
|
|
65399
65487
|
is_validated?: SortOrder
|
|
@@ -65413,6 +65501,7 @@ export namespace Prisma {
|
|
|
65413
65501
|
color?: SortOrder
|
|
65414
65502
|
chassis_number?: SortOrder
|
|
65415
65503
|
size?: SortOrder
|
|
65504
|
+
status?: SortOrder
|
|
65416
65505
|
gps_enabled?: SortOrder
|
|
65417
65506
|
company_id?: SortOrder
|
|
65418
65507
|
is_validated?: SortOrder
|
|
@@ -65471,6 +65560,16 @@ export namespace Prisma {
|
|
|
65471
65560
|
_max?: NestedEnumVehicleSizeNullableFilter<$PrismaModel>
|
|
65472
65561
|
}
|
|
65473
65562
|
|
|
65563
|
+
export type EnumVehicleStatusWithAggregatesFilter<$PrismaModel = never> = {
|
|
65564
|
+
equals?: $Enums.VehicleStatus | EnumVehicleStatusFieldRefInput<$PrismaModel>
|
|
65565
|
+
in?: $Enums.VehicleStatus[] | ListEnumVehicleStatusFieldRefInput<$PrismaModel>
|
|
65566
|
+
notIn?: $Enums.VehicleStatus[] | ListEnumVehicleStatusFieldRefInput<$PrismaModel>
|
|
65567
|
+
not?: NestedEnumVehicleStatusWithAggregatesFilter<$PrismaModel> | $Enums.VehicleStatus
|
|
65568
|
+
_count?: NestedIntFilter<$PrismaModel>
|
|
65569
|
+
_min?: NestedEnumVehicleStatusFilter<$PrismaModel>
|
|
65570
|
+
_max?: NestedEnumVehicleStatusFilter<$PrismaModel>
|
|
65571
|
+
}
|
|
65572
|
+
|
|
65474
65573
|
export type OrderNullableScalarRelationFilter = {
|
|
65475
65574
|
is?: OrderWhereInput | null
|
|
65476
65575
|
isNot?: OrderWhereInput | null
|
|
@@ -67134,6 +67233,7 @@ export namespace Prisma {
|
|
|
67134
67233
|
id?: SortOrder
|
|
67135
67234
|
company_id?: SortOrder
|
|
67136
67235
|
supplier_id?: SortOrder
|
|
67236
|
+
created_by?: SortOrder
|
|
67137
67237
|
created_at?: SortOrder
|
|
67138
67238
|
updated_at?: SortOrder
|
|
67139
67239
|
}
|
|
@@ -67142,6 +67242,7 @@ export namespace Prisma {
|
|
|
67142
67242
|
id?: SortOrder
|
|
67143
67243
|
company_id?: SortOrder
|
|
67144
67244
|
supplier_id?: SortOrder
|
|
67245
|
+
created_by?: SortOrder
|
|
67145
67246
|
created_at?: SortOrder
|
|
67146
67247
|
updated_at?: SortOrder
|
|
67147
67248
|
}
|
|
@@ -67150,6 +67251,7 @@ export namespace Prisma {
|
|
|
67150
67251
|
id?: SortOrder
|
|
67151
67252
|
company_id?: SortOrder
|
|
67152
67253
|
supplier_id?: SortOrder
|
|
67254
|
+
created_by?: SortOrder
|
|
67153
67255
|
created_at?: SortOrder
|
|
67154
67256
|
updated_at?: SortOrder
|
|
67155
67257
|
}
|
|
@@ -69282,6 +69384,10 @@ export namespace Prisma {
|
|
|
69282
69384
|
set?: $Enums.VehicleSize | null
|
|
69283
69385
|
}
|
|
69284
69386
|
|
|
69387
|
+
export type EnumVehicleStatusFieldUpdateOperationsInput = {
|
|
69388
|
+
set?: $Enums.VehicleStatus
|
|
69389
|
+
}
|
|
69390
|
+
|
|
69285
69391
|
export type VehicleBrandUpdateOneWithoutVehiclesNestedInput = {
|
|
69286
69392
|
create?: XOR<VehicleBrandCreateWithoutVehiclesInput, VehicleBrandUncheckedCreateWithoutVehiclesInput>
|
|
69287
69393
|
connectOrCreate?: VehicleBrandCreateOrConnectWithoutVehiclesInput
|
|
@@ -71759,6 +71865,13 @@ export namespace Prisma {
|
|
|
71759
71865
|
not?: NestedEnumVehicleSizeNullableFilter<$PrismaModel> | $Enums.VehicleSize | null
|
|
71760
71866
|
}
|
|
71761
71867
|
|
|
71868
|
+
export type NestedEnumVehicleStatusFilter<$PrismaModel = never> = {
|
|
71869
|
+
equals?: $Enums.VehicleStatus | EnumVehicleStatusFieldRefInput<$PrismaModel>
|
|
71870
|
+
in?: $Enums.VehicleStatus[] | ListEnumVehicleStatusFieldRefInput<$PrismaModel>
|
|
71871
|
+
notIn?: $Enums.VehicleStatus[] | ListEnumVehicleStatusFieldRefInput<$PrismaModel>
|
|
71872
|
+
not?: NestedEnumVehicleStatusFilter<$PrismaModel> | $Enums.VehicleStatus
|
|
71873
|
+
}
|
|
71874
|
+
|
|
71762
71875
|
export type NestedIntNullableWithAggregatesFilter<$PrismaModel = never> = {
|
|
71763
71876
|
equals?: number | IntFieldRefInput<$PrismaModel> | null
|
|
71764
71877
|
in?: number[] | ListIntFieldRefInput<$PrismaModel> | null
|
|
@@ -71805,6 +71918,16 @@ export namespace Prisma {
|
|
|
71805
71918
|
_max?: NestedEnumVehicleSizeNullableFilter<$PrismaModel>
|
|
71806
71919
|
}
|
|
71807
71920
|
|
|
71921
|
+
export type NestedEnumVehicleStatusWithAggregatesFilter<$PrismaModel = never> = {
|
|
71922
|
+
equals?: $Enums.VehicleStatus | EnumVehicleStatusFieldRefInput<$PrismaModel>
|
|
71923
|
+
in?: $Enums.VehicleStatus[] | ListEnumVehicleStatusFieldRefInput<$PrismaModel>
|
|
71924
|
+
notIn?: $Enums.VehicleStatus[] | ListEnumVehicleStatusFieldRefInput<$PrismaModel>
|
|
71925
|
+
not?: NestedEnumVehicleStatusWithAggregatesFilter<$PrismaModel> | $Enums.VehicleStatus
|
|
71926
|
+
_count?: NestedIntFilter<$PrismaModel>
|
|
71927
|
+
_min?: NestedEnumVehicleStatusFilter<$PrismaModel>
|
|
71928
|
+
_max?: NestedEnumVehicleStatusFilter<$PrismaModel>
|
|
71929
|
+
}
|
|
71930
|
+
|
|
71808
71931
|
export type NestedEnumEquipmentStatusFilter<$PrismaModel = never> = {
|
|
71809
71932
|
equals?: $Enums.EquipmentStatus | EnumEquipmentStatusFieldRefInput<$PrismaModel>
|
|
71810
71933
|
in?: $Enums.EquipmentStatus[] | ListEnumEquipmentStatusFieldRefInput<$PrismaModel>
|
|
@@ -73330,6 +73453,7 @@ export namespace Prisma {
|
|
|
73330
73453
|
color?: $Enums.VehicleColor | null
|
|
73331
73454
|
chassis_number?: string | null
|
|
73332
73455
|
size?: $Enums.VehicleSize | null
|
|
73456
|
+
status?: $Enums.VehicleStatus
|
|
73333
73457
|
gps_enabled?: boolean
|
|
73334
73458
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
73335
73459
|
is_validated?: boolean | null
|
|
@@ -73357,6 +73481,7 @@ export namespace Prisma {
|
|
|
73357
73481
|
color?: $Enums.VehicleColor | null
|
|
73358
73482
|
chassis_number?: string | null
|
|
73359
73483
|
size?: $Enums.VehicleSize | null
|
|
73484
|
+
status?: $Enums.VehicleStatus
|
|
73360
73485
|
gps_enabled?: boolean
|
|
73361
73486
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
73362
73487
|
is_validated?: boolean | null
|
|
@@ -73743,6 +73868,7 @@ export namespace Prisma {
|
|
|
73743
73868
|
|
|
73744
73869
|
export type RegularSupplierCreateWithoutCompanyInput = {
|
|
73745
73870
|
id?: string
|
|
73871
|
+
created_by?: string | null
|
|
73746
73872
|
created_at?: Date | string
|
|
73747
73873
|
updated_at?: Date | string
|
|
73748
73874
|
supplier: CompaniesCreateNestedOneWithoutRegularSuppliers2Input
|
|
@@ -73751,6 +73877,7 @@ export namespace Prisma {
|
|
|
73751
73877
|
export type RegularSupplierUncheckedCreateWithoutCompanyInput = {
|
|
73752
73878
|
id?: string
|
|
73753
73879
|
supplier_id: string
|
|
73880
|
+
created_by?: string | null
|
|
73754
73881
|
created_at?: Date | string
|
|
73755
73882
|
updated_at?: Date | string
|
|
73756
73883
|
}
|
|
@@ -73817,6 +73944,7 @@ export namespace Prisma {
|
|
|
73817
73944
|
|
|
73818
73945
|
export type RegularSupplierCreateWithoutSupplierInput = {
|
|
73819
73946
|
id?: string
|
|
73947
|
+
created_by?: string | null
|
|
73820
73948
|
created_at?: Date | string
|
|
73821
73949
|
updated_at?: Date | string
|
|
73822
73950
|
company: CompaniesCreateNestedOneWithoutRegularSuppliersInput
|
|
@@ -73825,6 +73953,7 @@ export namespace Prisma {
|
|
|
73825
73953
|
export type RegularSupplierUncheckedCreateWithoutSupplierInput = {
|
|
73826
73954
|
id?: string
|
|
73827
73955
|
company_id: string
|
|
73956
|
+
created_by?: string | null
|
|
73828
73957
|
created_at?: Date | string
|
|
73829
73958
|
updated_at?: Date | string
|
|
73830
73959
|
}
|
|
@@ -73936,6 +74065,7 @@ export namespace Prisma {
|
|
|
73936
74065
|
color?: EnumVehicleColorNullableFilter<"Vehicle"> | $Enums.VehicleColor | null
|
|
73937
74066
|
chassis_number?: StringNullableFilter<"Vehicle"> | string | null
|
|
73938
74067
|
size?: EnumVehicleSizeNullableFilter<"Vehicle"> | $Enums.VehicleSize | null
|
|
74068
|
+
status?: EnumVehicleStatusFilter<"Vehicle"> | $Enums.VehicleStatus
|
|
73939
74069
|
gps_enabled?: BoolFilter<"Vehicle"> | boolean
|
|
73940
74070
|
image_url?: JsonNullableFilter<"Vehicle">
|
|
73941
74071
|
company_id?: UuidNullableFilter<"Vehicle"> | string | null
|
|
@@ -74231,6 +74361,7 @@ export namespace Prisma {
|
|
|
74231
74361
|
id?: UuidFilter<"RegularSupplier"> | string
|
|
74232
74362
|
company_id?: UuidFilter<"RegularSupplier"> | string
|
|
74233
74363
|
supplier_id?: UuidFilter<"RegularSupplier"> | string
|
|
74364
|
+
created_by?: UuidNullableFilter<"RegularSupplier"> | string | null
|
|
74234
74365
|
created_at?: DateTimeFilter<"RegularSupplier"> | Date | string
|
|
74235
74366
|
updated_at?: DateTimeFilter<"RegularSupplier"> | Date | string
|
|
74236
74367
|
}
|
|
@@ -75861,6 +75992,7 @@ export namespace Prisma {
|
|
|
75861
75992
|
color?: $Enums.VehicleColor | null
|
|
75862
75993
|
chassis_number?: string | null
|
|
75863
75994
|
size?: $Enums.VehicleSize | null
|
|
75995
|
+
status?: $Enums.VehicleStatus
|
|
75864
75996
|
gps_enabled?: boolean
|
|
75865
75997
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
75866
75998
|
is_validated?: boolean | null
|
|
@@ -75887,6 +76019,7 @@ export namespace Prisma {
|
|
|
75887
76019
|
color?: $Enums.VehicleColor | null
|
|
75888
76020
|
chassis_number?: string | null
|
|
75889
76021
|
size?: $Enums.VehicleSize | null
|
|
76022
|
+
status?: $Enums.VehicleStatus
|
|
75890
76023
|
gps_enabled?: boolean
|
|
75891
76024
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
75892
76025
|
company_id?: string | null
|
|
@@ -75988,6 +76121,7 @@ export namespace Prisma {
|
|
|
75988
76121
|
color?: $Enums.VehicleColor | null
|
|
75989
76122
|
chassis_number?: string | null
|
|
75990
76123
|
size?: $Enums.VehicleSize | null
|
|
76124
|
+
status?: $Enums.VehicleStatus
|
|
75991
76125
|
gps_enabled?: boolean
|
|
75992
76126
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
75993
76127
|
is_validated?: boolean | null
|
|
@@ -76014,6 +76148,7 @@ export namespace Prisma {
|
|
|
76014
76148
|
color?: $Enums.VehicleColor | null
|
|
76015
76149
|
chassis_number?: string | null
|
|
76016
76150
|
size?: $Enums.VehicleSize | null
|
|
76151
|
+
status?: $Enums.VehicleStatus
|
|
76017
76152
|
gps_enabled?: boolean
|
|
76018
76153
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
76019
76154
|
company_id?: string | null
|
|
@@ -76758,6 +76893,7 @@ export namespace Prisma {
|
|
|
76758
76893
|
color?: $Enums.VehicleColor | null
|
|
76759
76894
|
chassis_number?: string | null
|
|
76760
76895
|
size?: $Enums.VehicleSize | null
|
|
76896
|
+
status?: $Enums.VehicleStatus
|
|
76761
76897
|
gps_enabled?: boolean
|
|
76762
76898
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
76763
76899
|
is_validated?: boolean | null
|
|
@@ -76785,6 +76921,7 @@ export namespace Prisma {
|
|
|
76785
76921
|
color?: $Enums.VehicleColor | null
|
|
76786
76922
|
chassis_number?: string | null
|
|
76787
76923
|
size?: $Enums.VehicleSize | null
|
|
76924
|
+
status?: $Enums.VehicleStatus
|
|
76788
76925
|
gps_enabled?: boolean
|
|
76789
76926
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
76790
76927
|
company_id?: string | null
|
|
@@ -76996,6 +77133,7 @@ export namespace Prisma {
|
|
|
76996
77133
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
76997
77134
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
76998
77135
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
77136
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
76999
77137
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
77000
77138
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
77001
77139
|
is_validated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -77023,6 +77161,7 @@ export namespace Prisma {
|
|
|
77023
77161
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
77024
77162
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
77025
77163
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
77164
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
77026
77165
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
77027
77166
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
77028
77167
|
company_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -78006,6 +78145,7 @@ export namespace Prisma {
|
|
|
78006
78145
|
color?: $Enums.VehicleColor | null
|
|
78007
78146
|
chassis_number?: string | null
|
|
78008
78147
|
size?: $Enums.VehicleSize | null
|
|
78148
|
+
status?: $Enums.VehicleStatus
|
|
78009
78149
|
gps_enabled?: boolean
|
|
78010
78150
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
78011
78151
|
is_validated?: boolean | null
|
|
@@ -78033,6 +78173,7 @@ export namespace Prisma {
|
|
|
78033
78173
|
color?: $Enums.VehicleColor | null
|
|
78034
78174
|
chassis_number?: string | null
|
|
78035
78175
|
size?: $Enums.VehicleSize | null
|
|
78176
|
+
status?: $Enums.VehicleStatus
|
|
78036
78177
|
gps_enabled?: boolean
|
|
78037
78178
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
78038
78179
|
company_id?: string | null
|
|
@@ -78243,6 +78384,7 @@ export namespace Prisma {
|
|
|
78243
78384
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
78244
78385
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
78245
78386
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
78387
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
78246
78388
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
78247
78389
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
78248
78390
|
is_validated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -78270,6 +78412,7 @@ export namespace Prisma {
|
|
|
78270
78412
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
78271
78413
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
78272
78414
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
78415
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
78273
78416
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
78274
78417
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
78275
78418
|
company_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -78307,6 +78450,7 @@ export namespace Prisma {
|
|
|
78307
78450
|
color?: $Enums.VehicleColor | null
|
|
78308
78451
|
chassis_number?: string | null
|
|
78309
78452
|
size?: $Enums.VehicleSize | null
|
|
78453
|
+
status?: $Enums.VehicleStatus
|
|
78310
78454
|
gps_enabled?: boolean
|
|
78311
78455
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
78312
78456
|
is_validated?: boolean | null
|
|
@@ -78334,6 +78478,7 @@ export namespace Prisma {
|
|
|
78334
78478
|
color?: $Enums.VehicleColor | null
|
|
78335
78479
|
chassis_number?: string | null
|
|
78336
78480
|
size?: $Enums.VehicleSize | null
|
|
78481
|
+
status?: $Enums.VehicleStatus
|
|
78337
78482
|
gps_enabled?: boolean
|
|
78338
78483
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
78339
78484
|
company_id?: string | null
|
|
@@ -78430,6 +78575,7 @@ export namespace Prisma {
|
|
|
78430
78575
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
78431
78576
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
78432
78577
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
78578
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
78433
78579
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
78434
78580
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
78435
78581
|
is_validated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -78457,6 +78603,7 @@ export namespace Prisma {
|
|
|
78457
78603
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
78458
78604
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
78459
78605
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
78606
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
78460
78607
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
78461
78608
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
78462
78609
|
company_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -80114,6 +80261,7 @@ export namespace Prisma {
|
|
|
80114
80261
|
color?: $Enums.VehicleColor | null
|
|
80115
80262
|
chassis_number?: string | null
|
|
80116
80263
|
size?: $Enums.VehicleSize | null
|
|
80264
|
+
status?: $Enums.VehicleStatus
|
|
80117
80265
|
gps_enabled?: boolean
|
|
80118
80266
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
80119
80267
|
is_validated?: boolean | null
|
|
@@ -80140,6 +80288,7 @@ export namespace Prisma {
|
|
|
80140
80288
|
color?: $Enums.VehicleColor | null
|
|
80141
80289
|
chassis_number?: string | null
|
|
80142
80290
|
size?: $Enums.VehicleSize | null
|
|
80291
|
+
status?: $Enums.VehicleStatus
|
|
80143
80292
|
gps_enabled?: boolean
|
|
80144
80293
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
80145
80294
|
company_id?: string | null
|
|
@@ -81647,6 +81796,7 @@ export namespace Prisma {
|
|
|
81647
81796
|
color?: $Enums.VehicleColor | null
|
|
81648
81797
|
chassis_number?: string | null
|
|
81649
81798
|
size?: $Enums.VehicleSize | null
|
|
81799
|
+
status?: $Enums.VehicleStatus
|
|
81650
81800
|
gps_enabled?: boolean
|
|
81651
81801
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
81652
81802
|
is_validated?: boolean | null
|
|
@@ -81674,6 +81824,7 @@ export namespace Prisma {
|
|
|
81674
81824
|
color?: $Enums.VehicleColor | null
|
|
81675
81825
|
chassis_number?: string | null
|
|
81676
81826
|
size?: $Enums.VehicleSize | null
|
|
81827
|
+
status?: $Enums.VehicleStatus
|
|
81677
81828
|
gps_enabled?: boolean
|
|
81678
81829
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
81679
81830
|
company_id?: string | null
|
|
@@ -81876,6 +82027,7 @@ export namespace Prisma {
|
|
|
81876
82027
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
81877
82028
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81878
82029
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
82030
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
81879
82031
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
81880
82032
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
81881
82033
|
is_validated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -81903,6 +82055,7 @@ export namespace Prisma {
|
|
|
81903
82055
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
81904
82056
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
81905
82057
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
82058
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
81906
82059
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
81907
82060
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
81908
82061
|
company_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -84013,6 +84166,7 @@ export namespace Prisma {
|
|
|
84013
84166
|
color?: $Enums.VehicleColor | null
|
|
84014
84167
|
chassis_number?: string | null
|
|
84015
84168
|
size?: $Enums.VehicleSize | null
|
|
84169
|
+
status?: $Enums.VehicleStatus
|
|
84016
84170
|
gps_enabled?: boolean
|
|
84017
84171
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
84018
84172
|
is_validated?: boolean | null
|
|
@@ -84145,6 +84299,7 @@ export namespace Prisma {
|
|
|
84145
84299
|
export type RegularSupplierCreateManyCompanyInput = {
|
|
84146
84300
|
id?: string
|
|
84147
84301
|
supplier_id: string
|
|
84302
|
+
created_by?: string | null
|
|
84148
84303
|
created_at?: Date | string
|
|
84149
84304
|
updated_at?: Date | string
|
|
84150
84305
|
}
|
|
@@ -84171,6 +84326,7 @@ export namespace Prisma {
|
|
|
84171
84326
|
export type RegularSupplierCreateManySupplierInput = {
|
|
84172
84327
|
id?: string
|
|
84173
84328
|
company_id: string
|
|
84329
|
+
created_by?: string | null
|
|
84174
84330
|
created_at?: Date | string
|
|
84175
84331
|
updated_at?: Date | string
|
|
84176
84332
|
}
|
|
@@ -84240,6 +84396,7 @@ export namespace Prisma {
|
|
|
84240
84396
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
84241
84397
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
84242
84398
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
84399
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
84243
84400
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
84244
84401
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
84245
84402
|
is_validated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -84267,6 +84424,7 @@ export namespace Prisma {
|
|
|
84267
84424
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
84268
84425
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
84269
84426
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
84427
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
84270
84428
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
84271
84429
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
84272
84430
|
is_validated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -84291,6 +84449,7 @@ export namespace Prisma {
|
|
|
84291
84449
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
84292
84450
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
84293
84451
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
84452
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
84294
84453
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
84295
84454
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
84296
84455
|
is_validated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -84694,6 +84853,7 @@ export namespace Prisma {
|
|
|
84694
84853
|
|
|
84695
84854
|
export type RegularSupplierUpdateWithoutCompanyInput = {
|
|
84696
84855
|
id?: StringFieldUpdateOperationsInput | string
|
|
84856
|
+
created_by?: NullableStringFieldUpdateOperationsInput | string | null
|
|
84697
84857
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
84698
84858
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
84699
84859
|
supplier?: CompaniesUpdateOneRequiredWithoutRegularSuppliers2NestedInput
|
|
@@ -84702,6 +84862,7 @@ export namespace Prisma {
|
|
|
84702
84862
|
export type RegularSupplierUncheckedUpdateWithoutCompanyInput = {
|
|
84703
84863
|
id?: StringFieldUpdateOperationsInput | string
|
|
84704
84864
|
supplier_id?: StringFieldUpdateOperationsInput | string
|
|
84865
|
+
created_by?: NullableStringFieldUpdateOperationsInput | string | null
|
|
84705
84866
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
84706
84867
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
84707
84868
|
}
|
|
@@ -84709,6 +84870,7 @@ export namespace Prisma {
|
|
|
84709
84870
|
export type RegularSupplierUncheckedUpdateManyWithoutCompanyInput = {
|
|
84710
84871
|
id?: StringFieldUpdateOperationsInput | string
|
|
84711
84872
|
supplier_id?: StringFieldUpdateOperationsInput | string
|
|
84873
|
+
created_by?: NullableStringFieldUpdateOperationsInput | string | null
|
|
84712
84874
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
84713
84875
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
84714
84876
|
}
|
|
@@ -84774,6 +84936,7 @@ export namespace Prisma {
|
|
|
84774
84936
|
|
|
84775
84937
|
export type RegularSupplierUpdateWithoutSupplierInput = {
|
|
84776
84938
|
id?: StringFieldUpdateOperationsInput | string
|
|
84939
|
+
created_by?: NullableStringFieldUpdateOperationsInput | string | null
|
|
84777
84940
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
84778
84941
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
84779
84942
|
company?: CompaniesUpdateOneRequiredWithoutRegularSuppliersNestedInput
|
|
@@ -84782,6 +84945,7 @@ export namespace Prisma {
|
|
|
84782
84945
|
export type RegularSupplierUncheckedUpdateWithoutSupplierInput = {
|
|
84783
84946
|
id?: StringFieldUpdateOperationsInput | string
|
|
84784
84947
|
company_id?: StringFieldUpdateOperationsInput | string
|
|
84948
|
+
created_by?: NullableStringFieldUpdateOperationsInput | string | null
|
|
84785
84949
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
84786
84950
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
84787
84951
|
}
|
|
@@ -84789,6 +84953,7 @@ export namespace Prisma {
|
|
|
84789
84953
|
export type RegularSupplierUncheckedUpdateManyWithoutSupplierInput = {
|
|
84790
84954
|
id?: StringFieldUpdateOperationsInput | string
|
|
84791
84955
|
company_id?: StringFieldUpdateOperationsInput | string
|
|
84956
|
+
created_by?: NullableStringFieldUpdateOperationsInput | string | null
|
|
84792
84957
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
84793
84958
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
84794
84959
|
}
|
|
@@ -85610,6 +85775,7 @@ export namespace Prisma {
|
|
|
85610
85775
|
color?: $Enums.VehicleColor | null
|
|
85611
85776
|
chassis_number?: string | null
|
|
85612
85777
|
size?: $Enums.VehicleSize | null
|
|
85778
|
+
status?: $Enums.VehicleStatus
|
|
85613
85779
|
gps_enabled?: boolean
|
|
85614
85780
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
85615
85781
|
company_id?: string | null
|
|
@@ -85654,6 +85820,7 @@ export namespace Prisma {
|
|
|
85654
85820
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
85655
85821
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85656
85822
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
85823
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
85657
85824
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
85658
85825
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
85659
85826
|
is_validated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -85680,6 +85847,7 @@ export namespace Prisma {
|
|
|
85680
85847
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
85681
85848
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85682
85849
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
85850
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
85683
85851
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
85684
85852
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
85685
85853
|
company_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -85704,6 +85872,7 @@ export namespace Prisma {
|
|
|
85704
85872
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
85705
85873
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85706
85874
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
85875
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
85707
85876
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
85708
85877
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
85709
85878
|
company_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -85724,6 +85893,7 @@ export namespace Prisma {
|
|
|
85724
85893
|
color?: $Enums.VehicleColor | null
|
|
85725
85894
|
chassis_number?: string | null
|
|
85726
85895
|
size?: $Enums.VehicleSize | null
|
|
85896
|
+
status?: $Enums.VehicleStatus
|
|
85727
85897
|
gps_enabled?: boolean
|
|
85728
85898
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
85729
85899
|
company_id?: string | null
|
|
@@ -85742,6 +85912,7 @@ export namespace Prisma {
|
|
|
85742
85912
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
85743
85913
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85744
85914
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
85915
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
85745
85916
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
85746
85917
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
85747
85918
|
is_validated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -85768,6 +85939,7 @@ export namespace Prisma {
|
|
|
85768
85939
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
85769
85940
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85770
85941
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
85942
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
85771
85943
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
85772
85944
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
85773
85945
|
company_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -85792,6 +85964,7 @@ export namespace Prisma {
|
|
|
85792
85964
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
85793
85965
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
85794
85966
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
85967
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
85795
85968
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
85796
85969
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
85797
85970
|
company_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -86894,6 +87067,7 @@ export namespace Prisma {
|
|
|
86894
87067
|
color?: $Enums.VehicleColor | null
|
|
86895
87068
|
chassis_number?: string | null
|
|
86896
87069
|
size?: $Enums.VehicleSize | null
|
|
87070
|
+
status?: $Enums.VehicleStatus
|
|
86897
87071
|
gps_enabled?: boolean
|
|
86898
87072
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
86899
87073
|
company_id?: string | null
|
|
@@ -86932,6 +87106,7 @@ export namespace Prisma {
|
|
|
86932
87106
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
86933
87107
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86934
87108
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
87109
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
86935
87110
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
86936
87111
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
86937
87112
|
is_validated?: NullableBoolFieldUpdateOperationsInput | boolean | null
|
|
@@ -86958,6 +87133,7 @@ export namespace Prisma {
|
|
|
86958
87133
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
86959
87134
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86960
87135
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
87136
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
86961
87137
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
86962
87138
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
86963
87139
|
company_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -86982,6 +87158,7 @@ export namespace Prisma {
|
|
|
86982
87158
|
color?: NullableEnumVehicleColorFieldUpdateOperationsInput | $Enums.VehicleColor | null
|
|
86983
87159
|
chassis_number?: NullableStringFieldUpdateOperationsInput | string | null
|
|
86984
87160
|
size?: NullableEnumVehicleSizeFieldUpdateOperationsInput | $Enums.VehicleSize | null
|
|
87161
|
+
status?: EnumVehicleStatusFieldUpdateOperationsInput | $Enums.VehicleStatus
|
|
86985
87162
|
gps_enabled?: BoolFieldUpdateOperationsInput | boolean
|
|
86986
87163
|
image_url?: NullableJsonNullValueInput | InputJsonValue
|
|
86987
87164
|
company_id?: NullableStringFieldUpdateOperationsInput | string | null
|