vms-nest-prisma-api-document 203.0.0 → 204.0.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.
Files changed (90) hide show
  1. package/dist/services/account/bookmark_service.d.ts +9 -9
  2. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  3. package/dist/services/account/report_preferences.service.d.ts +1 -1
  4. package/dist/services/account/ticket_service.d.ts +1 -1
  5. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +21 -21
  6. package/dist/services/fleet/bus_mangement/calender.d.ts +7 -7
  7. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  8. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  9. package/dist/services/fleet/bus_mangement/student.d.ts +13 -13
  10. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  11. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
  12. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  13. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  14. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +9 -9
  15. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +6 -6
  16. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +12 -12
  17. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -5
  18. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +8 -8
  19. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  20. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  21. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  22. package/dist/services/main/users/auth_service.d.ts +1 -1
  23. package/dist/services/main/users/user_admin_service.d.ts +20 -20
  24. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  25. package/dist/services/main/users/user_service.d.ts +1 -1
  26. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  27. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  28. package/dist/services/main/vehicle/master_vehicle_service.js +62 -38
  29. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  30. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  31. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  32. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  33. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  34. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  35. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  36. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  37. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  38. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  39. package/dist/services/master/expense/master_expense_name_service.d.ts +6 -6
  40. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  41. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  42. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +3 -3
  43. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  44. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +3 -3
  45. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +3 -3
  46. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  47. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  48. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  49. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  50. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  51. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  52. package/dist/services/master/main/master_main_eway_bill_provider_service.d.ts +2 -2
  53. package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +2 -2
  54. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  55. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  56. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  57. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  58. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  59. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  60. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  61. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  62. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  63. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  64. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  65. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  66. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  67. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  68. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  69. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  70. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  71. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +3 -3
  72. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  73. package/dist/services/master/tyre/master_tyre_model_service.d.ts +5 -5
  74. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  75. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  76. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  77. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  78. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  79. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  80. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  81. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  82. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  83. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  84. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  85. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  86. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  87. package/dist/services/website/contact_us_detail_service.d.ts +1 -1
  88. package/dist/services/website/static_pages_service.d.ts +1 -1
  89. package/dist/{user_organisation_service-ZHS75FqD.d.ts → user_organisation_service-DsYI7h9f.d.ts} +171 -128
  90. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, DriverType, LoginFrom, FileType, SimStatus, BillingStatus, DeviceStatus, GPSSource, SteeringType, WheelDriveType, LifeExpiry, VehicleLifeStatus, PurchaseVehicleType, PurchaseType, LoanInterestType, DocumentValidityStatus, DocumentStatus, OdometerSource, FleetSize } from './core/Enums.js';
1
+ import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, DriverType, LoginFrom, FileType, SimStatus, BillingStatus, DeviceStatus, GPSSource, OdometerSource, SteeringType, WheelDriveType, LifeExpiry, VehicleLifeStatus, PurchaseVehicleType, PurchaseType, LoanInterestType, DocumentValidityStatus, DocumentStatus, FleetSize } from './core/Enums.js';
2
2
  import { FBR, SBR, BaseCommonFile, BR, AWSPresignedUrl } from './core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
4
  import { FilePresignedUrlDTO, BaseQueryDTO } from './zod_utils/zod_base_schema.js';
