@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.
@@ -289,6 +289,7 @@ exports.Prisma.VehicleScalarFieldEnum = {
289
289
  color: 'color',
290
290
  chassis_number: 'chassis_number',
291
291
  size: 'size',
292
+ status: 'status',
292
293
  gps_enabled: 'gps_enabled',
293
294
  image_url: 'image_url',
294
295
  company_id: 'company_id',
@@ -656,6 +657,7 @@ exports.Prisma.RegularSupplierScalarFieldEnum = {
656
657
  id: 'id',
657
658
  company_id: 'company_id',
658
659
  supplier_id: 'supplier_id',
660
+ created_by: 'created_by',
659
661
  created_at: 'created_at',
660
662
  updated_at: 'updated_at'
661
663
  };
@@ -815,6 +817,12 @@ exports.VehicleSize = exports.$Enums.VehicleSize = {
815
817
  EXTRA_LARGE: 'EXTRA_LARGE'
816
818
  };
817
819
 
820
+ exports.VehicleStatus = exports.$Enums.VehicleStatus = {
821
+ ACTIVE: 'ACTIVE',
822
+ INACTIVE: 'INACTIVE',
823
+ MAINTENANCE: 'MAINTENANCE'
824
+ };
825
+
818
826
  exports.EquipmentStatus = exports.$Enums.EquipmentStatus = {
819
827
  ACTIVE: 'ACTIVE',
820
828
  INACTIVE: 'INACTIVE',