@@ -21,9 +21,9 @@ declare const MasterMainIndustrySchema: z.ZodObject<{
21
21
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
22
22
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
23
23
  }, "strip", z.ZodTypeAny, {
24
+ description: string;
24
25
  status: Status;
25
26
  industry_name: string;
26
- description: string;
27
27
  }, {
28
28
  status: Status;
29
29
  industry_name: string;
@@ -993,9 +993,9 @@ declare const OrganisationSubCompanySchema: z.ZodObject<{
993
993
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
994
994
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
995
995
  }, "strip", z.ZodTypeAny, {
996
+ description: string;
996
997
  status: Status;
997
998
  organisation_id: string;
998
- description: string;
999
999
  sub_company_name: string;
1000
1000
  sub_company_GSTIN: string;
1001
1001
  }, {
@@ -1123,9 +1123,9 @@ declare const OrganisationBranchSchema: z.ZodObject<{
1123
1123
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1124
1124
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
1125
1125
  }, "strip", z.ZodTypeAny, {
1126
+ description: string;
1126
1127
  status: Status;
1127
1128
  organisation_id: string;
1128
- description: string;
1129
1129
  branch_name: string;
1130
1130
  branch_city: string;
1131
1131
  branch_address: string;
@@ -1253,9 +1253,9 @@ declare const OrganisationColorSchema: z.ZodObject<{
1253
1253
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1254
1254
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
1255
1255
  }, "strip", z.ZodTypeAny, {
1256
+ description: string;
1256
1257
  status: Status;
1257
1258
  organisation_id: string;
1258
- description: string;
1259
1259
  color_name: string;
1260
1260
  color_code: string;
1261
1261
  }, {
@@ -1379,9 +1379,9 @@ declare const OrganisationTagSchema: z.ZodObject<{
1379
1379
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1380
1380
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
1381
1381
  }, "strip", z.ZodTypeAny, {
1382
+ description: string;
1382
1383
  status: Status;
1383
1384
  organisation_id: string;
1384
- description: string;
1385
1385
  tag_name: string;
1386
1386
  }, {
1387
1387
  status: Status;
@@ -1998,8 +1998,8 @@ declare const MasterDeviceTypeSchema: z.ZodObject<{
1998
1998
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1999
1999
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2000
2000
  }, "strip", z.ZodTypeAny, {
2001
- status: Status;
2002
2001
  description: string;
2002
+ status: Status;
2003
2003
  device_type_name: string;
2004
2004
  device_type_code: string;
2005
2005
  device_manufacturer_id: string;
@@ -2133,8 +2133,8 @@ declare const MasterDeviceModelSchema: z.ZodObject<{
2133
2133
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2134
2134
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2135
2135
  }, "strip", z.ZodTypeAny, {
2136
- status: Status;
2137
2136
  description: string;
2137
+ status: Status;
2138
2138
  device_manufacturer_id: string;
2139
2139
  device_model_name: string;
2140
2140
  device_model_code: string;
@@ -2262,8 +2262,8 @@ declare const MasterDeviceManufacturerSchema: z.ZodObject<{
2262
2262
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2263
2263
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2264
2264
  }, "strip", z.ZodTypeAny, {
2265
- status: Status;
2266
2265
  description: string;
2266
+ status: Status;
2267
2267
  device_manufacturer_name: string;
2268
2268
  device_manufacturer_code: string;
2269
2269
  }, {
@@ -2774,15 +2774,15 @@ declare const OrganisationGroupSchema: z.ZodObject<{
2774
2774
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
2775
2775
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2776
2776
  }, "strip", z.ZodTypeAny, {
2777
- group_name: string;
2777
+ description: string;
2778
2778
  status: Status;
2779
2779
  organisation_id: string;
2780
- description: string;
2781
2780
  vehicle_ids: string[];
2782
- }, {
2783
2781
  group_name: string;
2782
+ }, {
2784
2783
  status: Status;
2785
2784
  organisation_id: string;
2785
+ group_name: string;
2786
2786
  description?: string | undefined;
2787
2787
  vehicle_ids?: string[] | undefined;
2788
2788
  }>;
@@ -2907,9 +2907,9 @@ declare const MasterVehicleSubModelSchema: z.ZodObject<{
2907
2907
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2908
2908
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2909
2909
  }, "strip", z.ZodTypeAny, {
2910
+ description: string;
2910
2911
  status: Status;
2911
2912
  organisation_id: string;
2912
- description: string;
2913
2913
  vehicle_sub_model: string;
2914
2914
  vehicle_model_id: string;
2915
2915
  vehicle_make_id: string;
@@ -3046,9 +3046,9 @@ declare const MasterVehicleModelSchema: z.ZodObject<{
3046
3046
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3047
3047
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3048
3048
  }, "strip", z.ZodTypeAny, {
3049
+ description: string;
3049
3050
  status: Status;
3050
3051
  organisation_id: string;
3051
- description: string;
3052
3052
  vehicle_make_id: string;
3053
3053
  vehicle_model: string;
3054
3054
  }, {
@@ -3177,9 +3177,9 @@ declare const MasterVehicleMakeSchema: z.ZodObject<{
3177
3177
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3178
3178
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3179
3179
  }, "strip", z.ZodTypeAny, {
3180
+ description: string;
3180
3181
  status: Status;
3181
3182
  organisation_id: string;
3182
- description: string;
3183
3183
  vehicle_make: string;
3184
3184
  }, {
3185
3185
  status: Status;
@@ -3301,9 +3301,9 @@ declare const MasterVehicleStatusTypeSchema: z.ZodObject<{
3301
3301
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3302
3302
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3303
3303
  }, "strip", z.ZodTypeAny, {
3304
+ description: string;
3304
3305
  status: Status;
3305
3306
  organisation_id: string;
3306
- description: string;
3307
3307
  status_type: string;
3308
3308
  }, {
3309
3309
  status: Status;
@@ -3425,9 +3425,9 @@ declare const MasterVehicleOwnershipTypeSchema: z.ZodObject<{
3425
3425
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3426
3426
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3427
3427
  }, "strip", z.ZodTypeAny, {
3428
+ description: string;
3428
3429
  status: Status;
3429
3430
  organisation_id: string;
3430
- description: string;
3431
3431
  ownership_type: string;
3432
3432
  }, {
3433
3433
  status: Status;
@@ -3549,9 +3549,9 @@ declare const MasterVehicleTypeSchema: z.ZodObject<{
3549
3549
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3550
3550
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3551
3551
  }, "strip", z.ZodTypeAny, {
3552
+ description: string;
3552
3553
  status: Status;
3553
3554
  organisation_id: string;
3554
- description: string;
3555
3555
  vehicle_type: string;
3556
3556
  }, {
3557
3557
  status: Status;
@@ -3673,9 +3673,9 @@ declare const MasterVehicleFuelTypeSchema: z.ZodObject<{
3673
3673
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3674
3674
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3675
3675
  }, "strip", z.ZodTypeAny, {
3676
+ description: string;
3676
3677
  status: Status;
3677
3678
  organisation_id: string;
3678
- description: string;
3679
3679
  fuel_type: string;
3680
3680
  }, {
3681
3681
  status: Status;
@@ -3797,9 +3797,9 @@ declare const MasterVehicleAssociatedToSchema: z.ZodObject<{
3797
3797
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3798
3798
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3799
3799
  }, "strip", z.ZodTypeAny, {
3800
+ description: string;
3800
3801
  status: Status;
3801
3802
  organisation_id: string;
3802
- description: string;
3803
3803
  associated_to: string;
3804
3804
  }, {
3805
3805
  status: Status;
@@ -3926,9 +3926,9 @@ declare const MasterVehicleFuelUnitSchema: z.ZodObject<{
3926
3926
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3927
3927
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3928
3928
  }, "strip", z.ZodTypeAny, {
3929
+ description: string;
3929
3930
  status: Status;
3930
3931
  organisation_id: string;
3931
- description: string;
3932
3932
  fuel_unit: string;
3933
3933
  }, {
3934
3934
  status: Status;
@@ -4049,9 +4049,9 @@ declare const MasterVehicleDocumentTypeSchema: z.ZodObject<{
4049
4049
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4050
4050
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
4051
4051
  }, "strip", z.ZodTypeAny, {
4052
+ description: string;
4052
4053
  status: Status;
4053
4054
  organisation_id: string;
4054
- description: string;
4055
4055
  document_type: string;
4056
4056
  }, {
4057
4057
  status: Status;
@@ -4155,30 +4155,63 @@ interface MasterVehicle extends Record<string, unknown> {
4155
4155
  vehicle_id: string;
4156
4156
  vehicle_number: string;
4157
4157
  vehicle_name?: string;
4158
- odometer_reading?: number;
4159
4158
  engine_number?: string;
4160
4159
  chassis_number?: string;
4161
4160
  vehicle_make_year?: number;
4161
+ db_instance: String;
4162
+ db_group: String;
4162
4163
  is_fleet_active: YesNo;
4163
4164
  is_gps_active: YesNo;
4164
4165
  is_trip_active: YesNo;
4165
4166
  status: Status;
4166
4167
  added_date_time: string;
4167
4168
  modified_date_time: string;
4169
+ is_driver_assigned: YesNo;
4170
+ driver_id?: string;
4171
+ MasterDriver?: MasterDriver;
4172
+ driver_details?: string;
4173
+ assign_driver_date?: string;
4174
+ AssignRemoveDriverHistory?: AssignRemoveDriverHistory[];
4175
+ is_device_installed: YesNo;
4176
+ device_gps_source?: GPSSource;
4177
+ device_id?: string;
4178
+ MasterDevice?: MasterDevice;
4179
+ device_identifier?: string;
4180
+ assign_device_date?: string;
4181
+ AssignRemoveDeviceHistory?: AssignRemoveDeviceHistory[];
4182
+ country_id?: string;
4183
+ MasterMainCountry?: MasterMainCountry;
4184
+ time_zone_id?: string;
4185
+ MasterMainTimeZone?: MasterMainTimeZone;
4186
+ odometer_reading?: number;
4187
+ odometer_last_change_date?: string;
4188
+ VehicleOdometerHistory?: VehicleOdometerHistory[];
4189
+ vehicle_details_gps_id?: string;
4190
+ VehicleDetailGPS?: VehicleDetailGPS;
4191
+ vehicle_details_trip_id?: string;
4192
+ VehicleDetailTrip?: VehicleDetailTrip;
4193
+ vehicle_details_body_id?: string;
4194
+ VehicleDetailBody?: VehicleDetailBody;
4195
+ vehicle_details_life_cycle_id?: string;
4196
+ VehicleDetailLifeCycle?: VehicleDetailLifeCycle;
4197
+ vehicle_details_purchase_id?: string;
4198
+ VehicleDetailPurchase?: VehicleDetailPurchase;
4199
+ organisation_id: string;
4200
+ UserOrganisation?: UserOrganisation;
4168
4201
  organisation_sub_company_id?: string;
4169
4202
  OrganisationSubCompany?: OrganisationSubCompany;
4170
4203
  sub_company_name?: string;
4171
- organisation_tag_id?: string;
4172
- OrganisationTag?: OrganisationTag;
4173
- tag_name?: string;
4204
+ organisation_branch_id?: string;
4205
+ OrganisationBranch?: OrganisationBranch;
4206
+ branch_name?: string;
4207
+ branch_city?: string;
4174
4208
  organisation_color_id?: string;
4175
4209
  OrganisationColor?: OrganisationColor;
4176
4210
  color_name?: string;
4177
4211
  color_code?: string;
4178
- organisation_group_id?: string;
4179
- OrganisationGroup?: OrganisationGroup;
4180
- group_name?: string;
4181
- group_code?: string;
4212
+ organisation_tag_id?: string;
4213
+ OrganisationTag?: OrganisationTag;
4214
+ tag_name?: string;
4182
4215
  vehicle_type_id: string;
4183
4216
  MasterVehicleType?: MasterVehicleType;
4184
4217
  vehicle_type?: string;
@@ -4212,78 +4245,26 @@ interface MasterVehicle extends Record<string, unknown> {
4212
4245
  secondary_vehicle_fuel_unit_id?: string;
4213
4246
  SecondaryMasterVehicleFuelUnit?: MasterVehicleFuelUnit;
4214
4247
  secondary_fuel_unit?: string;
4215
- vehicle_total_fuel_quantity?: number;
4216
- vehicle_tank_1_fuel_quantity?: number;
4217
- vehicle_tank_2_fuel_quantity?: number;
4218
- is_driver_assigned: YesNo;
4219
- driver_id?: string;
4220
- MasterDriver?: MasterDriver;
4221
- assign_driver_date?: string;
4222
- AssignRemoveDriverHistory?: AssignRemoveDriverHistory[];
4223
- is_device_installed: YesNo;
4224
- device_gps_source?: GPSSource;
4225
- device_id?: string;
4226
- MasterDevice?: MasterDevice;
4227
- assign_device_date?: string;
4228
- AssignRemoveDeviceHistory?: AssignRemoveDeviceHistory[];
4229
- country_id?: string;
4230
- MasterMainCountry?: MasterMainCountry;
4231
- time_zone_id?: string;
4232
- MasterMainTimeZone?: MasterMainTimeZone;
4233
- odometer_last_change_date?: string;
4234
- vehicle_details_body_id?: string;
4235
- VehicleDetailBody?: VehicleDetailBody;
4236
- vehicle_details_life_cycle_id?: string;
4237
- VehicleDetailLifeCycle?: VehicleDetailLifeCycle;
4238
- vehicle_details_purchase_id?: string;
4239
- VehicleDetailPurchase?: VehicleDetailPurchase;
4240
- vehicle_details_gps_id?: string;
4241
- VehicleDetailGPS?: VehicleDetailGPS;
4242
- vehicle_details_trip_id?: string;
4243
- VehicleDetailTrip?: VehicleDetailTrip;
4244
- organisation_id: string;
4245
- UserOrganisation?: UserOrganisation;
4246
- organisation_branch_id?: string;
4247
- OrganisationBranch?: OrganisationBranch;
4248
- branch_name?: string;
4249
- branch_city?: string;
4250
- Dummy_Driver?: MasterDriver[];
4251
- Dummy_Device?: MasterDevice[];
4252
- Dummy_VehicleDetailBody?: VehicleDetailBody[];
4253
- Dummy_VehicleDetailLifeCycle?: VehicleDetailLifeCycle[];
4254
- Dummy_VehicleDetailPurchase?: VehicleDetailPurchase[];
4255
- Dummy_VehicleDetailGPS?: VehicleDetailGPS[];
4256
- Dummy_VehicleDetailTrip?: VehicleDetailTrip[];
4248
+ fuel_tank_size?: number;
4249
+ fuel_tank_1_size?: number;
4250
+ fuel_tank_2_size?: number;
4251
+ fuel_tank_total_size?: number;
4252
+ vehicle_passenger_capacity?: number;
4253
+ standing_passenger_capacity?: number;
4254
+ VehicleDocument?: VehicleDocument[];
4255
+ VehicleDocumentFile?: VehicleDocumentFile[];
4256
+ VehicleDocumentExpiry?: VehicleDocumentExpiry[];
4257
+ MasterVehicleFile?: MasterVehicleFile[];
4257
4258
  VehicleOrganisationGroupLink?: VehicleOrganisationGroupLink[];
4258
4259
  _count?: {
4260
+ VehicleDocument?: number;
4261
+ VehicleDocumentFile?: number;
4262
+ VehicleDocumentExpiry?: number;
4263
+ MasterVehicleFile?: number;
4259
4264
  VehicleOrganisationGroupLink?: number;
4260
4265
  AssignRemoveDriverHistory?: number;
4261
4266
  AssignRemoveDeviceHistory?: number;
4262
4267
  VehicleOdometerHistory?: number;
4263
- FleetServiceSchedule?: number;
4264
- FleetServiceJobCard?: number;
4265
- FleetReminders?: number;
4266
- FleetFuelRefills?: number;
4267
- FleetFuelRemovals?: number;
4268
- FleetTyreUsageHistory?: number;
4269
- FleetTyreInspectionScheduleVehicle?: number;
4270
- FleetTyreInspectionScheduleTracking?: number;
4271
- FleetTyreInspection?: number;
4272
- FleetTyreDamageRepair?: number;
4273
- FleetTyreRotation?: number;
4274
- FleetTyreRotationDetails?: number;
4275
- GpsLockRelayLog?: number;
4276
- GPSLockDigitalDoorLog?: number;
4277
- TripGeofenceToGeofence?: number;
4278
- GPSGeofenceTransaction?: number;
4279
- GPSFuelVehicleDailySummary?: number;
4280
- GPSFuelVehicleRefill?: number;
4281
- GPSFuelVehicleRemoval?: number;
4282
- GPSLiveTrackShareLink?: number;
4283
- GPSTrackHistoryShareLink?: number;
4284
- GPSGeofenceTransactionSummary?: number;
4285
- Trip?: number;
4286
- AlertVehicleLink?: number;
4287
4268
  };
4288
4269
  }
4289
4270
  interface MasterVehicleDropdown extends Record<string, unknown> {
@@ -4299,6 +4280,10 @@ interface MasterVehicleDropdown extends Record<string, unknown> {
4299
4280
  fuel: YesNo;
4300
4281
  fuel_bluetooth: YesNo;
4301
4282
  fuel_tank_size: number;
4283
+ fuel_tank_1_size: number;
4284
+ fuel_tank_2_size: number;
4285
+ fuel_tank_total_size: number;
4286
+ over_speed_kmph: number;
4302
4287
  gps_lock_relay: YesNo;
4303
4288
  gps_door_locker: YesNo;
4304
4289
  door_sensor: YesNo;
@@ -4307,6 +4292,8 @@ interface MasterVehicleDropdown extends Record<string, unknown> {
4307
4292
  is_rear_cam: YesNo;
4308
4293
  is_front_cam: YesNo;
4309
4294
  camera_extra_count: number;
4295
+ vehicle_passenger_capacity: number;
4296
+ standing_passenger_capacity: number;
4310
4297
  vehicle_fuel_type_id: string;
4311
4298
  vehicle_fuel_unit_id: string;
4312
4299
  latitude: number;
@@ -4332,6 +4319,9 @@ interface VehicleDetailGPS extends Record<string, unknown> {
4332
4319
  fuel?: YesNo;
4333
4320
  fuel_bluetooth?: YesNo;
4334
4321
  fuel_tank_size?: number;
4322
+ fuel_tank_1_size?: number;
4323
+ fuel_tank_2_size?: number;
4324
+ fuel_tank_total_size?: number;
4335
4325
  over_speed_kmph?: number;
4336
4326
  gps_lock_relay?: YesNo;
4337
4327
  gps_door_locker?: YesNo;
@@ -4342,10 +4332,10 @@ interface VehicleDetailGPS extends Record<string, unknown> {
4342
4332
  is_front_cam?: YesNo;
4343
4333
  camera_extra_count?: number;
4344
4334
  gps_source?: string;
4345
- attributes?: object;
4346
- raw?: string;
4347
4335
  protocol?: string;
4348
4336
  api_code?: string;
4337
+ attributes?: object;
4338
+ raw?: string;
4349
4339
  fuel_mapping?: object;
4350
4340
  fuel_values?: object;
4351
4341
  st?: string;
@@ -4746,9 +4736,12 @@ declare const VehicleSchema: z.ZodObject<{
4746
4736
  vehicle_fuel_unit_id: z.ZodEffects<z.ZodString, string, string>;
4747
4737
  secondary_vehicle_fuel_type_id: z.ZodEffects<z.ZodString, string, string>;
4748
4738
  secondary_vehicle_fuel_unit_id: z.ZodEffects<z.ZodString, string, string>;
4749
- vehicle_total_fuel_quantity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4750
- vehicle_tank_1_fuel_quantity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4751
- vehicle_tank_2_fuel_quantity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4739
+ fuel_tank_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4740
+ fuel_tank_1_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4741
+ fuel_tank_2_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4742
+ fuel_tank_total_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4743
+ vehicle_passenger_capacity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4744
+ standing_passenger_capacity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4752
4745
  MasterVehicleFileSchema: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
4753
4746
  usage_type: z.ZodEffects<z.ZodString, string, string>;
4754
4747
  file_type: z.ZodType<FileType, z.ZodTypeDef, FileType>;
@@ -4806,18 +4799,21 @@ declare const VehicleSchema: z.ZodObject<{
4806
4799
  vehicle_fuel_unit_id: string;
4807
4800
  vehicle_number: string;
4808
4801
  vehicle_name: string;
4809
- odometer_reading: number;
4810
4802
  engine_number: string;
4811
4803
  chassis_number: string;
4812
4804
  vehicle_make_year: number;
4813
4805
  is_fleet_active: YesNo;
4814
4806
  is_gps_active: YesNo;
4815
4807
  is_trip_active: YesNo;
4808
+ odometer_reading: number;
4816
4809
  secondary_vehicle_fuel_type_id: string;
4817
4810
  secondary_vehicle_fuel_unit_id: string;
4818
- vehicle_total_fuel_quantity: number;
4819
- vehicle_tank_1_fuel_quantity: number;
4820
- vehicle_tank_2_fuel_quantity: number;
4811
+ fuel_tank_size: number;
4812
+ fuel_tank_1_size: number;
4813
+ fuel_tank_2_size: number;
4814
+ fuel_tank_total_size: number;
4815
+ vehicle_passenger_capacity: number;
4816
+ standing_passenger_capacity: number;
4821
4817
  MasterVehicleFileSchema: {
4822
4818
  status: Status;
4823
4819
  organisation_id: string;
@@ -4855,13 +4851,16 @@ declare const VehicleSchema: z.ZodObject<{
4855
4851
  secondary_vehicle_fuel_unit_id: string;
4856
4852
  organisation_group_ids?: string[] | undefined;
4857
4853
  vehicle_name?: string | undefined;
4858
- odometer_reading?: unknown;
4859
4854
  engine_number?: string | undefined;
4860
4855
  chassis_number?: string | undefined;
4861
4856
  vehicle_make_year?: unknown;
4862
- vehicle_total_fuel_quantity?: unknown;
4863
- vehicle_tank_1_fuel_quantity?: unknown;
4864
- vehicle_tank_2_fuel_quantity?: unknown;
4857
+ odometer_reading?: unknown;
4858
+ fuel_tank_size?: unknown;
4859
+ fuel_tank_1_size?: unknown;
4860
+ fuel_tank_2_size?: unknown;
4861
+ fuel_tank_total_size?: unknown;
4862
+ vehicle_passenger_capacity?: unknown;
4863
+ standing_passenger_capacity?: unknown;
4865
4864
  MasterVehicleFileSchema?: {
4866
4865
  status: Status;
4867
4866
  organisation_id: string;
@@ -4881,6 +4880,10 @@ declare const VehicleBulkSchema: z.ZodObject<{
4881
4880
  organisation_id: z.ZodEffects<z.ZodString, string, string>;
4882
4881
  vehicle_number: z.ZodEffects<z.ZodString, string, string>;
4883
4882
  vehicle_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4883
+ odometer_reading: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4884
+ engine_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4885
+ chassis_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4886
+ vehicle_make_year: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4884
4887
  is_fleet_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
4885
4888
  is_gps_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
4886
4889
  is_trip_active: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
@@ -4891,6 +4894,12 @@ declare const VehicleBulkSchema: z.ZodObject<{
4891
4894
  device_type_id: z.ZodEffects<z.ZodString, string, string>;
4892
4895
  country_id: z.ZodEffects<z.ZodString, string, string>;
4893
4896
  time_zone_id: z.ZodEffects<z.ZodString, string, string>;
4897
+ fuel_tank_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4898
+ fuel_tank_1_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4899
+ fuel_tank_2_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4900
+ fuel_tank_total_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4901
+ vehicle_passenger_capacity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4902
+ standing_passenger_capacity: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4894
4903
  }, "strip", z.ZodTypeAny, {
4895
4904
  status: Status;
4896
4905
  organisation_id: string;
@@ -4902,9 +4911,19 @@ declare const VehicleBulkSchema: z.ZodObject<{
4902
4911
  vehicle_type_id: string;
4903
4912
  vehicle_number: string;
4904
4913
  vehicle_name: string;
4914
+ engine_number: string;
4915
+ chassis_number: string;
4916
+ vehicle_make_year: number;
4905
4917
  is_fleet_active: YesNo;
4906
4918
  is_gps_active: YesNo;
4907
4919
  is_trip_active: YesNo;
4920
+ odometer_reading: number;
4921
+ fuel_tank_size: number;
4922
+ fuel_tank_1_size: number;
4923
+ fuel_tank_2_size: number;
4924
+ fuel_tank_total_size: number;
4925
+ vehicle_passenger_capacity: number;
4926
+ standing_passenger_capacity: number;
4908
4927
  }, {
4909
4928
  status: Status;
4910
4929
  organisation_id: string;
@@ -4919,6 +4938,16 @@ declare const VehicleBulkSchema: z.ZodObject<{
4919
4938
  is_gps_active: YesNo;
4920
4939
  is_trip_active: YesNo;
4921
4940
  vehicle_name?: string | undefined;
4941
+ engine_number?: string | undefined;
4942
+ chassis_number?: string | undefined;
4943
+ vehicle_make_year?: unknown;
4944
+ odometer_reading?: unknown;
4945
+ fuel_tank_size?: unknown;
4946
+ fuel_tank_1_size?: unknown;
4947
+ fuel_tank_2_size?: unknown;
4948
+ fuel_tank_total_size?: unknown;
4949
+ vehicle_passenger_capacity?: unknown;
4950
+ standing_passenger_capacity?: unknown;
4922
4951
  }>;
4923
4952
  type VehicleBulkDTO = z.infer<typeof VehicleBulkSchema>;
4924
4953
  declare const MasterDeviceFileSchema: z.ZodObject<{
@@ -4974,6 +5003,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
4974
5003
  fuel: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
4975
5004
  fuel_bluetooth: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
4976
5005
  fuel_tank_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5006
+ fuel_tank_1_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5007
+ fuel_tank_2_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5008
+ fuel_tank_total_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4977
5009
  over_speed_kmph: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
4978
5010
  gps_lock_relay: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
4979
5011
  gps_door_locker: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
@@ -5031,11 +5063,15 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
5031
5063
  device_type_id: string;
5032
5064
  device_manufacturer_id: string;
5033
5065
  device_model_id: string;
5066
+ fuel_tank_size: number;
5067
+ fuel_tank_1_size: number;
5068
+ fuel_tank_2_size: number;
5069
+ fuel_tank_total_size: number;
5034
5070
  temperature: YesNo;
5035
5071
  duel_temperature: YesNo;
5036
5072
  fuel: YesNo;
5037
5073
  fuel_bluetooth: YesNo;
5038
- fuel_tank_size: number;
5074
+ over_speed_kmph: number;
5039
5075
  gps_lock_relay: YesNo;
5040
5076
  gps_door_locker: YesNo;
5041
5077
  door_sensor: YesNo;
@@ -5044,7 +5080,6 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
5044
5080
  is_rear_cam: YesNo;
5045
5081
  is_front_cam: YesNo;
5046
5082
  camera_extra_count: number;
5047
- over_speed_kmph: number;
5048
5083
  fuel_mapping: Record<string, any>;
5049
5084
  MasterDeviceFileSchema: {
5050
5085
  status: Status;
@@ -5068,11 +5103,15 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
5068
5103
  device_type_id: string;
5069
5104
  device_manufacturer_id: string;
5070
5105
  device_model_id: string;
5106
+ fuel_tank_size?: unknown;
5107
+ fuel_tank_1_size?: unknown;
5108
+ fuel_tank_2_size?: unknown;
5109
+ fuel_tank_total_size?: unknown;
5071
5110
  temperature?: YesNo | undefined;
5072
5111
  duel_temperature?: YesNo | undefined;
5073
5112
  fuel?: YesNo | undefined;
5074
5113
  fuel_bluetooth?: YesNo | undefined;
5075
- fuel_tank_size?: unknown;
5114
+ over_speed_kmph?: unknown;
5076
5115
  gps_lock_relay?: YesNo | undefined;
5077
5116
  gps_door_locker?: YesNo | undefined;
5078
5117
  door_sensor?: YesNo | undefined;
@@ -5081,7 +5120,6 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
5081
5120
  is_rear_cam?: YesNo | undefined;
5082
5121
  is_front_cam?: YesNo | undefined;
5083
5122
  camera_extra_count?: unknown;
5084
- over_speed_kmph?: unknown;
5085
5123
  fuel_mapping?: Record<string, any> | undefined;
5086
5124
  MasterDeviceFileSchema?: {
5087
5125
  status: Status;
@@ -5132,6 +5170,9 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
5132
5170
  fuel: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
5133
5171
  fuel_bluetooth: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
5134
5172
  fuel_tank_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5173
+ fuel_tank_1_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5174
+ fuel_tank_2_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5175
+ fuel_tank_total_size: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5135
5176
  over_speed_kmph: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5136
5177
  gps_lock_relay: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
5137
5178
  gps_door_locker: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
@@ -5143,11 +5184,15 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
5143
5184
  camera_extra_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
5144
5185
  fuel_mapping: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
5145
5186
  }, "strip", z.ZodTypeAny, {
5187
+ fuel_tank_size: number;
5188
+ fuel_tank_1_size: number;
5189
+ fuel_tank_2_size: number;
5190
+ fuel_tank_total_size: number;
5146
5191
  temperature: YesNo;
5147
5192
  duel_temperature: YesNo;
5148
5193
  fuel: YesNo;
5149
5194
  fuel_bluetooth: YesNo;
5150
- fuel_tank_size: number;
5195
+ over_speed_kmph: number;
5151
5196
  gps_lock_relay: YesNo;
5152
5197
  gps_door_locker: YesNo;
5153
5198
  door_sensor: YesNo;
@@ -5156,14 +5201,17 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
5156
5201
  is_rear_cam: YesNo;
5157
5202
  is_front_cam: YesNo;
5158
5203
  camera_extra_count: number;
5159
- over_speed_kmph: number;
5160
5204
  fuel_mapping: Record<string, any>;
5161
5205
  }, {
5206
+ fuel_tank_size?: unknown;
5207
+ fuel_tank_1_size?: unknown;
5208
+ fuel_tank_2_size?: unknown;
5209
+ fuel_tank_total_size?: unknown;
5162
5210
  temperature?: YesNo | undefined;
5163
5211
  duel_temperature?: YesNo | undefined;
5164
5212
  fuel?: YesNo | undefined;
5165
5213
  fuel_bluetooth?: YesNo | undefined;
5166
- fuel_tank_size?: unknown;
5214
+ over_speed_kmph?: unknown;
5167
5215
  gps_lock_relay?: YesNo | undefined;
5168
5216
  gps_door_locker?: YesNo | undefined;
5169
5217
  door_sensor?: YesNo | undefined;
@@ -5172,7 +5220,6 @@ declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
5172
5220
  is_rear_cam?: YesNo | undefined;
5173
5221
  is_front_cam?: YesNo | undefined;
5174
5222
  camera_extra_count?: unknown;
5175
- over_speed_kmph?: unknown;
5176
5223
  fuel_mapping?: Record<string, any> | undefined;
5177
5224
  }>;
5178
5225
  type VehicleDetailGPSSensorDTO = z.infer<typeof VehicleDetailGPSSensorSchema>;
@@ -5275,10 +5322,10 @@ declare const VehicleDetailBodySchema: z.ZodObject<{
5275
5322
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
5276
5323
  }, "strip", z.ZodTypeAny, {
5277
5324
  status: Status;
5278
- vehicle_body_details: string;
5279
- number_of_doors: number;
5280
5325
  vehicle_passenger_capacity: number;
5281
5326
  standing_passenger_capacity: number;
5327
+ vehicle_body_details: string;
5328
+ number_of_doors: number;
5282
5329
  seat_configuration: string;
5283
5330
  has_air_conditioning: YesNo;
5284
5331
  has_heating_system: YesNo;
@@ -5373,14 +5420,14 @@ declare const VehicleDetailBodySchema: z.ZodObject<{
5373
5420
  has_immobilizer: YesNo;
5374
5421
  has_dashcam: YesNo;
5375
5422
  has_emergency_exit: YesNo;
5423
+ vehicle_passenger_capacity?: unknown;
5424
+ standing_passenger_capacity?: unknown;
5376
5425
  vehicle_body_details?: string | undefined;
5377
5426
  vehicle_height?: unknown;
5378
5427
  vehicle_width?: unknown;
5379
5428
  vehicle_length?: unknown;
5380
5429
  wheel_base?: unknown;
5381
5430
  number_of_doors?: unknown;
5382
- vehicle_passenger_capacity?: unknown;
5383
- standing_passenger_capacity?: unknown;
5384
5431
  seat_configuration?: string | undefined;
5385
5432
  infotainment_type?: string | undefined;
5386
5433
  vehicle_cargo_volume?: unknown;
@@ -6121,10 +6168,6 @@ declare const getVehicleSimpleCache: (organisationId: string) => Promise<FBR<Mas
6121
6168
  declare const getVehicleParentCache: (organisationId: string) => Promise<FBR<MasterVehicle[]>>;
6122
6169
  declare const getVehicleSimpleDropdownCustom: (organisationId: string) => Promise<FBR<MasterVehicleDropdown[]>>;
6123
6170
  declare const getVehicleSimpleDropdownCacheLiveData: (organisationId: string) => Promise<FBR<MasterVehicleDropdown[]>>;
6124
- declare const getVehicleByUserCache: (userId: string) => Promise<FBR<MasterVehicle[]>>;
6125
- declare const getVehicleSimpleByUserCache: (userId: string) => Promise<FBR<MasterVehicle[]>>;
6126
- declare const getVehicleParentByUserCache: (userId: string) => Promise<FBR<MasterVehicle[]>>;
6127
- declare const getVehicleSimpleDropdownByUserCustom: (userId: string) => Promise<FBR<MasterVehicleDropdown[]>>;
6128
6171
 
6129
6172
  interface MasterUserRole extends Record<string, unknown> {
6130
6173
  user_role_id: string;
@@ -6146,9 +6189,9 @@ declare const MasterUserRoleSchema: z.ZodObject<{
6146
6189
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6147
6190
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
6148
6191
  }, "strip", z.ZodTypeAny, {
6192
+ description: string;
6149
6193
  status: Status;
6150
6194
  organisation_id: string;
6151
- description: string;
6152
6195
  user_role: string;
6153
6196
  }, {
6154
6197
  status: Status;
@@ -6269,9 +6312,9 @@ declare const MasterUserStatusSchema: z.ZodObject<{
6269
6312
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6270
6313
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
6271
6314
  }, "strip", z.ZodTypeAny, {
6315
+ description: string;
6272
6316
  status: Status;
6273
6317
  organisation_id: string;
6274
- description: string;
6275
6318
  user_status: string;
6276
6319
  }, {
6277
6320
  status: Status;
@@ -7165,4 +7208,4 @@ declare const get_user_organisation_presigned_url: (file_name: string) => Promis
7165
7208
  declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
7166
7209
  declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
7167
7210
 
7168
- export { createMasterMainState as $, findMasterMainCurrencies as A, createMasterMainCurrency as B, updateMasterMainCurrency as C, deleteMasterMainCurrency as D, getMasterMainCurrencyCache as E, type MasterMainTimeZone as F, MasterMainTimeZoneSchema as G, type MasterMainTimeZoneDTO as H, MasterMainTimeZoneQuerySchema as I, type MasterMainTimeZoneQueryDTO as J, toMasterMainTimeZonePayload as K, newMasterMainTimeZonePayload as L, type MasterVehicle as M, findMasterMainTimeZones as N, type OrganisationBranch as O, createMasterMainTimeZone as P, updateMasterMainTimeZone as Q, deleteMasterMainTimeZone as R, getMasterMainTimeZoneCache as S, MasterMainStateSchema as T, type UserOrganisation as U, type MasterMainStateDTO as V, MasterMainStateQuerySchema as W, type MasterMainStateQueryDTO as X, toMasterMainStatePayload as Y, newMasterMainStatePayload as Z, findMasterMainStates as _, type User as a, getOrganisationSubCompanyCacheCount as a$, updateMasterMainState as a0, deleteMasterMainState as a1, getMasterMainStateCache as a2, MasterMainCountrySchema as a3, type MasterMainCountryDTO as a4, MasterMainCountryQuerySchema as a5, type MasterMainCountryQueryDTO as a6, toMasterMainCountryPayload as a7, newMasterMainCountryPayload as a8, findMasterMainCountries as a9, updateMasterMainUnitMileage as aA, deleteMasterMainUnitMileage as aB, getMasterMainUnitMileageCache as aC, type MasterMainUnitVolume as aD, MasterMainUnitVolumeSchema as aE, type MasterMainUnitVolumeDTO as aF, MasterMainUnitVolumeQuerySchema as aG, type MasterMainUnitVolumeQueryDTO as aH, toMasterMainUnitVolumePayload as aI, newMasterMainUnitVolumePayload as aJ, findMasterMainUnitVolumes as aK, createMasterMainUnitVolume as aL, updateMasterMainUnitVolume as aM, deleteMasterMainUnitVolume as aN, getMasterMainUnitVolumeCache as aO, type OrganisationSubCompany as aP, OrganisationSubCompanySchema as aQ, type OrganisationSubCompanyDTO as aR, OrganisationSubCompanyQuerySchema as aS, type OrganisationSubCompanyQueryDTO as aT, toOrganisationSubCompanyPayload as aU, newOrganisationSubCompanyPayload as aV, findOrganisationSubCompanyies as aW, createOrganisationSubCompany as aX, updateOrganisationSubCompany as aY, deleteOrganisationSubCompany as aZ, getOrganisationSubCompanyCache as a_, createMasterMainCountry as aa, updateMasterMainCountry as ab, deleteMasterMainCountry as ac, getMasterMainCountryCache as ad, getMasterMainCountryCacheChild as ae, type MasterMainDateFormat as af, MasterMainDateFormatSchema as ag, type MasterMainDateFormatDTO as ah, MasterMainDateFormatQuerySchema as ai, type MasterMainDateFormatQueryDTO as aj, toMasterMainDateFormatPayload as ak, newMasterMainDateFormatPayload as al, findMasterMainDateFormats as am, createMasterMainDateFormat as an, updateMasterMainDateFormat as ao, deleteMasterMainDateFormat as ap, getMasterMainDateFormatCache as aq, type MasterMainUnitMileage as ar, MasterMainUnitMileageSchema as as, type MasterMainUnitMileageDTO as at, MasterMainUnitMileageQuerySchema as au, type MasterMainUnitMileageQueryDTO as av, toMasterMainUnitMileagePayload as aw, newMasterMainUnitMileagePayload as ax, findMasterMainUnitMileages as ay, createMasterMainUnitMileage as az, type MasterDriver as b, deleteMasterDriverLogo as b$, getOrganisationSubCompanyCacheChild as b0, OrganisationBranchSchema as b1, type OrganisationBranchDTO as b2, OrganisationBranchQuerySchema as b3, type OrganisationBranchQueryDTO as b4, toOrganisationBranchPayload as b5, newOrganisationBranchPayload as b6, findOrganisationBranchs as b7, createOrganisationBranch as b8, updateOrganisationBranch as b9, createOrganisationTag as bA, updateOrganisationTag as bB, deleteOrganisationTag as bC, getOrganisationTagCache as bD, getOrganisationTagCacheCount as bE, getOrganisationTagCacheChild as bF, type MasterDriverFile as bG, type AssignRemoveDriverHistory as bH, type DriverLoginPush as bI, MasterDriverFileSchema as bJ, type MasterDriverFileDTO as bK, MasterDriverSchema as bL, type MasterDriverDTO as bM, MasterDriverQuerySchema as bN, type MasterDriverQueryDTO as bO, MasterDriverLogoSchema as bP, type MasterDriverLogoDTO as bQ, MasterDriverProfileSchema as bR, type MasterDriverProfileDTO as bS, toDriverPayload as bT, toDriverProfilePayload as bU, newDriverPayload as bV, findMasterDriver as bW, createMasterDriver as bX, updateMasterDriver as bY, deleteMasterDriver as bZ, updateMasterDriverLogo as b_, deleteOrganisationBranch as ba, getOrganisationBranchCache as bb, getOrganisationBranchCacheCount as bc, getOrganisationBranchCacheChild as bd, type OrganisationColor as be, OrganisationColorSchema as bf, type OrganisationColorDTO as bg, OrganisationColorQuerySchema as bh, type OrganisationColorQueryDTO as bi, toOrganisationColorPayload as bj, newOrganisationColorPayload as bk, findOrganisationColors as bl, createOrganisationColor as bm, updateOrganisationColor as bn, deleteOrganisationColor as bo, getOrganisationColorCache as bp, getOrganisationColorCacheCount as bq, getOrganisationColorCacheChild as br, type OrganisationTag as bs, OrganisationTagSchema as bt, type OrganisationTagDTO as bu, OrganisationTagQuerySchema as bv, type OrganisationTagQueryDTO as bw, toOrganisationTagPayload as bx, newOrganisationTagPayload as by, findOrganisationTags as bz, type MasterDevice as c, type MasterDeviceDTO as c$, updateMasterDriverProfile as c0, getMasterDriverCache as c1, getMasterDriverCacheSimple as c2, get_master_driver_presigned_url as c3, get_master_driver_presigned_url_file$1 as c4, create_file as c5, remove_file as c6, type MasterDeviceType as c7, MasterDeviceTypeSchema as c8, type MasterDeviceTypeDTO as c9, MasterDeviceManufacturerSchema as cA, type MasterDeviceManufacturerDTO as cB, MasterDeviceManufacturerQuerySchema as cC, type MasterDeviceManufacturerQueryDTO as cD, toMasterDeviceManufacturerPayload as cE, newMasterDeviceManufacturerPayload as cF, findMasterDeviceManufacturers as cG, createMasterDeviceManufacturer as cH, updateMasterDeviceManufacturer as cI, deleteMasterDeviceManufacturer as cJ, getMasterDeviceManufacturerCache as cK, getMasterDeviceManufacturerCacheCount as cL, getMasterDeviceManufacturerCacheChild as cM, type MasterSim as cN, type AssignRemoveSimHistory as cO, MasterSimSchema as cP, type MasterSimDTO as cQ, MasterSimQuerySchema as cR, type MasterSimQueryDTO as cS, toMasterSimPayload as cT, newMasterSimPayload as cU, findMasterSims as cV, createMasterSim as cW, updateMasterSim as cX, deleteMasterSim as cY, type AssignRemoveDeviceHistory as cZ, MasterDeviceSchema as c_, MasterDeviceTypeQuerySchema as ca, type MasterDeviceTypeQueryDTO as cb, toMasterDeviceTypePayload as cc, newMasterDeviceTypePayload as cd, findMasterDeviceTypes as ce, createMasterDeviceType as cf, updateMasterDeviceType as cg, deleteMasterDeviceType as ch, getMasterDeviceTypeCache as ci, getMasterDeviceTypeCacheCount as cj, getMasterDeviceTypeCacheChild as ck, type MasterDeviceModel as cl, MasterDeviceModelSchema as cm, type MasterDeviceModelDTO as cn, MasterDeviceModelQuerySchema as co, type MasterDeviceModelQueryDTO as cp, toMasterDeviceModelPayload as cq, newMasterDeviceModelPayload as cr, findMasterDeviceModels as cs, createMasterDeviceModel as ct, updateMasterDeviceModel as cu, deleteMasterDeviceModel as cv, getMasterDeviceModelCache as cw, getMasterDeviceModelCacheCount as cx, getMasterDeviceModelCacheChild as cy, type MasterDeviceManufacturer as cz, type MasterVehicleFuelType as d, toMasterVehicleMakePayload as d$, MasterDeviceQuerySchema as d0, type MasterDeviceQueryDTO as d1, DeviceSimLinkSchema as d2, type DeviceSimLinkDTO as d3, toMasterDevicePayload as d4, newMasterDevicePayload as d5, findMasterDevices as d6, createMasterDevice as d7, updateMasterDevice as d8, deleteMasterDevice as d9, newMasterVehicleSubModelPayload as dA, findMasterVehicleSubModels as dB, createMasterVehicleSubModel as dC, updateMasterVehicleSubModel as dD, deleteMasterVehicleSubModel as dE, getMasterVehicleSubModelCache as dF, getMasterVehicleSubModelCacheCount as dG, getMasterVehicleSubModelCacheChild as dH, type MasterVehicleModel as dI, MasterVehicleModelSchema as dJ, type MasterVehicleModelDTO as dK, MasterVehicleModelQuerySchema as dL, type MasterVehicleModelQueryDTO as dM, toMasterVehicleModelPayload as dN, newMasterVehicleModelPayload as dO, findMasterVehicleModels as dP, createMasterVehicleModel as dQ, updateMasterVehicleModel as dR, deleteMasterVehicleModel as dS, getMasterVehicleModelCache as dT, getMasterVehicleModelCacheCount as dU, getMasterVehicleModelCacheChild as dV, type MasterVehicleMake as dW, MasterVehicleMakeSchema as dX, type MasterVehicleMakeDTO as dY, MasterVehicleMakeQuerySchema as dZ, type MasterVehicleMakeQueryDTO as d_, device_sim_link as da, device_sim_unlink as db, get_device_sim_link_history_by_sim as dc, get_device_sim_link_history_by_device as dd, type OrganisationGroup as de, type VehicleOrganisationGroupLink as df, OrganisationGroupSchema as dg, type OrganisationGroupDTO as dh, OrganisationGroupQuerySchema as di, type OrganisationGroupQueryDTO as dj, toOrganisationGroupPayload as dk, newOrganisationGroupPayload as dl, findOrganisationGroups as dm, createOrganisationGroup as dn, updateOrganisationGroup as dp, deleteOrganisationGroup as dq, getOrganisationGroupCache as dr, getOrganisationGroupCacheCount as ds, getOrganisationGroupCacheChild as dt, type MasterVehicleSubModel as du, MasterVehicleSubModelSchema as dv, type MasterVehicleSubModelDTO as dw, MasterVehicleSubModelQuerySchema as dx, type MasterVehicleSubModelQueryDTO as dy, toMasterVehicleSubModelPayload as dz, type MasterVehicleFuelUnit as e, type MasterVehicleAssociatedTo as e$, newMasterVehicleMakePayload as e0, findMasterVehicleMakes as e1, createMasterVehicleMake as e2, updateMasterVehicleMake as e3, deleteMasterVehicleMake as e4, getMasterVehicleMakeCache as e5, getMasterVehicleMakeCacheCount as e6, getMasterVehicleMakeCacheChild as e7, type MasterVehicleStatusType as e8, MasterVehicleStatusTypeSchema as e9, type MasterVehicleType as eA, MasterVehicleTypeSchema as eB, type MasterVehicleTypeDTO as eC, MasterVehicleTypeQuerySchema as eD, type MasterVehicleTypeQueryDTO as eE, toMasterVehicleTypePayload as eF, newMasterVehicleTypePayload as eG, findMasterVehicleTypes as eH, createMasterVehicleType as eI, updateMasterVehicleType as eJ, deleteMasterVehicleType as eK, getMasterVehicleTypeCache as eL, getMasterVehicleTypeCacheCount as eM, getMasterVehicleTypeCacheChild as eN, MasterVehicleFuelTypeSchema as eO, type MasterVehicleFuelTypeDTO as eP, MasterVehicleFuelTypeQuerySchema as eQ, type MasterVehicleFuelTypeQueryDTO as eR, toMasterVehicleFuelTypePayload as eS, newMasterVehicleFuelTypePayload as eT, findMasterVehicleFuelTypes as eU, createMasterVehicleFuelType as eV, updateMasterVehicleFuelType as eW, deleteMasterVehicleFuelType as eX, getMasterVehicleFuelTypeCache as eY, getMasterVehicleFuelTypeCacheCount as eZ, getMasterVehicleFuelTypeCacheChild as e_, type MasterVehicleStatusTypeDTO as ea, MasterVehicleStatusTypeQuerySchema as eb, type MasterVehicleStatusTypeQueryDTO as ec, toMasterVehicleStatusTypePayload as ed, newMasterVehicleStatusTypePayload as ee, findMasterVehicleStatusTypes as ef, createMasterVehicleStatusType as eg, updateMasterVehicleStatusType as eh, deleteMasterVehicleStatusType as ei, getMasterVehicleStatusTypeCache as ej, getMasterVehicleStatusTypeCacheCount as ek, getMasterVehicleStatusTypeCacheChild as el, type MasterVehicleOwnershipType as em, MasterVehicleOwnershipTypeSchema as en, type MasterVehicleOwnershipTypeDTO as eo, MasterVehicleOwnershipTypeQuerySchema as ep, type MasterVehicleOwnershipTypeQueryDTO as eq, toMasterVehicleOwnershipTypePayload as er, newMasterVehicleOwnershipTypePayload as es, findMasterVehicleOwnershipTypes as et, createMasterVehicleOwnershipType as eu, updateMasterVehicleOwnershipType as ev, deleteMasterVehicleOwnershipType as ew, getMasterVehicleOwnershipTypeCache as ex, getMasterVehicleOwnershipTypeCacheCount as ey, getMasterVehicleOwnershipTypeCacheChild as ez, type MasterMainCountry as f, VehicleDetailGPSSensorSchema as f$, MasterVehicleAssociatedToSchema as f0, type MasterVehicleAssociatedToDTO as f1, MasterVehicleAssociatedToQuerySchema as f2, type MasterVehicleAssociatedToQueryDTO as f3, toMasterVehicleAssociatedToPayload as f4, newMasterVehicleAssociatedToPayload as f5, findMasterVehicleAssociatedTos as f6, createMasterVehicleAssociatedTo as f7, updateMasterVehicleAssociatedTo as f8, deleteMasterVehicleAssociatedTo as f9, deleteMasterVehicleDocumentType as fA, getMasterVehicleDocumentTypeCache as fB, type MasterVehicleDropdown as fC, type MasterVehicleFile as fD, type VehicleDetailGPS as fE, type VehicleDetailTrip as fF, type VehicleDetailBody as fG, type VehicleDetailLifeCycle as fH, type VehicleDetailPurchase as fI, type VehicleDocument as fJ, type VehicleDocumentFile as fK, type VehicleDocumentExpiry as fL, type VehicleOdometerHistory as fM, MasterVehicleFileSchema as fN, type MasterVehicleFileDTO as fO, VehicleSchema as fP, type VehicleDTO as fQ, VehicleBulkSchema as fR, type VehicleBulkDTO as fS, MasterDeviceFileSchema as fT, type MasterDeviceFileDTO as fU, VehicleDeviceLinkSchema as fV, type VehicleDeviceLinkDTO as fW, VehicleDeviceUnlinkSchema as fX, type VehicleDeviceUnlinkDTO as fY, VehicleDriverLinkSchema as fZ, type VehicleDriverLinkDTO as f_, getMasterVehicleAssociatedToCache as fa, getMasterVehicleAssociatedToCacheCount as fb, getMasterVehicleAssociatedToCacheChild as fc, MasterVehicleFuelUnitSchema as fd, type MasterVehicleFuelUnitDTO as fe, MasterVehicleFuelUnitQuerySchema as ff, type MasterVehicleFuelUnitQueryDTO as fg, toMasterVehicleFuelUnitPayload as fh, newMasterVehicleFuelUnitPayload as fi, findMasterVehicleFuelUnits as fj, createMasterVehicleFuelUnit as fk, updateMasterVehicleFuelUnit as fl, deleteMasterVehicleFuelUnit as fm, getMasterVehicleFuelUnitCache as fn, getMasterVehicleFuelUnitCacheCount as fo, getMasterVehicleFuelUnitCacheChild as fp, type MasterVehicleDocumentType as fq, MasterVehicleDocumentTypeSchema as fr, type MasterVehicleDocumentTypeDTO as fs, MasterVehicleDocumentTypeQuerySchema as ft, type MasterVehicleDocumentTypeQueryDTO as fu, toMasterVehicleDocumentTypePayload as fv, newMasterVehicleDocumentTypePayload as fw, findMasterVehicleDocumentTypes as fx, createMasterVehicleDocumentType as fy, updateMasterVehicleDocumentType as fz, type MasterMainState as g, getVehicleSimpleDropdownCustom as g$, type VehicleDetailGPSSensorDTO as g0, VehicleDetailTripSchema as g1, type VehicleDetailTripDTO as g2, VehicleDetailBodySchema as g3, type VehicleDetailBodyDTO as g4, VehicleDetailLifeCycleSchema as g5, type VehicleDetailLifeCycleDto as g6, VehicleDetailPurchaseSchema as g7, type VehicleDetailPurchaseDTO as g8, MasterVehicleDocumentFileSchema as g9, deleteVehicle as gA, updateDetailsGpsSensor as gB, updateDetailsTrip as gC, updateVehicleBodyDetails as gD, updateVehicleLifeCycleDetails as gE, updateVehiclePurchaseDetails as gF, linkDriverToVehicle as gG, unlinkDriverFromVehicle as gH, getDriverLinkHistoryByVehicle as gI, getDriverLinkHistoryByDriver as gJ, linkDeviceToVehicle as gK, unlinkDeviceFromVehicle as gL, getDeviceLinkHistoryByVehicle as gM, getDeviceLinkHistoryByDevice as gN, createDocument as gO, findDocument as gP, updateDocument as gQ, removeDocument as gR, createFileVehicle as gS, removeFileVehicle as gT, createFileDevice as gU, removeFileDevice as gV, createFileVehicleDocument as gW, removeFileVehicleDocument as gX, getVehicleCache as gY, getVehicleSimpleCache as gZ, getVehicleParentCache as g_, type MasterVehicleDocumentFileDTO as ga, VehicleDocumentSchema as gb, type VehicleDocumentDTO as gc, VehicleDocumentQuerySchema as gd, type VehicleDocumentQueryDTO as ge, VehicleQuerySchema as gf, type VehicleQueryDTO as gg, SimpleFindQuerySchema as gh, type SimpleFindQueryDTO as gi, VehicleGPSQuerySchema as gj, type VehicleGPSQueryDTO as gk, toVehiclePayload as gl, newVehiclePayload as gm, toVehicleDetailsGPSPayload as gn, toVehicleDetailsTripPayload as go, toVehicleDetailsBodyPayload as gp, toVehicleDetailLifeCyclePayload as gq, toVehicleDetailPurchasePayload as gr, get_vehicle_presigned_url as gs, get_device_presigned_url as gt, get_master_driver_presigned_url_file as gu, findVehicles as gv, findVehiclesLiveDashboard as gw, findVehicleGPSDetails as gx, createVehicle as gy, updateVehicle as gz, type MasterMainIndustry as h, createUser as h$, getVehicleSimpleDropdownCacheLiveData as h0, getVehicleByUserCache as h1, getVehicleSimpleByUserCache as h2, getVehicleParentByUserCache as h3, getVehicleSimpleDropdownByUserCustom as h4, type MasterUserRole as h5, MasterUserRoleSchema as h6, type MasterUserRoleDTO as h7, MasterUserRoleQuerySchema as h8, type MasterUserRoleQueryDTO as h9, toMasterMainLanguagePayload as hA, newMasterMainLanguagePayload as hB, findMasterMainLanguages as hC, createMasterMainLanguage as hD, updateMasterMainLanguage as hE, deleteMasterMainLanguage as hF, getMasterMainLanguageCache as hG, type UserVehicleLink as hH, type UserLoginPush as hI, UserSchema as hJ, type UserDTO as hK, UserQuerySchema as hL, type UserQueryDTO as hM, UserLogoSchema as hN, type UserLogoDTO as hO, UserProfileSchema as hP, type UserProfileDTO as hQ, UserDefaultLanguageSchema as hR, type UserDefaultLanguageDTO as hS, UserDefaultTimeZoneSchema as hT, type UserDefaultTimeZoneDTO as hU, UserDefaultDateFormatSchema as hV, type UserDefaultDateFormatDTO as hW, newUserPayload as hX, toUserPayload as hY, toUserProfilePayload as hZ, findUser as h_, toMasterUserRolePayload as ha, newMasterUserRolePayload as hb, findMasterUserRoles as hc, createMasterUserRole as hd, updateMasterUserRole as he, deleteMasterUserRole as hf, getMasterUserRoleCache as hg, getMasterUserRoleCacheCount as hh, type MasterUserStatus as hi, MasterUserStatusSchema as hj, type MasterUserStatusDTO as hk, MasterUserStatusQuerySchema as hl, type MasterUserStatusQueryDTO as hm, toMasterUserStatusPayload as hn, newMasterUserStatusPayload as ho, findMasterUserStatuses as hp, createMasterUserStatus as hq, updateMasterUserStatus as hr, deleteMasterUserStatus as hs, getMasterUserStatusCache as ht, getMasterUserStatusCacheCount as hu, type MasterMainLanguage as hv, MasterMainLanguageSchema as hw, type MasterMainLanguageDTO as hx, MasterMainLanguageQuerySchema as hy, type MasterMainLanguageQueryDTO as hz, MasterMainIndustrySchema as i, updateUser as i0, deleteUser as i1, updateUserLogo as i2, deleteUserLogo as i3, updateUserProfile as i4, getUserCache as i5, getUserCacheSimple as i6, get_user_presigned_url as i7, updateUserDefaultLanguage as i8, updateUserDefaultTimezone as i9, updateUserDefaultDateformat as ia, type UserOrganisationSimple as ib, UserOrganisationSchema as ic, type UserOrganisationDTO as id, UserOrganisationQuerySchema as ie, type UserOrganisationQueryDTO as ig, UserOrganisationLogoSchema as ih, type UserOrganisationLogoDTO as ii, toUserOrganisationPayload as ij, newUserOrganisationPayload as ik, findUserOrganisation as il, createUserOrganisation as im, updateUserOrganisation as io, deleteUserOrganisation as ip, updateUserOrganisationLogo as iq, deleteUserOrganisationLogo as ir, get_user_organisation_presigned_url as is, getUserOrganisationCache as it, getUserOrganisationCacheSimple as iu, type MasterMainIndustryDTO as j, MasterMainIndustryQuerySchema as k, type MasterMainIndustryQueryDTO as l, findMasterMainIndustrys as m, newMasterMainIndustryPayload as n, createMasterMainIndustry as o, deleteMasterMainIndustry as p, getMasterMainIndustryCache as q, type MasterMainCurrency as r, MasterMainCurrencySchema as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, type MasterMainCurrencyDTO as v, MasterMainCurrencyQuerySchema as w, type MasterMainCurrencyQueryDTO as x, toMasterMainCurrencyPayload as y, newMasterMainCurrencyPayload as z };
7211
+ export { createMasterMainState as $, findMasterMainCurrencies as A, createMasterMainCurrency as B, updateMasterMainCurrency as C, deleteMasterMainCurrency as D, getMasterMainCurrencyCache as E, type MasterMainTimeZone as F, MasterMainTimeZoneSchema as G, type MasterMainTimeZoneDTO as H, MasterMainTimeZoneQuerySchema as I, type MasterMainTimeZoneQueryDTO as J, toMasterMainTimeZonePayload as K, newMasterMainTimeZonePayload as L, type MasterVehicle as M, findMasterMainTimeZones as N, type OrganisationBranch as O, createMasterMainTimeZone as P, updateMasterMainTimeZone as Q, deleteMasterMainTimeZone as R, getMasterMainTimeZoneCache as S, MasterMainStateSchema as T, type UserOrganisation as U, type MasterMainStateDTO as V, MasterMainStateQuerySchema as W, type MasterMainStateQueryDTO as X, toMasterMainStatePayload as Y, newMasterMainStatePayload as Z, findMasterMainStates as _, type User as a, getOrganisationSubCompanyCacheCount as a$, updateMasterMainState as a0, deleteMasterMainState as a1, getMasterMainStateCache as a2, MasterMainCountrySchema as a3, type MasterMainCountryDTO as a4, MasterMainCountryQuerySchema as a5, type MasterMainCountryQueryDTO as a6, toMasterMainCountryPayload as a7, newMasterMainCountryPayload as a8, findMasterMainCountries as a9, updateMasterMainUnitMileage as aA, deleteMasterMainUnitMileage as aB, getMasterMainUnitMileageCache as aC, type MasterMainUnitVolume as aD, MasterMainUnitVolumeSchema as aE, type MasterMainUnitVolumeDTO as aF, MasterMainUnitVolumeQuerySchema as aG, type MasterMainUnitVolumeQueryDTO as aH, toMasterMainUnitVolumePayload as aI, newMasterMainUnitVolumePayload as aJ, findMasterMainUnitVolumes as aK, createMasterMainUnitVolume as aL, updateMasterMainUnitVolume as aM, deleteMasterMainUnitVolume as aN, getMasterMainUnitVolumeCache as aO, type OrganisationSubCompany as aP, OrganisationSubCompanySchema as aQ, type OrganisationSubCompanyDTO as aR, OrganisationSubCompanyQuerySchema as aS, type OrganisationSubCompanyQueryDTO as aT, toOrganisationSubCompanyPayload as aU, newOrganisationSubCompanyPayload as aV, findOrganisationSubCompanyies as aW, createOrganisationSubCompany as aX, updateOrganisationSubCompany as aY, deleteOrganisationSubCompany as aZ, getOrganisationSubCompanyCache as a_, createMasterMainCountry as aa, updateMasterMainCountry as ab, deleteMasterMainCountry as ac, getMasterMainCountryCache as ad, getMasterMainCountryCacheChild as ae, type MasterMainDateFormat as af, MasterMainDateFormatSchema as ag, type MasterMainDateFormatDTO as ah, MasterMainDateFormatQuerySchema as ai, type MasterMainDateFormatQueryDTO as aj, toMasterMainDateFormatPayload as ak, newMasterMainDateFormatPayload as al, findMasterMainDateFormats as am, createMasterMainDateFormat as an, updateMasterMainDateFormat as ao, deleteMasterMainDateFormat as ap, getMasterMainDateFormatCache as aq, type MasterMainUnitMileage as ar, MasterMainUnitMileageSchema as as, type MasterMainUnitMileageDTO as at, MasterMainUnitMileageQuerySchema as au, type MasterMainUnitMileageQueryDTO as av, toMasterMainUnitMileagePayload as aw, newMasterMainUnitMileagePayload as ax, findMasterMainUnitMileages as ay, createMasterMainUnitMileage as az, type MasterDriver as b, deleteMasterDriverLogo as b$, getOrganisationSubCompanyCacheChild as b0, OrganisationBranchSchema as b1, type OrganisationBranchDTO as b2, OrganisationBranchQuerySchema as b3, type OrganisationBranchQueryDTO as b4, toOrganisationBranchPayload as b5, newOrganisationBranchPayload as b6, findOrganisationBranchs as b7, createOrganisationBranch as b8, updateOrganisationBranch as b9, createOrganisationTag as bA, updateOrganisationTag as bB, deleteOrganisationTag as bC, getOrganisationTagCache as bD, getOrganisationTagCacheCount as bE, getOrganisationTagCacheChild as bF, type MasterDriverFile as bG, type AssignRemoveDriverHistory as bH, type DriverLoginPush as bI, MasterDriverFileSchema as bJ, type MasterDriverFileDTO as bK, MasterDriverSchema as bL, type MasterDriverDTO as bM, MasterDriverQuerySchema as bN, type MasterDriverQueryDTO as bO, MasterDriverLogoSchema as bP, type MasterDriverLogoDTO as bQ, MasterDriverProfileSchema as bR, type MasterDriverProfileDTO as bS, toDriverPayload as bT, toDriverProfilePayload as bU, newDriverPayload as bV, findMasterDriver as bW, createMasterDriver as bX, updateMasterDriver as bY, deleteMasterDriver as bZ, updateMasterDriverLogo as b_, deleteOrganisationBranch as ba, getOrganisationBranchCache as bb, getOrganisationBranchCacheCount as bc, getOrganisationBranchCacheChild as bd, type OrganisationColor as be, OrganisationColorSchema as bf, type OrganisationColorDTO as bg, OrganisationColorQuerySchema as bh, type OrganisationColorQueryDTO as bi, toOrganisationColorPayload as bj, newOrganisationColorPayload as bk, findOrganisationColors as bl, createOrganisationColor as bm, updateOrganisationColor as bn, deleteOrganisationColor as bo, getOrganisationColorCache as bp, getOrganisationColorCacheCount as bq, getOrganisationColorCacheChild as br, type OrganisationTag as bs, OrganisationTagSchema as bt, type OrganisationTagDTO as bu, OrganisationTagQuerySchema as bv, type OrganisationTagQueryDTO as bw, toOrganisationTagPayload as bx, newOrganisationTagPayload as by, findOrganisationTags as bz, type MasterDevice as c, type MasterDeviceDTO as c$, updateMasterDriverProfile as c0, getMasterDriverCache as c1, getMasterDriverCacheSimple as c2, get_master_driver_presigned_url as c3, get_master_driver_presigned_url_file$1 as c4, create_file as c5, remove_file as c6, type MasterDeviceType as c7, MasterDeviceTypeSchema as c8, type MasterDeviceTypeDTO as c9, MasterDeviceManufacturerSchema as cA, type MasterDeviceManufacturerDTO as cB, MasterDeviceManufacturerQuerySchema as cC, type MasterDeviceManufacturerQueryDTO as cD, toMasterDeviceManufacturerPayload as cE, newMasterDeviceManufacturerPayload as cF, findMasterDeviceManufacturers as cG, createMasterDeviceManufacturer as cH, updateMasterDeviceManufacturer as cI, deleteMasterDeviceManufacturer as cJ, getMasterDeviceManufacturerCache as cK, getMasterDeviceManufacturerCacheCount as cL, getMasterDeviceManufacturerCacheChild as cM, type MasterSim as cN, type AssignRemoveSimHistory as cO, MasterSimSchema as cP, type MasterSimDTO as cQ, MasterSimQuerySchema as cR, type MasterSimQueryDTO as cS, toMasterSimPayload as cT, newMasterSimPayload as cU, findMasterSims as cV, createMasterSim as cW, updateMasterSim as cX, deleteMasterSim as cY, type AssignRemoveDeviceHistory as cZ, MasterDeviceSchema as c_, MasterDeviceTypeQuerySchema as ca, type MasterDeviceTypeQueryDTO as cb, toMasterDeviceTypePayload as cc, newMasterDeviceTypePayload as cd, findMasterDeviceTypes as ce, createMasterDeviceType as cf, updateMasterDeviceType as cg, deleteMasterDeviceType as ch, getMasterDeviceTypeCache as ci, getMasterDeviceTypeCacheCount as cj, getMasterDeviceTypeCacheChild as ck, type MasterDeviceModel as cl, MasterDeviceModelSchema as cm, type MasterDeviceModelDTO as cn, MasterDeviceModelQuerySchema as co, type MasterDeviceModelQueryDTO as cp, toMasterDeviceModelPayload as cq, newMasterDeviceModelPayload as cr, findMasterDeviceModels as cs, createMasterDeviceModel as ct, updateMasterDeviceModel as cu, deleteMasterDeviceModel as cv, getMasterDeviceModelCache as cw, getMasterDeviceModelCacheCount as cx, getMasterDeviceModelCacheChild as cy, type MasterDeviceManufacturer as cz, type MasterVehicleFuelType as d, toMasterVehicleMakePayload as d$, MasterDeviceQuerySchema as d0, type MasterDeviceQueryDTO as d1, DeviceSimLinkSchema as d2, type DeviceSimLinkDTO as d3, toMasterDevicePayload as d4, newMasterDevicePayload as d5, findMasterDevices as d6, createMasterDevice as d7, updateMasterDevice as d8, deleteMasterDevice as d9, newMasterVehicleSubModelPayload as dA, findMasterVehicleSubModels as dB, createMasterVehicleSubModel as dC, updateMasterVehicleSubModel as dD, deleteMasterVehicleSubModel as dE, getMasterVehicleSubModelCache as dF, getMasterVehicleSubModelCacheCount as dG, getMasterVehicleSubModelCacheChild as dH, type MasterVehicleModel as dI, MasterVehicleModelSchema as dJ, type MasterVehicleModelDTO as dK, MasterVehicleModelQuerySchema as dL, type MasterVehicleModelQueryDTO as dM, toMasterVehicleModelPayload as dN, newMasterVehicleModelPayload as dO, findMasterVehicleModels as dP, createMasterVehicleModel as dQ, updateMasterVehicleModel as dR, deleteMasterVehicleModel as dS, getMasterVehicleModelCache as dT, getMasterVehicleModelCacheCount as dU, getMasterVehicleModelCacheChild as dV, type MasterVehicleMake as dW, MasterVehicleMakeSchema as dX, type MasterVehicleMakeDTO as dY, MasterVehicleMakeQuerySchema as dZ, type MasterVehicleMakeQueryDTO as d_, device_sim_link as da, device_sim_unlink as db, get_device_sim_link_history_by_sim as dc, get_device_sim_link_history_by_device as dd, type OrganisationGroup as de, type VehicleOrganisationGroupLink as df, OrganisationGroupSchema as dg, type OrganisationGroupDTO as dh, OrganisationGroupQuerySchema as di, type OrganisationGroupQueryDTO as dj, toOrganisationGroupPayload as dk, newOrganisationGroupPayload as dl, findOrganisationGroups as dm, createOrganisationGroup as dn, updateOrganisationGroup as dp, deleteOrganisationGroup as dq, getOrganisationGroupCache as dr, getOrganisationGroupCacheCount as ds, getOrganisationGroupCacheChild as dt, type MasterVehicleSubModel as du, MasterVehicleSubModelSchema as dv, type MasterVehicleSubModelDTO as dw, MasterVehicleSubModelQuerySchema as dx, type MasterVehicleSubModelQueryDTO as dy, toMasterVehicleSubModelPayload as dz, type MasterVehicleFuelUnit as e, type MasterVehicleAssociatedTo as e$, newMasterVehicleMakePayload as e0, findMasterVehicleMakes as e1, createMasterVehicleMake as e2, updateMasterVehicleMake as e3, deleteMasterVehicleMake as e4, getMasterVehicleMakeCache as e5, getMasterVehicleMakeCacheCount as e6, getMasterVehicleMakeCacheChild as e7, type MasterVehicleStatusType as e8, MasterVehicleStatusTypeSchema as e9, type MasterVehicleType as eA, MasterVehicleTypeSchema as eB, type MasterVehicleTypeDTO as eC, MasterVehicleTypeQuerySchema as eD, type MasterVehicleTypeQueryDTO as eE, toMasterVehicleTypePayload as eF, newMasterVehicleTypePayload as eG, findMasterVehicleTypes as eH, createMasterVehicleType as eI, updateMasterVehicleType as eJ, deleteMasterVehicleType as eK, getMasterVehicleTypeCache as eL, getMasterVehicleTypeCacheCount as eM, getMasterVehicleTypeCacheChild as eN, MasterVehicleFuelTypeSchema as eO, type MasterVehicleFuelTypeDTO as eP, MasterVehicleFuelTypeQuerySchema as eQ, type MasterVehicleFuelTypeQueryDTO as eR, toMasterVehicleFuelTypePayload as eS, newMasterVehicleFuelTypePayload as eT, findMasterVehicleFuelTypes as eU, createMasterVehicleFuelType as eV, updateMasterVehicleFuelType as eW, deleteMasterVehicleFuelType as eX, getMasterVehicleFuelTypeCache as eY, getMasterVehicleFuelTypeCacheCount as eZ, getMasterVehicleFuelTypeCacheChild as e_, type MasterVehicleStatusTypeDTO as ea, MasterVehicleStatusTypeQuerySchema as eb, type MasterVehicleStatusTypeQueryDTO as ec, toMasterVehicleStatusTypePayload as ed, newMasterVehicleStatusTypePayload as ee, findMasterVehicleStatusTypes as ef, createMasterVehicleStatusType as eg, updateMasterVehicleStatusType as eh, deleteMasterVehicleStatusType as ei, getMasterVehicleStatusTypeCache as ej, getMasterVehicleStatusTypeCacheCount as ek, getMasterVehicleStatusTypeCacheChild as el, type MasterVehicleOwnershipType as em, MasterVehicleOwnershipTypeSchema as en, type MasterVehicleOwnershipTypeDTO as eo, MasterVehicleOwnershipTypeQuerySchema as ep, type MasterVehicleOwnershipTypeQueryDTO as eq, toMasterVehicleOwnershipTypePayload as er, newMasterVehicleOwnershipTypePayload as es, findMasterVehicleOwnershipTypes as et, createMasterVehicleOwnershipType as eu, updateMasterVehicleOwnershipType as ev, deleteMasterVehicleOwnershipType as ew, getMasterVehicleOwnershipTypeCache as ex, getMasterVehicleOwnershipTypeCacheCount as ey, getMasterVehicleOwnershipTypeCacheChild as ez, type MasterMainCountry as f, VehicleDetailGPSSensorSchema as f$, MasterVehicleAssociatedToSchema as f0, type MasterVehicleAssociatedToDTO as f1, MasterVehicleAssociatedToQuerySchema as f2, type MasterVehicleAssociatedToQueryDTO as f3, toMasterVehicleAssociatedToPayload as f4, newMasterVehicleAssociatedToPayload as f5, findMasterVehicleAssociatedTos as f6, createMasterVehicleAssociatedTo as f7, updateMasterVehicleAssociatedTo as f8, deleteMasterVehicleAssociatedTo as f9, deleteMasterVehicleDocumentType as fA, getMasterVehicleDocumentTypeCache as fB, type MasterVehicleDropdown as fC, type MasterVehicleFile as fD, type VehicleDetailGPS as fE, type VehicleDetailTrip as fF, type VehicleDetailBody as fG, type VehicleDetailLifeCycle as fH, type VehicleDetailPurchase as fI, type VehicleDocument as fJ, type VehicleDocumentFile as fK, type VehicleDocumentExpiry as fL, type VehicleOdometerHistory as fM, MasterVehicleFileSchema as fN, type MasterVehicleFileDTO as fO, VehicleSchema as fP, type VehicleDTO as fQ, VehicleBulkSchema as fR, type VehicleBulkDTO as fS, MasterDeviceFileSchema as fT, type MasterDeviceFileDTO as fU, VehicleDeviceLinkSchema as fV, type VehicleDeviceLinkDTO as fW, VehicleDeviceUnlinkSchema as fX, type VehicleDeviceUnlinkDTO as fY, VehicleDriverLinkSchema as fZ, type VehicleDriverLinkDTO as f_, getMasterVehicleAssociatedToCache as fa, getMasterVehicleAssociatedToCacheCount as fb, getMasterVehicleAssociatedToCacheChild as fc, MasterVehicleFuelUnitSchema as fd, type MasterVehicleFuelUnitDTO as fe, MasterVehicleFuelUnitQuerySchema as ff, type MasterVehicleFuelUnitQueryDTO as fg, toMasterVehicleFuelUnitPayload as fh, newMasterVehicleFuelUnitPayload as fi, findMasterVehicleFuelUnits as fj, createMasterVehicleFuelUnit as fk, updateMasterVehicleFuelUnit as fl, deleteMasterVehicleFuelUnit as fm, getMasterVehicleFuelUnitCache as fn, getMasterVehicleFuelUnitCacheCount as fo, getMasterVehicleFuelUnitCacheChild as fp, type MasterVehicleDocumentType as fq, MasterVehicleDocumentTypeSchema as fr, type MasterVehicleDocumentTypeDTO as fs, MasterVehicleDocumentTypeQuerySchema as ft, type MasterVehicleDocumentTypeQueryDTO as fu, toMasterVehicleDocumentTypePayload as fv, newMasterVehicleDocumentTypePayload as fw, findMasterVehicleDocumentTypes as fx, createMasterVehicleDocumentType as fy, updateMasterVehicleDocumentType as fz, type MasterMainState as g, getVehicleSimpleDropdownCustom as g$, type VehicleDetailGPSSensorDTO as g0, VehicleDetailTripSchema as g1, type VehicleDetailTripDTO as g2, VehicleDetailBodySchema as g3, type VehicleDetailBodyDTO as g4, VehicleDetailLifeCycleSchema as g5, type VehicleDetailLifeCycleDto as g6, VehicleDetailPurchaseSchema as g7, type VehicleDetailPurchaseDTO as g8, MasterVehicleDocumentFileSchema as g9, deleteVehicle as gA, updateDetailsGpsSensor as gB, updateDetailsTrip as gC, updateVehicleBodyDetails as gD, updateVehicleLifeCycleDetails as gE, updateVehiclePurchaseDetails as gF, linkDriverToVehicle as gG, unlinkDriverFromVehicle as gH, getDriverLinkHistoryByVehicle as gI, getDriverLinkHistoryByDriver as gJ, linkDeviceToVehicle as gK, unlinkDeviceFromVehicle as gL, getDeviceLinkHistoryByVehicle as gM, getDeviceLinkHistoryByDevice as gN, createDocument as gO, findDocument as gP, updateDocument as gQ, removeDocument as gR, createFileVehicle as gS, removeFileVehicle as gT, createFileDevice as gU, removeFileDevice as gV, createFileVehicleDocument as gW, removeFileVehicleDocument as gX, getVehicleCache as gY, getVehicleSimpleCache as gZ, getVehicleParentCache as g_, type MasterVehicleDocumentFileDTO as ga, VehicleDocumentSchema as gb, type VehicleDocumentDTO as gc, VehicleDocumentQuerySchema as gd, type VehicleDocumentQueryDTO as ge, VehicleQuerySchema as gf, type VehicleQueryDTO as gg, SimpleFindQuerySchema as gh, type SimpleFindQueryDTO as gi, VehicleGPSQuerySchema as gj, type VehicleGPSQueryDTO as gk, toVehiclePayload as gl, newVehiclePayload as gm, toVehicleDetailsGPSPayload as gn, toVehicleDetailsTripPayload as go, toVehicleDetailsBodyPayload as gp, toVehicleDetailLifeCyclePayload as gq, toVehicleDetailPurchasePayload as gr, get_vehicle_presigned_url as gs, get_device_presigned_url as gt, get_master_driver_presigned_url_file as gu, findVehicles as gv, findVehiclesLiveDashboard as gw, findVehicleGPSDetails as gx, createVehicle as gy, updateVehicle as gz, type MasterMainIndustry as h, deleteUserLogo as h$, getVehicleSimpleDropdownCacheLiveData as h0, type MasterUserRole as h1, MasterUserRoleSchema as h2, type MasterUserRoleDTO as h3, MasterUserRoleQuerySchema as h4, type MasterUserRoleQueryDTO as h5, toMasterUserRolePayload as h6, newMasterUserRolePayload as h7, findMasterUserRoles as h8, createMasterUserRole as h9, updateMasterMainLanguage as hA, deleteMasterMainLanguage as hB, getMasterMainLanguageCache as hC, type UserVehicleLink as hD, type UserLoginPush as hE, UserSchema as hF, type UserDTO as hG, UserQuerySchema as hH, type UserQueryDTO as hI, UserLogoSchema as hJ, type UserLogoDTO as hK, UserProfileSchema as hL, type UserProfileDTO as hM, UserDefaultLanguageSchema as hN, type UserDefaultLanguageDTO as hO, UserDefaultTimeZoneSchema as hP, type UserDefaultTimeZoneDTO as hQ, UserDefaultDateFormatSchema as hR, type UserDefaultDateFormatDTO as hS, newUserPayload as hT, toUserPayload as hU, toUserProfilePayload as hV, findUser as hW, createUser as hX, updateUser as hY, deleteUser as hZ, updateUserLogo as h_, updateMasterUserRole as ha, deleteMasterUserRole as hb, getMasterUserRoleCache as hc, getMasterUserRoleCacheCount as hd, type MasterUserStatus as he, MasterUserStatusSchema as hf, type MasterUserStatusDTO as hg, MasterUserStatusQuerySchema as hh, type MasterUserStatusQueryDTO as hi, toMasterUserStatusPayload as hj, newMasterUserStatusPayload as hk, findMasterUserStatuses as hl, createMasterUserStatus as hm, updateMasterUserStatus as hn, deleteMasterUserStatus as ho, getMasterUserStatusCache as hp, getMasterUserStatusCacheCount as hq, type MasterMainLanguage as hr, MasterMainLanguageSchema as hs, type MasterMainLanguageDTO as ht, MasterMainLanguageQuerySchema as hu, type MasterMainLanguageQueryDTO as hv, toMasterMainLanguagePayload as hw, newMasterMainLanguagePayload as hx, findMasterMainLanguages as hy, createMasterMainLanguage as hz, MasterMainIndustrySchema as i, updateUserProfile as i0, getUserCache as i1, getUserCacheSimple as i2, get_user_presigned_url as i3, updateUserDefaultLanguage as i4, updateUserDefaultTimezone as i5, updateUserDefaultDateformat as i6, type UserOrganisationSimple as i7, UserOrganisationSchema as i8, type UserOrganisationDTO as i9, UserOrganisationQuerySchema as ia, type UserOrganisationQueryDTO as ib, UserOrganisationLogoSchema as ic, type UserOrganisationLogoDTO as id, toUserOrganisationPayload as ie, newUserOrganisationPayload as ig, findUserOrganisation as ih, createUserOrganisation as ii, updateUserOrganisation as ij, deleteUserOrganisation as ik, updateUserOrganisationLogo as il, deleteUserOrganisationLogo as im, get_user_organisation_presigned_url as io, getUserOrganisationCache as ip, getUserOrganisationCacheSimple as iq, type MasterMainIndustryDTO as j, MasterMainIndustryQuerySchema as k, type MasterMainIndustryQueryDTO as l, findMasterMainIndustrys as m, newMasterMainIndustryPayload as n, createMasterMainIndustry as o, deleteMasterMainIndustry as p, getMasterMainIndustryCache as q, type MasterMainCurrency as r, MasterMainCurrencySchema as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, type MasterMainCurrencyDTO as v, MasterMainCurrencyQuerySchema as w, type MasterMainCurrencyQueryDTO as x, toMasterMainCurrencyPayload as y, newMasterMainCurrencyPayload as z };