vms-nest-prisma-api-document 215.0.0 → 216.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 (99) hide show
  1. package/dist/core/Enums.d.ts +8 -1
  2. package/dist/core/Enums.js +9 -0
  3. package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
  4. package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
  5. package/dist/services/account/bookmark_service.d.ts +3 -3
  6. package/dist/services/account/notification_preferences.service.d.ts +18 -18
  7. package/dist/services/account/report_preferences.service.d.ts +7 -7
  8. package/dist/services/account/ticket_service.d.ts +1 -1
  9. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
  10. package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
  11. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  12. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  13. package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
  14. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +17 -17
  15. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +47 -47
  16. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +30 -30
  17. package/dist/services/fleet/issue_management/issue_management_service.d.ts +494 -0
  18. package/dist/services/fleet/issue_management/issue_management_service.js +559 -0
  19. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +290 -0
  20. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.js +442 -0
  21. package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1220 -0
  22. package/dist/services/fleet/vendor_management/fleet_vendor_service.js +957 -0
  23. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +314 -0
  24. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.js +447 -0
  25. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +3 -3
  26. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +6 -6
  27. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +7 -7
  28. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +2 -2
  29. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -5
  30. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +8 -8
  31. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  32. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  33. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  34. package/dist/services/main/users/auth_service.d.ts +1 -1
  35. package/dist/services/main/users/user_admin_service.d.ts +22 -22
  36. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  37. package/dist/services/main/users/user_service.d.ts +1 -1
  38. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  39. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  40. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  41. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  42. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  43. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  44. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  45. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  46. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  47. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  48. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  49. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  50. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  51. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  52. package/dist/services/master/expense/master_fuel_company_service.d.ts +6 -6
  53. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +2 -2
  54. package/dist/services/master/expense/master_vendor_tag_service.d.ts +126 -0
  55. package/dist/services/master/expense/master_vendor_tag_service.js +307 -0
  56. package/dist/services/master/expense/master_vendor_type_service.d.ts +5 -5
  57. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +3 -3
  58. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  59. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +3 -3
  60. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  61. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  62. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  63. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  64. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  65. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  66. package/dist/services/master/main/master_main_landmark_service.d.ts +5 -5
  67. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  68. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  69. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  70. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  71. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  72. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  73. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  74. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  75. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  76. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  77. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  78. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  79. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  80. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  81. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  82. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +3 -3
  83. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  84. package/dist/services/master/tyre/master_tyre_model_service.d.ts +3 -3
  85. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  86. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  87. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  88. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  89. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +3 -3
  90. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  91. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  92. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  93. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  94. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  95. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  96. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  97. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  98. package/dist/{user_organisation_service-Dn5ij2oU.d.ts → user_organisation_service-C186BM9A.d.ts} +59 -59
  99. package/package.json +1 -1
@@ -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;
@@ -994,9 +994,9 @@ declare const OrganisationSubCompanySchema: z.ZodObject<{
994
994
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
995
995
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
996
996
  }, "strip", z.ZodTypeAny, {
997
+ description: string;
997
998
  status: Status;
998
999
  organisation_id: string;
999
- description: string;
1000
1000
  sub_company_name: string;
1001
1001
  sub_company_GSTIN: string;
1002
1002
  }, {
@@ -1124,9 +1124,9 @@ declare const OrganisationBranchSchema: z.ZodObject<{
1124
1124
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1125
1125
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
1126
1126
  }, "strip", z.ZodTypeAny, {
1127
+ description: string;
1127
1128
  status: Status;
1128
1129
  organisation_id: string;
1129
- description: string;
1130
1130
  branch_name: string;
1131
1131
  branch_city: string;
1132
1132
  branch_address: string;
@@ -1254,9 +1254,9 @@ declare const OrganisationColorSchema: z.ZodObject<{
1254
1254
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1255
1255
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
1256
1256
  }, "strip", z.ZodTypeAny, {
1257
+ description: string;
1257
1258
  status: Status;
1258
1259
  organisation_id: string;
1259
- description: string;
1260
1260
  color_name: string;
1261
1261
  color_code: string;
1262
1262
  }, {
@@ -1380,9 +1380,9 @@ declare const OrganisationTagSchema: z.ZodObject<{
1380
1380
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1381
1381
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
1382
1382
  }, "strip", z.ZodTypeAny, {
1383
+ description: string;
1383
1384
  status: Status;
1384
1385
  organisation_id: string;
1385
- description: string;
1386
1386
  tag_name: string;
1387
1387
  }, {
1388
1388
  status: Status;
@@ -1780,7 +1780,6 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
1780
1780
  is_vehicle_assigned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
1781
1781
  }, "strip", z.ZodTypeAny, {
1782
1782
  status: Status[];
1783
- vehicle_ids: string[];
1784
1783
  search: string;
1785
1784
  paging: PAGING;
1786
1785
  page_count: number;
@@ -1809,12 +1808,12 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
1809
1808
  can_login: YesNo[];
1810
1809
  driver_type: DriverType[];
1811
1810
  is_vehicle_assigned: YesNo[];
1811
+ vehicle_ids: string[];
1812
1812
  driver_ids: string[];
1813
1813
  }, {
1814
1814
  date_format_id: string;
1815
1815
  time_zone_id: string;
1816
1816
  status?: Status[] | undefined;
1817
- vehicle_ids?: string[] | undefined;
1818
1817
  search?: string | undefined;
1819
1818
  paging?: PAGING | undefined;
1820
1819
  page_count?: unknown;
@@ -1841,6 +1840,7 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
1841
1840
  can_login?: YesNo[] | undefined;
1842
1841
  driver_type?: DriverType[] | undefined;
1843
1842
  is_vehicle_assigned?: YesNo[] | undefined;
1843
+ vehicle_ids?: string[] | undefined;
1844
1844
  driver_ids?: string[] | undefined;
1845
1845
  }>;
1846
1846
  type MasterDriverQueryDTO = z.infer<typeof MasterDriverQuerySchema>;
@@ -2002,8 +2002,8 @@ declare const MasterDeviceTypeSchema: z.ZodObject<{
2002
2002
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2003
2003
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2004
2004
  }, "strip", z.ZodTypeAny, {
2005
- status: Status;
2006
2005
  description: string;
2006
+ status: Status;
2007
2007
  device_type_name: string;
2008
2008
  device_type_code: string;
2009
2009
  device_manufacturer_id: string;
@@ -2137,8 +2137,8 @@ declare const MasterDeviceModelSchema: z.ZodObject<{
2137
2137
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2138
2138
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2139
2139
  }, "strip", z.ZodTypeAny, {
2140
- status: Status;
2141
2140
  description: string;
2141
+ status: Status;
2142
2142
  device_manufacturer_id: string;
2143
2143
  device_model_name: string;
2144
2144
  device_model_code: string;
@@ -2266,8 +2266,8 @@ declare const MasterDeviceManufacturerSchema: z.ZodObject<{
2266
2266
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2267
2267
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2268
2268
  }, "strip", z.ZodTypeAny, {
2269
- status: Status;
2270
2269
  description: string;
2270
+ status: Status;
2271
2271
  device_manufacturer_name: string;
2272
2272
  device_manufacturer_code: string;
2273
2273
  }, {
@@ -2665,7 +2665,6 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
2665
2665
  device_gps_source: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GPSSource>, "many">>>;
2666
2666
  }, "strip", z.ZodTypeAny, {
2667
2667
  status: Status[];
2668
- vehicle_ids: string[];
2669
2668
  search: string;
2670
2669
  paging: PAGING;
2671
2670
  page_count: number;
@@ -2689,6 +2688,7 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
2689
2688
  organisation_ids: string[];
2690
2689
  country_ids: string[];
2691
2690
  time_zone_ids: string[];
2691
+ vehicle_ids: string[];
2692
2692
  device_manufacturer_ids: string[];
2693
2693
  device_model_ids: string[];
2694
2694
  device_type_ids: string[];
@@ -2700,7 +2700,6 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
2700
2700
  date_format_id: string;
2701
2701
  time_zone_id: string;
2702
2702
  status?: Status[] | undefined;
2703
- vehicle_ids?: string[] | undefined;
2704
2703
  search?: string | undefined;
2705
2704
  paging?: PAGING | undefined;
2706
2705
  page_count?: unknown;
@@ -2722,6 +2721,7 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
2722
2721
  organisation_ids?: string[] | undefined;
2723
2722
  country_ids?: string[] | undefined;
2724
2723
  time_zone_ids?: string[] | undefined;
2724
+ vehicle_ids?: string[] | undefined;
2725
2725
  device_manufacturer_ids?: string[] | undefined;
2726
2726
  device_model_ids?: string[] | undefined;
2727
2727
  device_type_ids?: string[] | undefined;
@@ -2784,17 +2784,17 @@ declare const OrganisationGroupSchema: z.ZodObject<{
2784
2784
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
2785
2785
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2786
2786
  }, "strip", z.ZodTypeAny, {
2787
+ description: string;
2787
2788
  status: Status;
2788
2789
  organisation_id: string;
2789
2790
  vehicle_ids: string[];
2790
- description: string;
2791
2791
  group_name: string;
2792
2792
  }, {
2793
2793
  status: Status;
2794
2794
  organisation_id: string;
2795
2795
  group_name: string;
2796
- vehicle_ids?: string[] | undefined;
2797
2796
  description?: string | undefined;
2797
+ vehicle_ids?: string[] | undefined;
2798
2798
  }>;
2799
2799
  type OrganisationGroupDTO = z.infer<typeof OrganisationGroupSchema>;
2800
2800
  declare const OrganisationGroupQuerySchema: z.ZodObject<{
@@ -2833,7 +2833,6 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
2833
2833
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
2834
2834
  }, "strip", z.ZodTypeAny, {
2835
2835
  status: Status[];
2836
- vehicle_ids: string[];
2837
2836
  search: string;
2838
2837
  paging: PAGING;
2839
2838
  page_count: number;
@@ -2855,12 +2854,12 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
2855
2854
  date_format_id: string;
2856
2855
  time_zone_id: string;
2857
2856
  organisation_ids: string[];
2857
+ vehicle_ids: string[];
2858
2858
  organisation_group_ids: string[];
2859
2859
  }, {
2860
2860
  date_format_id: string;
2861
2861
  time_zone_id: string;
2862
2862
  status?: Status[] | undefined;
2863
- vehicle_ids?: string[] | undefined;
2864
2863
  search?: string | undefined;
2865
2864
  paging?: PAGING | undefined;
2866
2865
  page_count?: unknown;
@@ -2880,6 +2879,7 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
2880
2879
  }[] | undefined;
2881
2880
  include_master_data?: YesNo | undefined;
2882
2881
  organisation_ids?: string[] | undefined;
2882
+ vehicle_ids?: string[] | undefined;
2883
2883
  organisation_group_ids?: string[] | undefined;
2884
2884
  }>;
2885
2885
  type OrganisationGroupQueryDTO = z.infer<typeof OrganisationGroupQuerySchema>;
@@ -2917,9 +2917,9 @@ declare const MasterVehicleSubModelSchema: z.ZodObject<{
2917
2917
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
2918
2918
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
2919
2919
  }, "strip", z.ZodTypeAny, {
2920
+ description: string;
2920
2921
  status: Status;
2921
2922
  organisation_id: string;
2922
- description: string;
2923
2923
  vehicle_sub_model: string;
2924
2924
  vehicle_model_id: string;
2925
2925
  vehicle_make_id: string;
@@ -3056,9 +3056,9 @@ declare const MasterVehicleModelSchema: z.ZodObject<{
3056
3056
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3057
3057
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3058
3058
  }, "strip", z.ZodTypeAny, {
3059
+ description: string;
3059
3060
  status: Status;
3060
3061
  organisation_id: string;
3061
- description: string;
3062
3062
  vehicle_make_id: string;
3063
3063
  vehicle_model: string;
3064
3064
  }, {
@@ -3187,9 +3187,9 @@ declare const MasterVehicleMakeSchema: z.ZodObject<{
3187
3187
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3188
3188
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3189
3189
  }, "strip", z.ZodTypeAny, {
3190
+ description: string;
3190
3191
  status: Status;
3191
3192
  organisation_id: string;
3192
- description: string;
3193
3193
  vehicle_make: string;
3194
3194
  }, {
3195
3195
  status: Status;
@@ -3311,9 +3311,9 @@ declare const MasterVehicleStatusTypeSchema: z.ZodObject<{
3311
3311
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3312
3312
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3313
3313
  }, "strip", z.ZodTypeAny, {
3314
+ description: string;
3314
3315
  status: Status;
3315
3316
  organisation_id: string;
3316
- description: string;
3317
3317
  status_type: string;
3318
3318
  }, {
3319
3319
  status: Status;
@@ -3435,9 +3435,9 @@ declare const MasterVehicleOwnershipTypeSchema: z.ZodObject<{
3435
3435
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3436
3436
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3437
3437
  }, "strip", z.ZodTypeAny, {
3438
+ description: string;
3438
3439
  status: Status;
3439
3440
  organisation_id: string;
3440
- description: string;
3441
3441
  ownership_type: string;
3442
3442
  }, {
3443
3443
  status: Status;
@@ -3559,10 +3559,10 @@ declare const MasterVehicleTypeSchema: z.ZodObject<{
3559
3559
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3560
3560
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3561
3561
  }, "strip", z.ZodTypeAny, {
3562
+ description: string;
3562
3563
  status: Status;
3563
3564
  organisation_id: string;
3564
3565
  vehicle_type: string;
3565
- description: string;
3566
3566
  }, {
3567
3567
  status: Status;
3568
3568
  organisation_id: string;
@@ -3683,9 +3683,9 @@ declare const MasterVehicleFuelTypeSchema: z.ZodObject<{
3683
3683
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3684
3684
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3685
3685
  }, "strip", z.ZodTypeAny, {
3686
+ description: string;
3686
3687
  status: Status;
3687
3688
  organisation_id: string;
3688
- description: string;
3689
3689
  fuel_type: string;
3690
3690
  }, {
3691
3691
  status: Status;
@@ -3807,9 +3807,9 @@ declare const MasterVehicleAssociatedToSchema: z.ZodObject<{
3807
3807
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3808
3808
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3809
3809
  }, "strip", z.ZodTypeAny, {
3810
+ description: string;
3810
3811
  status: Status;
3811
3812
  organisation_id: string;
3812
- description: string;
3813
3813
  associated_to: string;
3814
3814
  }, {
3815
3815
  status: Status;
@@ -3936,9 +3936,9 @@ declare const MasterVehicleFuelUnitSchema: z.ZodObject<{
3936
3936
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
3937
3937
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
3938
3938
  }, "strip", z.ZodTypeAny, {
3939
+ description: string;
3939
3940
  status: Status;
3940
3941
  organisation_id: string;
3941
- description: string;
3942
3942
  fuel_unit: string;
3943
3943
  }, {
3944
3944
  status: Status;
@@ -4059,9 +4059,9 @@ declare const MasterVehicleDocumentTypeSchema: z.ZodObject<{
4059
4059
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
4060
4060
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
4061
4061
  }, "strip", z.ZodTypeAny, {
4062
+ description: string;
4062
4063
  status: Status;
4063
4064
  organisation_id: string;
4064
- description: string;
4065
4065
  document_type: string;
4066
4066
  }, {
4067
4067
  status: Status;
@@ -4721,7 +4721,6 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
4721
4721
  }, "strip", z.ZodTypeAny, {
4722
4722
  status: Status;
4723
4723
  organisation_id: string;
4724
- vehicle_id: string;
4725
4724
  usage_type: string;
4726
4725
  file_type: FileType;
4727
4726
  file_url: string;
@@ -4730,12 +4729,13 @@ declare const MasterVehicleFileSchema: z.ZodObject<{
4730
4729
  file_description: string;
4731
4730
  file_size: number;
4732
4731
  file_metadata: Record<string, any>;
4732
+ vehicle_id: string;
4733
4733
  }, {
4734
4734
  status: Status;
4735
4735
  organisation_id: string;
4736
- vehicle_id: string;
4737
4736
  usage_type: string;
4738
4737
  file_type: FileType;
4738
+ vehicle_id: string;
4739
4739
  file_url?: string | undefined;
4740
4740
  file_key?: string | undefined;
4741
4741
  file_name?: string | undefined;
@@ -4795,7 +4795,6 @@ declare const VehicleSchema: z.ZodObject<{
4795
4795
  }, z.UnknownKeysParam, z.ZodTypeAny, {
4796
4796
  status: Status;
4797
4797
  organisation_id: string;
4798
- vehicle_id: string;
4799
4798
  usage_type: string;
4800
4799
  file_type: FileType;
4801
4800
  file_url: string;
@@ -4804,12 +4803,13 @@ declare const VehicleSchema: z.ZodObject<{
4804
4803
  file_description: string;
4805
4804
  file_size: number;
4806
4805
  file_metadata: Record<string, any>;
4806
+ vehicle_id: string;
4807
4807
  }, {
4808
4808
  status: Status;
4809
4809
  organisation_id: string;
4810
- vehicle_id: string;
4811
4810
  usage_type: string;
4812
4811
  file_type: FileType;
4812
+ vehicle_id: string;
4813
4813
  file_url?: string | undefined;
4814
4814
  file_key?: string | undefined;
4815
4815
  file_name?: string | undefined;
@@ -4820,7 +4820,6 @@ declare const VehicleSchema: z.ZodObject<{
4820
4820
  }, "strip", z.ZodTypeAny, {
4821
4821
  status: Status;
4822
4822
  organisation_id: string;
4823
- vehicle_number: string;
4824
4823
  organisation_sub_company_id: string;
4825
4824
  organisation_branch_id: string;
4826
4825
  organisation_color_id: string;
@@ -4835,6 +4834,7 @@ declare const VehicleSchema: z.ZodObject<{
4835
4834
  vehicle_fuel_type_id: string;
4836
4835
  vehicle_associated_to_id: string;
4837
4836
  vehicle_fuel_unit_id: string;
4837
+ vehicle_number: string;
4838
4838
  vehicle_name: string;
4839
4839
  engine_number: string;
4840
4840
  chassis_number: string;
@@ -4855,7 +4855,6 @@ declare const VehicleSchema: z.ZodObject<{
4855
4855
  MasterVehicleFileSchema: {
4856
4856
  status: Status;
4857
4857
  organisation_id: string;
4858
- vehicle_id: string;
4859
4858
  usage_type: string;
4860
4859
  file_type: FileType;
4861
4860
  file_url: string;
@@ -4864,11 +4863,11 @@ declare const VehicleSchema: z.ZodObject<{
4864
4863
  file_description: string;
4865
4864
  file_size: number;
4866
4865
  file_metadata: Record<string, any>;
4866
+ vehicle_id: string;
4867
4867
  }[];
4868
4868
  }, {
4869
4869
  status: Status;
4870
4870
  organisation_id: string;
4871
- vehicle_number: string;
4872
4871
  organisation_sub_company_id: string;
4873
4872
  organisation_branch_id: string;
4874
4873
  organisation_color_id: string;
@@ -4882,6 +4881,7 @@ declare const VehicleSchema: z.ZodObject<{
4882
4881
  vehicle_fuel_type_id: string;
4883
4882
  vehicle_associated_to_id: string;
4884
4883
  vehicle_fuel_unit_id: string;
4884
+ vehicle_number: string;
4885
4885
  is_fleet_active: YesNo;
4886
4886
  is_gps_active: YesNo;
4887
4887
  is_trip_active: YesNo;
@@ -4903,9 +4903,9 @@ declare const VehicleSchema: z.ZodObject<{
4903
4903
  MasterVehicleFileSchema?: {
4904
4904
  status: Status;
4905
4905
  organisation_id: string;
4906
- vehicle_id: string;
4907
4906
  usage_type: string;
4908
4907
  file_type: FileType;
4908
+ vehicle_id: string;
4909
4909
  file_url?: string | undefined;
4910
4910
  file_key?: string | undefined;
4911
4911
  file_name?: string | undefined;
@@ -4943,13 +4943,13 @@ declare const VehicleBulkSchema: z.ZodObject<{
4943
4943
  }, "strip", z.ZodTypeAny, {
4944
4944
  status: Status;
4945
4945
  organisation_id: string;
4946
- vehicle_number: string;
4947
4946
  time_zone_id: string;
4948
4947
  country_id: string;
4949
4948
  device_type_id: string;
4950
4949
  device_manufacturer_id: string;
4951
4950
  device_model_id: string;
4952
4951
  vehicle_type_id: string;
4952
+ vehicle_number: string;
4953
4953
  vehicle_name: string;
4954
4954
  engine_number: string;
4955
4955
  chassis_number: string;
@@ -4968,13 +4968,13 @@ declare const VehicleBulkSchema: z.ZodObject<{
4968
4968
  }, {
4969
4969
  status: Status;
4970
4970
  organisation_id: string;
4971
- vehicle_number: string;
4972
4971
  time_zone_id: string;
4973
4972
  country_id: string;
4974
4973
  device_type_id: string;
4975
4974
  device_manufacturer_id: string;
4976
4975
  device_model_id: string;
4977
4976
  vehicle_type_id: string;
4977
+ vehicle_number: string;
4978
4978
  is_fleet_active: YesNo;
4979
4979
  is_gps_active: YesNo;
4980
4980
  is_trip_active: YesNo;
@@ -5099,9 +5099,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
5099
5099
  }>, "many">>>;
5100
5100
  }, "strip", z.ZodTypeAny, {
5101
5101
  organisation_id: string;
5102
- vehicle_id: string;
5103
5102
  time_zone_id: string;
5104
5103
  country_id: string;
5104
+ vehicle_id: string;
5105
5105
  device_id: string;
5106
5106
  device_type_id: string;
5107
5107
  device_manufacturer_id: string;
@@ -5140,9 +5140,9 @@ declare const VehicleDeviceLinkSchema: z.ZodObject<{
5140
5140
  }[];
5141
5141
  }, {
5142
5142
  organisation_id: string;
5143
- vehicle_id: string;
5144
5143
  time_zone_id: string;
5145
5144
  country_id: string;
5145
+ vehicle_id: string;
5146
5146
  device_id: string;
5147
5147
  device_type_id: string;
5148
5148
  device_manufacturer_id: string;
@@ -5201,12 +5201,12 @@ declare const VehicleDriverLinkSchema: z.ZodObject<{
5201
5201
  driver_id: z.ZodEffects<z.ZodString, string, string>;
5202
5202
  }, "strip", z.ZodTypeAny, {
5203
5203
  organisation_id: string;
5204
- vehicle_id: string;
5205
5204
  driver_id: string;
5205
+ vehicle_id: string;
5206
5206
  }, {
5207
5207
  organisation_id: string;
5208
- vehicle_id: string;
5209
5208
  driver_id: string;
5209
+ vehicle_id: string;
5210
5210
  }>;
5211
5211
  type VehicleDriverLinkDTO = z.infer<typeof VehicleDriverLinkSchema>;
5212
5212
  declare const VehicleDetailGPSSensorSchema: z.ZodObject<{
@@ -5821,7 +5821,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
5821
5821
  vehicle_document_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5822
5822
  }, "strip", z.ZodTypeAny, {
5823
5823
  status: Status[];
5824
- vehicle_ids: string[];
5825
5824
  search: string;
5826
5825
  paging: PAGING;
5827
5826
  page_count: number;
@@ -5843,6 +5842,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
5843
5842
  date_format_id: string;
5844
5843
  time_zone_id: string;
5845
5844
  organisation_ids: string[];
5845
+ vehicle_ids: string[];
5846
5846
  document_type_ids: string[];
5847
5847
  vendor_ids: string[];
5848
5848
  vehicle_document_ids: string[];
@@ -5850,7 +5850,6 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
5850
5850
  date_format_id: string;
5851
5851
  time_zone_id: string;
5852
5852
  status?: Status[] | undefined;
5853
- vehicle_ids?: string[] | undefined;
5854
5853
  search?: string | undefined;
5855
5854
  paging?: PAGING | undefined;
5856
5855
  page_count?: unknown;
@@ -5870,6 +5869,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
5870
5869
  }[] | undefined;
5871
5870
  include_master_data?: YesNo | undefined;
5872
5871
  organisation_ids?: string[] | undefined;
5872
+ vehicle_ids?: string[] | undefined;
5873
5873
  document_type_ids?: string[] | undefined;
5874
5874
  vendor_ids?: string[] | undefined;
5875
5875
  vehicle_document_ids?: string[] | undefined;
@@ -5933,7 +5933,6 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
5933
5933
  expiry_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExpiryType>, "many">>>;
5934
5934
  }, "strip", z.ZodTypeAny, {
5935
5935
  status: Status[];
5936
- vehicle_ids: string[];
5937
5936
  search: string;
5938
5937
  paging: PAGING;
5939
5938
  page_count: number;
@@ -5955,6 +5954,7 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
5955
5954
  date_format_id: string;
5956
5955
  time_zone_id: string;
5957
5956
  organisation_ids: string[];
5957
+ vehicle_ids: string[];
5958
5958
  expiry_type: ExpiryType[];
5959
5959
  vehicle_document_ids: string[];
5960
5960
  document_expiry_ids: string[];
@@ -5962,7 +5962,6 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
5962
5962
  date_format_id: string;
5963
5963
  time_zone_id: string;
5964
5964
  status?: Status[] | undefined;
5965
- vehicle_ids?: string[] | undefined;
5966
5965
  search?: string | undefined;
5967
5966
  paging?: PAGING | undefined;
5968
5967
  page_count?: unknown;
@@ -5982,6 +5981,7 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
5982
5981
  }[] | undefined;
5983
5982
  include_master_data?: YesNo | undefined;
5984
5983
  organisation_ids?: string[] | undefined;
5984
+ vehicle_ids?: string[] | undefined;
5985
5985
  expiry_type?: ExpiryType[] | undefined;
5986
5986
  vehicle_document_ids?: string[] | undefined;
5987
5987
  document_expiry_ids?: string[] | undefined;
@@ -6039,7 +6039,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
6039
6039
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6040
6040
  }, "strip", z.ZodTypeAny, {
6041
6041
  status: Status[];
6042
- vehicle_ids: string[];
6043
6042
  search: string;
6044
6043
  paging: PAGING;
6045
6044
  page_count: number;
@@ -6065,6 +6064,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
6065
6064
  organisation_branch_ids: string[];
6066
6065
  organisation_color_ids: string[];
6067
6066
  organisation_tag_ids: string[];
6067
+ vehicle_ids: string[];
6068
6068
  driver_ids: string[];
6069
6069
  device_ids: string[];
6070
6070
  vehicle_make_ids: string[];
@@ -6082,7 +6082,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
6082
6082
  date_format_id: string;
6083
6083
  time_zone_id: string;
6084
6084
  status?: Status[] | undefined;
6085
- vehicle_ids?: string[] | undefined;
6086
6085
  search?: string | undefined;
6087
6086
  paging?: PAGING | undefined;
6088
6087
  page_count?: unknown;
@@ -6106,6 +6105,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
6106
6105
  organisation_branch_ids?: string[] | undefined;
6107
6106
  organisation_color_ids?: string[] | undefined;
6108
6107
  organisation_tag_ids?: string[] | undefined;
6108
+ vehicle_ids?: string[] | undefined;
6109
6109
  driver_ids?: string[] | undefined;
6110
6110
  device_ids?: string[] | undefined;
6111
6111
  vehicle_make_ids?: string[] | undefined;
@@ -6237,7 +6237,6 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
6237
6237
  }, "strip", z.ZodTypeAny, {
6238
6238
  status: Status[];
6239
6239
  organisation_id: string;
6240
- vehicle_id: string;
6241
6240
  search: string;
6242
6241
  paging: PAGING;
6243
6242
  page_count: number;
@@ -6258,11 +6257,12 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
6258
6257
  include_master_data: YesNo;
6259
6258
  date_format_id: string;
6260
6259
  time_zone_id: string;
6260
+ vehicle_id: string;
6261
6261
  }, {
6262
6262
  organisation_id: string;
6263
- vehicle_id: string;
6264
6263
  date_format_id: string;
6265
6264
  time_zone_id: string;
6265
+ vehicle_id: string;
6266
6266
  status?: Status[] | undefined;
6267
6267
  search?: string | undefined;
6268
6268
  paging?: PAGING | undefined;
@@ -6355,9 +6355,9 @@ declare const MasterUserRoleSchema: z.ZodObject<{
6355
6355
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6356
6356
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
6357
6357
  }, "strip", z.ZodTypeAny, {
6358
+ description: string;
6358
6359
  status: Status;
6359
6360
  organisation_id: string;
6360
- description: string;
6361
6361
  user_role: string;
6362
6362
  }, {
6363
6363
  status: Status;
@@ -6478,9 +6478,9 @@ declare const MasterUserStatusSchema: z.ZodObject<{
6478
6478
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
6479
6479
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
6480
6480
  }, "strip", z.ZodTypeAny, {
6481
+ description: string;
6481
6482
  status: Status;
6482
6483
  organisation_id: string;
6483
- description: string;
6484
6484
  user_status: string;
6485
6485
  }, {
6486
6486
  status: Status;
@@ -6789,14 +6789,13 @@ declare const UserSchema: z.ZodObject<{
6789
6789
  date_format_id: z.ZodEffects<z.ZodString, string, string>;
6790
6790
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
6791
6791
  }, "strip", z.ZodTypeAny, {
6792
- all_vehicles: YesNo;
6793
6792
  status: Status;
6794
6793
  organisation_id: string;
6795
- vehicle_ids: string[];
6796
6794
  date_format_id: string;
6797
6795
  time_zone_id: string;
6798
6796
  password: string;
6799
6797
  can_login: YesNo;
6798
+ vehicle_ids: string[];
6800
6799
  user_role_id: string;
6801
6800
  user_status_id: string;
6802
6801
  language_id: string;
@@ -6806,11 +6805,11 @@ declare const UserSchema: z.ZodObject<{
6806
6805
  username: string;
6807
6806
  mobile: string;
6808
6807
  is_root_user: YesNo;
6808
+ all_vehicles: YesNo;
6809
6809
  user_image_url: string;
6810
6810
  user_image_key: string;
6811
6811
  user_image_name: string;
6812
6812
  }, {
6813
- all_vehicles: YesNo;
6814
6813
  status: Status;
6815
6814
  organisation_id: string;
6816
6815
  date_format_id: string;
@@ -6822,8 +6821,9 @@ declare const UserSchema: z.ZodObject<{
6822
6821
  first_name: string;
6823
6822
  email: string;
6824
6823
  is_root_user: YesNo;
6825
- vehicle_ids?: string[] | undefined;
6824
+ all_vehicles: YesNo;
6826
6825
  password?: string | undefined;
6826
+ vehicle_ids?: string[] | undefined;
6827
6827
  last_name?: string | undefined;
6828
6828
  username?: string | undefined;
6829
6829
  mobile?: string | undefined;
@@ -6874,9 +6874,7 @@ declare const UserQuerySchema: z.ZodObject<{
6874
6874
  is_root_user: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
6875
6875
  all_vehicles: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
6876
6876
  }, "strip", z.ZodTypeAny, {
6877
- all_vehicles: YesNo[];
6878
6877
  status: Status[];
6879
- user_ids: string[];
6880
6878
  search: string;
6881
6879
  paging: PAGING;
6882
6880
  page_count: number;
@@ -6898,6 +6896,7 @@ declare const UserQuerySchema: z.ZodObject<{
6898
6896
  date_format_id: string;
6899
6897
  time_zone_id: string;
6900
6898
  organisation_ids: string[];
6899
+ user_ids: string[];
6901
6900
  time_zone_ids: string[];
6902
6901
  date_format_ids: string[];
6903
6902
  can_login: YesNo[];
@@ -6905,12 +6904,11 @@ declare const UserQuerySchema: z.ZodObject<{
6905
6904
  user_status_ids: string[];
6906
6905
  language_ids: string[];
6907
6906
  is_root_user: YesNo[];
6907
+ all_vehicles: YesNo[];
6908
6908
  }, {
6909
6909
  date_format_id: string;
6910
6910
  time_zone_id: string;
6911
- all_vehicles?: YesNo[] | undefined;
6912
6911
  status?: Status[] | undefined;
6913
- user_ids?: string[] | undefined;
6914
6912
  search?: string | undefined;
6915
6913
  paging?: PAGING | undefined;
6916
6914
  page_count?: unknown;
@@ -6930,6 +6928,7 @@ declare const UserQuerySchema: z.ZodObject<{
6930
6928
  }[] | undefined;
6931
6929
  include_master_data?: YesNo | undefined;
6932
6930
  organisation_ids?: string[] | undefined;
6931
+ user_ids?: string[] | undefined;
6933
6932
  time_zone_ids?: string[] | undefined;
6934
6933
  date_format_ids?: string[] | undefined;
6935
6934
  can_login?: YesNo[] | undefined;
@@ -6937,6 +6936,7 @@ declare const UserQuerySchema: z.ZodObject<{
6937
6936
  user_status_ids?: string[] | undefined;
6938
6937
  language_ids?: string[] | undefined;
6939
6938
  is_root_user?: YesNo[] | undefined;
6939
+ all_vehicles?: YesNo[] | undefined;
6940
6940
  }>;
6941
6941
  type UserQueryDTO = z.infer<typeof UserQuerySchema>;
6942
6942
  declare const UserLogoSchema: z.ZodObject<{
@@ -7377,4 +7377,4 @@ declare const get_user_organisation_presigned_url: (file_name: string) => Promis
7377
7377
  declare const getUserOrganisationCache: () => Promise<FBR<UserOrganisation[]>>;
7378
7378
  declare const getUserOrganisationCacheSimple: () => Promise<FBR<UserOrganisationSimple[]>>;
7379
7379
 
7380
- export { findMasterMainStates 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, getMasterMainTimeZoneCacheAll as S, getMasterMainTimeZoneCache as T, type UserOrganisation as U, MasterMainStateSchema as V, type MasterMainStateDTO as W, MasterMainStateQuerySchema as X, type MasterMainStateQueryDTO as Y, toMasterMainStatePayload as Z, newMasterMainStatePayload as _, type User as a, getOrganisationSubCompanyCache as a$, createMasterMainState as a0, updateMasterMainState as a1, deleteMasterMainState as a2, getMasterMainStateCache as a3, MasterMainCountrySchema as a4, type MasterMainCountryDTO as a5, MasterMainCountryQuerySchema as a6, type MasterMainCountryQueryDTO as a7, toMasterMainCountryPayload as a8, newMasterMainCountryPayload as a9, createMasterMainUnitMileage as aA, updateMasterMainUnitMileage as aB, deleteMasterMainUnitMileage as aC, getMasterMainUnitMileageCache as aD, type MasterMainUnitVolume as aE, MasterMainUnitVolumeSchema as aF, type MasterMainUnitVolumeDTO as aG, MasterMainUnitVolumeQuerySchema as aH, type MasterMainUnitVolumeQueryDTO as aI, toMasterMainUnitVolumePayload as aJ, newMasterMainUnitVolumePayload as aK, findMasterMainUnitVolumes as aL, createMasterMainUnitVolume as aM, updateMasterMainUnitVolume as aN, deleteMasterMainUnitVolume as aO, getMasterMainUnitVolumeCache as aP, type OrganisationSubCompany as aQ, OrganisationSubCompanySchema as aR, type OrganisationSubCompanyDTO as aS, OrganisationSubCompanyQuerySchema as aT, type OrganisationSubCompanyQueryDTO as aU, toOrganisationSubCompanyPayload as aV, newOrganisationSubCompanyPayload as aW, findOrganisationSubCompanyies as aX, createOrganisationSubCompany as aY, updateOrganisationSubCompany as aZ, deleteOrganisationSubCompany as a_, findMasterMainCountries as aa, createMasterMainCountry as ab, updateMasterMainCountry as ac, deleteMasterMainCountry as ad, getMasterMainCountryCache as ae, getMasterMainCountryCacheChild as af, type MasterMainDateFormat as ag, MasterMainDateFormatSchema as ah, type MasterMainDateFormatDTO as ai, MasterMainDateFormatQuerySchema as aj, type MasterMainDateFormatQueryDTO as ak, toMasterMainDateFormatPayload as al, newMasterMainDateFormatPayload as am, findMasterMainDateFormats as an, createMasterMainDateFormat as ao, updateMasterMainDateFormat as ap, deleteMasterMainDateFormat as aq, getMasterMainDateFormatCache as ar, type MasterMainUnitMileage as as, MasterMainUnitMileageSchema as at, type MasterMainUnitMileageDTO as au, MasterMainUnitMileageQuerySchema as av, type MasterMainUnitMileageQueryDTO as aw, toMasterMainUnitMileagePayload as ax, newMasterMainUnitMileagePayload as ay, findMasterMainUnitMileages as az, type MasterDriver as b, updateMasterDriverLogo as b$, getOrganisationSubCompanyCacheCount as b0, getOrganisationSubCompanyCacheChild as b1, OrganisationBranchSchema as b2, type OrganisationBranchDTO as b3, OrganisationBranchQuerySchema as b4, type OrganisationBranchQueryDTO as b5, toOrganisationBranchPayload as b6, newOrganisationBranchPayload as b7, findOrganisationBranchs as b8, createOrganisationBranch as b9, findOrganisationTags as bA, createOrganisationTag as bB, updateOrganisationTag as bC, deleteOrganisationTag as bD, getOrganisationTagCache as bE, getOrganisationTagCacheCount as bF, getOrganisationTagCacheChild as bG, type MasterDriverFile as bH, type AssignRemoveDriverHistory as bI, type DriverLoginPush as bJ, MasterDriverFileSchema as bK, type MasterDriverFileDTO as bL, MasterDriverSchema as bM, type MasterDriverDTO as bN, MasterDriverQuerySchema as bO, type MasterDriverQueryDTO as bP, MasterDriverLogoSchema as bQ, type MasterDriverLogoDTO as bR, MasterDriverProfileSchema as bS, type MasterDriverProfileDTO as bT, toDriverPayload as bU, toDriverProfilePayload as bV, newDriverPayload as bW, findMasterDriver as bX, createMasterDriver as bY, updateMasterDriver as bZ, deleteMasterDriver as b_, updateOrganisationBranch as ba, deleteOrganisationBranch as bb, getOrganisationBranchCache as bc, getOrganisationBranchCacheCount as bd, getOrganisationBranchCacheChild as be, type OrganisationColor as bf, OrganisationColorSchema as bg, type OrganisationColorDTO as bh, OrganisationColorQuerySchema as bi, type OrganisationColorQueryDTO as bj, toOrganisationColorPayload as bk, newOrganisationColorPayload as bl, findOrganisationColors as bm, createOrganisationColor as bn, updateOrganisationColor as bo, deleteOrganisationColor as bp, getOrganisationColorCache as bq, getOrganisationColorCacheCount as br, getOrganisationColorCacheChild as bs, type OrganisationTag as bt, OrganisationTagSchema as bu, type OrganisationTagDTO as bv, OrganisationTagQuerySchema as bw, type OrganisationTagQueryDTO as bx, toOrganisationTagPayload as by, newOrganisationTagPayload as bz, type MasterDevice as c, MasterDeviceSchema as c$, deleteMasterDriverLogo as c0, updateMasterDriverProfile as c1, getMasterDriverCache as c2, getMasterDriverCacheSimple as c3, get_master_driver_presigned_url as c4, get_master_driver_presigned_url_file as c5, create_file as c6, remove_file as c7, type MasterDeviceType as c8, MasterDeviceTypeSchema as c9, type MasterDeviceManufacturer as cA, MasterDeviceManufacturerSchema as cB, type MasterDeviceManufacturerDTO as cC, MasterDeviceManufacturerQuerySchema as cD, type MasterDeviceManufacturerQueryDTO as cE, toMasterDeviceManufacturerPayload as cF, newMasterDeviceManufacturerPayload as cG, findMasterDeviceManufacturers as cH, createMasterDeviceManufacturer as cI, updateMasterDeviceManufacturer as cJ, deleteMasterDeviceManufacturer as cK, getMasterDeviceManufacturerCache as cL, getMasterDeviceManufacturerCacheCount as cM, getMasterDeviceManufacturerCacheChild as cN, type MasterSim as cO, type AssignRemoveSimHistory as cP, MasterSimSchema as cQ, type MasterSimDTO as cR, MasterSimQuerySchema as cS, type MasterSimQueryDTO as cT, toMasterSimPayload as cU, newMasterSimPayload as cV, findMasterSims as cW, createMasterSim as cX, updateMasterSim as cY, deleteMasterSim as cZ, type AssignRemoveDeviceHistory as c_, type MasterDeviceTypeDTO as ca, MasterDeviceTypeQuerySchema as cb, type MasterDeviceTypeQueryDTO as cc, toMasterDeviceTypePayload as cd, newMasterDeviceTypePayload as ce, findMasterDeviceTypes as cf, createMasterDeviceType as cg, updateMasterDeviceType as ch, deleteMasterDeviceType as ci, getMasterDeviceTypeCache as cj, getMasterDeviceTypeCacheCount as ck, getMasterDeviceTypeCacheChild as cl, type MasterDeviceModel as cm, MasterDeviceModelSchema as cn, type MasterDeviceModelDTO as co, MasterDeviceModelQuerySchema as cp, type MasterDeviceModelQueryDTO as cq, toMasterDeviceModelPayload as cr, newMasterDeviceModelPayload as cs, findMasterDeviceModels as ct, createMasterDeviceModel as cu, updateMasterDeviceModel as cv, deleteMasterDeviceModel as cw, getMasterDeviceModelCache as cx, getMasterDeviceModelCacheCount as cy, getMasterDeviceModelCacheChild as cz, type MasterVehicleFuelType as d, type MasterVehicleMakeQueryDTO as d$, type MasterDeviceDTO as d0, MasterDeviceQuerySchema as d1, type MasterDeviceQueryDTO as d2, DeviceSimLinkSchema as d3, type DeviceSimLinkDTO as d4, toMasterDevicePayload as d5, newMasterDevicePayload as d6, findMasterDevices as d7, createMasterDevice as d8, updateMasterDevice as d9, toMasterVehicleSubModelPayload as dA, newMasterVehicleSubModelPayload as dB, findMasterVehicleSubModels as dC, createMasterVehicleSubModel as dD, updateMasterVehicleSubModel as dE, deleteMasterVehicleSubModel as dF, getMasterVehicleSubModelCache as dG, getMasterVehicleSubModelCacheCount as dH, getMasterVehicleSubModelCacheChild as dI, type MasterVehicleModel as dJ, MasterVehicleModelSchema as dK, type MasterVehicleModelDTO as dL, MasterVehicleModelQuerySchema as dM, type MasterVehicleModelQueryDTO as dN, toMasterVehicleModelPayload as dO, newMasterVehicleModelPayload as dP, findMasterVehicleModels as dQ, createMasterVehicleModel as dR, updateMasterVehicleModel as dS, deleteMasterVehicleModel as dT, getMasterVehicleModelCache as dU, getMasterVehicleModelCacheCount as dV, getMasterVehicleModelCacheChild as dW, type MasterVehicleMake as dX, MasterVehicleMakeSchema as dY, type MasterVehicleMakeDTO as dZ, MasterVehicleMakeQuerySchema as d_, deleteMasterDevice as da, device_sim_link as db, device_sim_unlink as dc, get_device_sim_link_history_by_sim as dd, get_device_sim_link_history_by_device as de, type OrganisationGroup as df, type VehicleOrganisationGroupLink as dg, OrganisationGroupSchema as dh, type OrganisationGroupDTO as di, OrganisationGroupQuerySchema as dj, type OrganisationGroupQueryDTO as dk, toOrganisationGroupPayload as dl, newOrganisationGroupPayload as dm, findOrganisationGroups as dn, createOrganisationGroup as dp, updateOrganisationGroup as dq, deleteOrganisationGroup as dr, getOrganisationGroupCache as ds, getOrganisationGroupCacheCount as dt, getOrganisationGroupCacheChild as du, type MasterVehicleSubModel as dv, MasterVehicleSubModelSchema as dw, type MasterVehicleSubModelDTO as dx, MasterVehicleSubModelQuerySchema as dy, type MasterVehicleSubModelQueryDTO as dz, type MasterVehicleFuelUnit as e, getMasterVehicleFuelTypeCacheChild as e$, toMasterVehicleMakePayload as e0, newMasterVehicleMakePayload as e1, findMasterVehicleMakes as e2, createMasterVehicleMake as e3, updateMasterVehicleMake as e4, deleteMasterVehicleMake as e5, getMasterVehicleMakeCache as e6, getMasterVehicleMakeCacheCount as e7, getMasterVehicleMakeCacheChild as e8, type MasterVehicleStatusType as e9, getMasterVehicleOwnershipTypeCacheChild as eA, type MasterVehicleType as eB, MasterVehicleTypeSchema as eC, type MasterVehicleTypeDTO as eD, MasterVehicleTypeQuerySchema as eE, type MasterVehicleTypeQueryDTO as eF, toMasterVehicleTypePayload as eG, newMasterVehicleTypePayload as eH, findMasterVehicleTypes as eI, createMasterVehicleType as eJ, updateMasterVehicleType as eK, deleteMasterVehicleType as eL, getMasterVehicleTypeCache as eM, getMasterVehicleTypeCacheCount as eN, getMasterVehicleTypeCacheChild as eO, MasterVehicleFuelTypeSchema as eP, type MasterVehicleFuelTypeDTO as eQ, MasterVehicleFuelTypeQuerySchema as eR, type MasterVehicleFuelTypeQueryDTO as eS, toMasterVehicleFuelTypePayload as eT, newMasterVehicleFuelTypePayload as eU, findMasterVehicleFuelTypes as eV, createMasterVehicleFuelType as eW, updateMasterVehicleFuelType as eX, deleteMasterVehicleFuelType as eY, getMasterVehicleFuelTypeCache as eZ, getMasterVehicleFuelTypeCacheCount as e_, MasterVehicleStatusTypeSchema as ea, type MasterVehicleStatusTypeDTO as eb, MasterVehicleStatusTypeQuerySchema as ec, type MasterVehicleStatusTypeQueryDTO as ed, toMasterVehicleStatusTypePayload as ee, newMasterVehicleStatusTypePayload as ef, findMasterVehicleStatusTypes as eg, createMasterVehicleStatusType as eh, updateMasterVehicleStatusType as ei, deleteMasterVehicleStatusType as ej, getMasterVehicleStatusTypeCache as ek, getMasterVehicleStatusTypeCacheCount as el, getMasterVehicleStatusTypeCacheChild as em, type MasterVehicleOwnershipType as en, MasterVehicleOwnershipTypeSchema as eo, type MasterVehicleOwnershipTypeDTO as ep, MasterVehicleOwnershipTypeQuerySchema as eq, type MasterVehicleOwnershipTypeQueryDTO as er, toMasterVehicleOwnershipTypePayload as es, newMasterVehicleOwnershipTypePayload as et, findMasterVehicleOwnershipTypes as eu, createMasterVehicleOwnershipType as ev, updateMasterVehicleOwnershipType as ew, deleteMasterVehicleOwnershipType as ex, getMasterVehicleOwnershipTypeCache as ey, getMasterVehicleOwnershipTypeCacheCount as ez, type MasterMainCountry as f, type VehicleDriverLinkDTO as f$, type MasterVehicleAssociatedTo as f0, MasterVehicleAssociatedToSchema as f1, type MasterVehicleAssociatedToDTO as f2, MasterVehicleAssociatedToQuerySchema as f3, type MasterVehicleAssociatedToQueryDTO as f4, toMasterVehicleAssociatedToPayload as f5, newMasterVehicleAssociatedToPayload as f6, findMasterVehicleAssociatedTos as f7, createMasterVehicleAssociatedTo as f8, updateMasterVehicleAssociatedTo as f9, updateMasterVehicleDocumentType as fA, deleteMasterVehicleDocumentType as fB, getMasterVehicleDocumentTypeCache as fC, type MasterVehicleDropdown as fD, type MasterVehicleFile as fE, type VehicleDetailGPS as fF, type VehicleDetailTrip as fG, type VehicleDetailBody as fH, type VehicleDetailLifeCycle as fI, type VehicleDetailPurchase as fJ, type VehicleDocument as fK, type VehicleDocumentFile as fL, type VehicleDocumentExpiry as fM, type VehicleOdometerHistory as fN, MasterVehicleFileSchema as fO, type MasterVehicleFileDTO as fP, VehicleSchema as fQ, type VehicleDTO as fR, VehicleBulkSchema as fS, type VehicleBulkDTO as fT, MasterDeviceFileSchema as fU, type MasterDeviceFileDTO as fV, VehicleDeviceLinkSchema as fW, type VehicleDeviceLinkDTO as fX, VehicleDeviceUnlinkSchema as fY, type VehicleDeviceUnlinkDTO as fZ, VehicleDriverLinkSchema as f_, deleteMasterVehicleAssociatedTo as fa, getMasterVehicleAssociatedToCache as fb, getMasterVehicleAssociatedToCacheCount as fc, getMasterVehicleAssociatedToCacheChild as fd, MasterVehicleFuelUnitSchema as fe, type MasterVehicleFuelUnitDTO as ff, MasterVehicleFuelUnitQuerySchema as fg, type MasterVehicleFuelUnitQueryDTO as fh, toMasterVehicleFuelUnitPayload as fi, newMasterVehicleFuelUnitPayload as fj, findMasterVehicleFuelUnits as fk, createMasterVehicleFuelUnit as fl, updateMasterVehicleFuelUnit as fm, deleteMasterVehicleFuelUnit as fn, getMasterVehicleFuelUnitCache as fo, getMasterVehicleFuelUnitCacheCount as fp, getMasterVehicleFuelUnitCacheChild as fq, type MasterVehicleDocumentType as fr, MasterVehicleDocumentTypeSchema as fs, type MasterVehicleDocumentTypeDTO as ft, MasterVehicleDocumentTypeQuerySchema as fu, type MasterVehicleDocumentTypeQueryDTO as fv, toMasterVehicleDocumentTypePayload as fw, newMasterVehicleDocumentTypePayload as fx, findMasterVehicleDocumentTypes as fy, createMasterVehicleDocumentType as fz, type MasterMainState as g, createFileDevice as g$, VehicleDetailGPSSensorSchema as g0, type VehicleDetailGPSSensorDTO as g1, VehicleDetailTripSchema as g2, type VehicleDetailTripDTO as g3, VehicleDetailBodySchema as g4, type VehicleDetailBodyDTO as g5, VehicleDetailLifeCycleSchema as g6, type VehicleDetailLifeCycleDto as g7, VehicleDetailPurchaseSchema as g8, type VehicleDetailPurchaseDTO as g9, get_device_file_presigned_url as gA, get_vehicle_document_file_presigned_url as gB, findVehicles as gC, findVehiclesLiveDashboard as gD, findVehicleGPSDetails as gE, createVehicle as gF, updateVehicle as gG, deleteVehicle as gH, updateDetailsGpsSensor as gI, updateDetailsTrip as gJ, updateVehicleBodyDetails as gK, updateVehicleLifeCycleDetails as gL, updateVehiclePurchaseDetails as gM, linkDriverToVehicle as gN, unlinkDriverFromVehicle as gO, getDriverLinkHistoryByVehicle as gP, getDriverLinkHistoryByDriver as gQ, linkDeviceToVehicle as gR, unlinkDeviceFromVehicle as gS, getDeviceLinkHistoryByVehicle as gT, getDeviceLinkHistoryByDevice as gU, createVehicleDocument as gV, findVehicleDocument as gW, updateVehicleDocument as gX, removeVehicleDocument as gY, createFileVehicle as gZ, removeFileVehicle as g_, MasterVehicleDocumentFileSchema as ga, type MasterVehicleDocumentFileDTO as gb, VehicleDocumentSchema as gc, type VehicleDocumentDTO as gd, VehicleDocumentQuerySchema as ge, type VehicleDocumentQueryDTO as gf, VehicleDocumentExpirySchema as gg, type VehicleDocumentExpiryDTO as gh, VehicleDocumentExpiryQuerySchema as gi, type VehicleDocumentExpiryQueryDTO as gj, VehicleQuerySchema as gk, type VehicleQueryDTO as gl, SimpleFindQuerySchema as gm, type SimpleFindQueryDTO as gn, VehicleGPSQuerySchema as go, type VehicleGPSQueryDTO as gp, toVehiclePayload as gq, newVehiclePayload as gr, toVehicleDetailsGPSPayload as gs, toVehicleDetailsTripPayload as gt, toVehicleDetailsBodyPayload as gu, toVehicleDetailLifeCyclePayload as gv, toVehicleDetailPurchasePayload as gw, toVehicleDocumentExpiryPayload as gx, newVehicleDocumentExpiryPayload as gy, get_vehicle_file_presigned_url as gz, type MasterMainIndustry as h, type UserDefaultTimeZoneDTO as h$, removeFileDevice as h0, createFileVehicleDocument as h1, removeFileVehicleDocument as h2, createVehicleDocumentExpiry as h3, findVehicleDocumentExpiry as h4, updateVehicleDocumentExpiry as h5, removeVehicleDocumentExpiry as h6, getVehicleCache as h7, getVehicleSimpleCache as h8, getVehicleParentCache as h9, getMasterUserStatusCache as hA, getMasterUserStatusCacheCount as hB, type MasterMainLanguage as hC, MasterMainLanguageSchema as hD, type MasterMainLanguageDTO as hE, MasterMainLanguageQuerySchema as hF, type MasterMainLanguageQueryDTO as hG, toMasterMainLanguagePayload as hH, newMasterMainLanguagePayload as hI, findMasterMainLanguages as hJ, createMasterMainLanguage as hK, updateMasterMainLanguage as hL, deleteMasterMainLanguage as hM, getMasterMainLanguageCache as hN, type UserVehicleLink as hO, type UserLoginPush as hP, UserSchema as hQ, type UserDTO as hR, UserQuerySchema as hS, type UserQueryDTO as hT, UserLogoSchema as hU, type UserLogoDTO as hV, UserProfileSchema as hW, type UserProfileDTO as hX, UserDefaultLanguageSchema as hY, type UserDefaultLanguageDTO as hZ, UserDefaultTimeZoneSchema as h_, getVehicleSimpleDropdownCustom as ha, getVehicleSimpleDropdownCacheLiveData as hb, type MasterUserRole as hc, MasterUserRoleSchema as hd, type MasterUserRoleDTO as he, MasterUserRoleQuerySchema as hf, type MasterUserRoleQueryDTO as hg, toMasterUserRolePayload as hh, newMasterUserRolePayload as hi, findMasterUserRoles as hj, createMasterUserRole as hk, updateMasterUserRole as hl, deleteMasterUserRole as hm, getMasterUserRoleCache as hn, getMasterUserRoleCacheCount as ho, type MasterUserStatus as hp, MasterUserStatusSchema as hq, type MasterUserStatusDTO as hr, MasterUserStatusQuerySchema as hs, type MasterUserStatusQueryDTO as ht, toMasterUserStatusPayload as hu, newMasterUserStatusPayload as hv, findMasterUserStatuses as hw, createMasterUserStatus as hx, updateMasterUserStatus as hy, deleteMasterUserStatus as hz, MasterMainIndustrySchema as i, UserDefaultDateFormatSchema as i0, type UserDefaultDateFormatDTO as i1, newUserPayload as i2, toUserPayload as i3, toUserProfilePayload as i4, findUser as i5, createUser as i6, updateUser as i7, deleteUser as i8, updateUserLogo as i9, getUserOrganisationCache as iA, getUserOrganisationCacheSimple as iB, deleteUserLogo as ia, updateUserProfile as ib, getUserCache as ic, getUserCacheSimple as id, get_user_presigned_url as ie, updateUserDefaultLanguage as ig, updateUserDefaultTimezone as ih, updateUserDefaultDateformat as ii, type UserOrganisationSimple as ij, UserOrganisationSchema as ik, type UserOrganisationDTO as il, UserOrganisationQuerySchema as im, type UserOrganisationQueryDTO as io, UserOrganisationLogoSchema as ip, type UserOrganisationLogoDTO as iq, toUserOrganisationPayload as ir, newUserOrganisationPayload as is, findUserOrganisation as it, createUserOrganisation as iu, updateUserOrganisation as iv, deleteUserOrganisation as iw, updateUserOrganisationLogo as ix, deleteUserOrganisationLogo as iy, get_user_organisation_presigned_url as iz, 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 };
7380
+ export { newMasterMainStatePayload as $, newMasterMainCurrencyPayload as A, findMasterMainCurrencies as B, createMasterMainCurrency as C, updateMasterMainCurrency as D, deleteMasterMainCurrency as E, getMasterMainCurrencyCache as F, type MasterMainTimeZone as G, MasterMainTimeZoneSchema as H, type MasterMainTimeZoneDTO as I, MasterMainTimeZoneQuerySchema as J, type MasterMainTimeZoneQueryDTO as K, toMasterMainTimeZonePayload as L, type MasterVehicle as M, newMasterMainTimeZonePayload as N, type OrganisationBranch as O, findMasterMainTimeZones as P, createMasterMainTimeZone as Q, updateMasterMainTimeZone as R, deleteMasterMainTimeZone as S, getMasterMainTimeZoneCacheAll as T, type UserOrganisation as U, getMasterMainTimeZoneCache as V, MasterMainStateSchema as W, type MasterMainStateDTO as X, MasterMainStateQuerySchema as Y, type MasterMainStateQueryDTO as Z, toMasterMainStatePayload as _, type User as a, deleteOrganisationSubCompany as a$, findMasterMainStates as a0, createMasterMainState as a1, updateMasterMainState as a2, deleteMasterMainState as a3, getMasterMainStateCache as a4, MasterMainCountrySchema as a5, type MasterMainCountryDTO as a6, MasterMainCountryQuerySchema as a7, type MasterMainCountryQueryDTO as a8, toMasterMainCountryPayload as a9, findMasterMainUnitMileages as aA, createMasterMainUnitMileage as aB, updateMasterMainUnitMileage as aC, deleteMasterMainUnitMileage as aD, getMasterMainUnitMileageCache as aE, type MasterMainUnitVolume as aF, MasterMainUnitVolumeSchema as aG, type MasterMainUnitVolumeDTO as aH, MasterMainUnitVolumeQuerySchema as aI, type MasterMainUnitVolumeQueryDTO as aJ, toMasterMainUnitVolumePayload as aK, newMasterMainUnitVolumePayload as aL, findMasterMainUnitVolumes as aM, createMasterMainUnitVolume as aN, updateMasterMainUnitVolume as aO, deleteMasterMainUnitVolume as aP, getMasterMainUnitVolumeCache as aQ, type OrganisationSubCompany as aR, OrganisationSubCompanySchema as aS, type OrganisationSubCompanyDTO as aT, OrganisationSubCompanyQuerySchema as aU, type OrganisationSubCompanyQueryDTO as aV, toOrganisationSubCompanyPayload as aW, newOrganisationSubCompanyPayload as aX, findOrganisationSubCompanyies as aY, createOrganisationSubCompany as aZ, updateOrganisationSubCompany as a_, newMasterMainCountryPayload as aa, findMasterMainCountries as ab, createMasterMainCountry as ac, updateMasterMainCountry as ad, deleteMasterMainCountry as ae, getMasterMainCountryCache as af, getMasterMainCountryCacheChild as ag, type MasterMainDateFormat as ah, MasterMainDateFormatSchema as ai, type MasterMainDateFormatDTO as aj, MasterMainDateFormatQuerySchema as ak, type MasterMainDateFormatQueryDTO as al, toMasterMainDateFormatPayload as am, newMasterMainDateFormatPayload as an, findMasterMainDateFormats as ao, createMasterMainDateFormat as ap, updateMasterMainDateFormat as aq, deleteMasterMainDateFormat as ar, getMasterMainDateFormatCache as as, type MasterMainUnitMileage as at, MasterMainUnitMileageSchema as au, type MasterMainUnitMileageDTO as av, MasterMainUnitMileageQuerySchema as aw, type MasterMainUnitMileageQueryDTO as ax, toMasterMainUnitMileagePayload as ay, newMasterMainUnitMileagePayload as az, type MasterDriver as b, updateMasterDriverLogo as b$, getOrganisationSubCompanyCache as b0, getOrganisationSubCompanyCacheCount as b1, getOrganisationSubCompanyCacheChild as b2, OrganisationBranchSchema as b3, type OrganisationBranchDTO as b4, OrganisationBranchQuerySchema as b5, type OrganisationBranchQueryDTO as b6, toOrganisationBranchPayload as b7, newOrganisationBranchPayload as b8, findOrganisationBranchs as b9, newOrganisationTagPayload as bA, findOrganisationTags as bB, createOrganisationTag as bC, updateOrganisationTag as bD, deleteOrganisationTag as bE, getOrganisationTagCache as bF, getOrganisationTagCacheCount as bG, getOrganisationTagCacheChild as bH, type MasterDriverFile as bI, type AssignRemoveDriverHistory as bJ, type DriverLoginPush as bK, MasterDriverFileSchema as bL, MasterDriverSchema as bM, type MasterDriverDTO as bN, MasterDriverQuerySchema as bO, type MasterDriverQueryDTO as bP, MasterDriverLogoSchema as bQ, type MasterDriverLogoDTO as bR, MasterDriverProfileSchema as bS, type MasterDriverProfileDTO as bT, toDriverPayload as bU, toDriverProfilePayload as bV, newDriverPayload as bW, findMasterDriver as bX, createMasterDriver as bY, updateMasterDriver as bZ, deleteMasterDriver as b_, createOrganisationBranch as ba, updateOrganisationBranch as bb, deleteOrganisationBranch as bc, getOrganisationBranchCache as bd, getOrganisationBranchCacheCount as be, getOrganisationBranchCacheChild as bf, type OrganisationColor as bg, OrganisationColorSchema as bh, type OrganisationColorDTO as bi, OrganisationColorQuerySchema as bj, type OrganisationColorQueryDTO as bk, toOrganisationColorPayload as bl, newOrganisationColorPayload as bm, findOrganisationColors as bn, createOrganisationColor as bo, updateOrganisationColor as bp, deleteOrganisationColor as bq, getOrganisationColorCache as br, getOrganisationColorCacheCount as bs, getOrganisationColorCacheChild as bt, type OrganisationTag as bu, OrganisationTagSchema as bv, type OrganisationTagDTO as bw, OrganisationTagQuerySchema as bx, type OrganisationTagQueryDTO as by, toOrganisationTagPayload as bz, type MasterDevice as c, MasterDeviceSchema as c$, deleteMasterDriverLogo as c0, updateMasterDriverProfile as c1, getMasterDriverCache as c2, getMasterDriverCacheSimple as c3, get_master_driver_presigned_url as c4, get_master_driver_presigned_url_file as c5, create_file as c6, remove_file as c7, type MasterDeviceType as c8, MasterDeviceTypeSchema as c9, type MasterDeviceManufacturer as cA, MasterDeviceManufacturerSchema as cB, type MasterDeviceManufacturerDTO as cC, MasterDeviceManufacturerQuerySchema as cD, type MasterDeviceManufacturerQueryDTO as cE, toMasterDeviceManufacturerPayload as cF, newMasterDeviceManufacturerPayload as cG, findMasterDeviceManufacturers as cH, createMasterDeviceManufacturer as cI, updateMasterDeviceManufacturer as cJ, deleteMasterDeviceManufacturer as cK, getMasterDeviceManufacturerCache as cL, getMasterDeviceManufacturerCacheCount as cM, getMasterDeviceManufacturerCacheChild as cN, type MasterSim as cO, type AssignRemoveSimHistory as cP, MasterSimSchema as cQ, type MasterSimDTO as cR, MasterSimQuerySchema as cS, type MasterSimQueryDTO as cT, toMasterSimPayload as cU, newMasterSimPayload as cV, findMasterSims as cW, createMasterSim as cX, updateMasterSim as cY, deleteMasterSim as cZ, type AssignRemoveDeviceHistory as c_, type MasterDeviceTypeDTO as ca, MasterDeviceTypeQuerySchema as cb, type MasterDeviceTypeQueryDTO as cc, toMasterDeviceTypePayload as cd, newMasterDeviceTypePayload as ce, findMasterDeviceTypes as cf, createMasterDeviceType as cg, updateMasterDeviceType as ch, deleteMasterDeviceType as ci, getMasterDeviceTypeCache as cj, getMasterDeviceTypeCacheCount as ck, getMasterDeviceTypeCacheChild as cl, type MasterDeviceModel as cm, MasterDeviceModelSchema as cn, type MasterDeviceModelDTO as co, MasterDeviceModelQuerySchema as cp, type MasterDeviceModelQueryDTO as cq, toMasterDeviceModelPayload as cr, newMasterDeviceModelPayload as cs, findMasterDeviceModels as ct, createMasterDeviceModel as cu, updateMasterDeviceModel as cv, deleteMasterDeviceModel as cw, getMasterDeviceModelCache as cx, getMasterDeviceModelCacheCount as cy, getMasterDeviceModelCacheChild as cz, type MasterVehicleFuelType as d, type MasterVehicleMakeQueryDTO as d$, type MasterDeviceDTO as d0, MasterDeviceQuerySchema as d1, type MasterDeviceQueryDTO as d2, DeviceSimLinkSchema as d3, type DeviceSimLinkDTO as d4, toMasterDevicePayload as d5, newMasterDevicePayload as d6, findMasterDevices as d7, createMasterDevice as d8, updateMasterDevice as d9, toMasterVehicleSubModelPayload as dA, newMasterVehicleSubModelPayload as dB, findMasterVehicleSubModels as dC, createMasterVehicleSubModel as dD, updateMasterVehicleSubModel as dE, deleteMasterVehicleSubModel as dF, getMasterVehicleSubModelCache as dG, getMasterVehicleSubModelCacheCount as dH, getMasterVehicleSubModelCacheChild as dI, type MasterVehicleModel as dJ, MasterVehicleModelSchema as dK, type MasterVehicleModelDTO as dL, MasterVehicleModelQuerySchema as dM, type MasterVehicleModelQueryDTO as dN, toMasterVehicleModelPayload as dO, newMasterVehicleModelPayload as dP, findMasterVehicleModels as dQ, createMasterVehicleModel as dR, updateMasterVehicleModel as dS, deleteMasterVehicleModel as dT, getMasterVehicleModelCache as dU, getMasterVehicleModelCacheCount as dV, getMasterVehicleModelCacheChild as dW, type MasterVehicleMake as dX, MasterVehicleMakeSchema as dY, type MasterVehicleMakeDTO as dZ, MasterVehicleMakeQuerySchema as d_, deleteMasterDevice as da, device_sim_link as db, device_sim_unlink as dc, get_device_sim_link_history_by_sim as dd, get_device_sim_link_history_by_device as de, type OrganisationGroup as df, type VehicleOrganisationGroupLink as dg, OrganisationGroupSchema as dh, type OrganisationGroupDTO as di, OrganisationGroupQuerySchema as dj, type OrganisationGroupQueryDTO as dk, toOrganisationGroupPayload as dl, newOrganisationGroupPayload as dm, findOrganisationGroups as dn, createOrganisationGroup as dp, updateOrganisationGroup as dq, deleteOrganisationGroup as dr, getOrganisationGroupCache as ds, getOrganisationGroupCacheCount as dt, getOrganisationGroupCacheChild as du, type MasterVehicleSubModel as dv, MasterVehicleSubModelSchema as dw, type MasterVehicleSubModelDTO as dx, MasterVehicleSubModelQuerySchema as dy, type MasterVehicleSubModelQueryDTO as dz, type MasterVehicleFuelUnit as e, getMasterVehicleFuelTypeCacheChild as e$, toMasterVehicleMakePayload as e0, newMasterVehicleMakePayload as e1, findMasterVehicleMakes as e2, createMasterVehicleMake as e3, updateMasterVehicleMake as e4, deleteMasterVehicleMake as e5, getMasterVehicleMakeCache as e6, getMasterVehicleMakeCacheCount as e7, getMasterVehicleMakeCacheChild as e8, type MasterVehicleStatusType as e9, getMasterVehicleOwnershipTypeCacheChild as eA, type MasterVehicleType as eB, MasterVehicleTypeSchema as eC, type MasterVehicleTypeDTO as eD, MasterVehicleTypeQuerySchema as eE, type MasterVehicleTypeQueryDTO as eF, toMasterVehicleTypePayload as eG, newMasterVehicleTypePayload as eH, findMasterVehicleTypes as eI, createMasterVehicleType as eJ, updateMasterVehicleType as eK, deleteMasterVehicleType as eL, getMasterVehicleTypeCache as eM, getMasterVehicleTypeCacheCount as eN, getMasterVehicleTypeCacheChild as eO, MasterVehicleFuelTypeSchema as eP, type MasterVehicleFuelTypeDTO as eQ, MasterVehicleFuelTypeQuerySchema as eR, type MasterVehicleFuelTypeQueryDTO as eS, toMasterVehicleFuelTypePayload as eT, newMasterVehicleFuelTypePayload as eU, findMasterVehicleFuelTypes as eV, createMasterVehicleFuelType as eW, updateMasterVehicleFuelType as eX, deleteMasterVehicleFuelType as eY, getMasterVehicleFuelTypeCache as eZ, getMasterVehicleFuelTypeCacheCount as e_, MasterVehicleStatusTypeSchema as ea, type MasterVehicleStatusTypeDTO as eb, MasterVehicleStatusTypeQuerySchema as ec, type MasterVehicleStatusTypeQueryDTO as ed, toMasterVehicleStatusTypePayload as ee, newMasterVehicleStatusTypePayload as ef, findMasterVehicleStatusTypes as eg, createMasterVehicleStatusType as eh, updateMasterVehicleStatusType as ei, deleteMasterVehicleStatusType as ej, getMasterVehicleStatusTypeCache as ek, getMasterVehicleStatusTypeCacheCount as el, getMasterVehicleStatusTypeCacheChild as em, type MasterVehicleOwnershipType as en, MasterVehicleOwnershipTypeSchema as eo, type MasterVehicleOwnershipTypeDTO as ep, MasterVehicleOwnershipTypeQuerySchema as eq, type MasterVehicleOwnershipTypeQueryDTO as er, toMasterVehicleOwnershipTypePayload as es, newMasterVehicleOwnershipTypePayload as et, findMasterVehicleOwnershipTypes as eu, createMasterVehicleOwnershipType as ev, updateMasterVehicleOwnershipType as ew, deleteMasterVehicleOwnershipType as ex, getMasterVehicleOwnershipTypeCache as ey, getMasterVehicleOwnershipTypeCacheCount as ez, type MasterDriverFileDTO as f, type VehicleDriverLinkDTO as f$, type MasterVehicleAssociatedTo as f0, MasterVehicleAssociatedToSchema as f1, type MasterVehicleAssociatedToDTO as f2, MasterVehicleAssociatedToQuerySchema as f3, type MasterVehicleAssociatedToQueryDTO as f4, toMasterVehicleAssociatedToPayload as f5, newMasterVehicleAssociatedToPayload as f6, findMasterVehicleAssociatedTos as f7, createMasterVehicleAssociatedTo as f8, updateMasterVehicleAssociatedTo as f9, updateMasterVehicleDocumentType as fA, deleteMasterVehicleDocumentType as fB, getMasterVehicleDocumentTypeCache as fC, type MasterVehicleDropdown as fD, type MasterVehicleFile as fE, type VehicleDetailGPS as fF, type VehicleDetailTrip as fG, type VehicleDetailBody as fH, type VehicleDetailLifeCycle as fI, type VehicleDetailPurchase as fJ, type VehicleDocument as fK, type VehicleDocumentFile as fL, type VehicleDocumentExpiry as fM, type VehicleOdometerHistory as fN, MasterVehicleFileSchema as fO, type MasterVehicleFileDTO as fP, VehicleSchema as fQ, type VehicleDTO as fR, VehicleBulkSchema as fS, type VehicleBulkDTO as fT, MasterDeviceFileSchema as fU, type MasterDeviceFileDTO as fV, VehicleDeviceLinkSchema as fW, type VehicleDeviceLinkDTO as fX, VehicleDeviceUnlinkSchema as fY, type VehicleDeviceUnlinkDTO as fZ, VehicleDriverLinkSchema as f_, deleteMasterVehicleAssociatedTo as fa, getMasterVehicleAssociatedToCache as fb, getMasterVehicleAssociatedToCacheCount as fc, getMasterVehicleAssociatedToCacheChild as fd, MasterVehicleFuelUnitSchema as fe, type MasterVehicleFuelUnitDTO as ff, MasterVehicleFuelUnitQuerySchema as fg, type MasterVehicleFuelUnitQueryDTO as fh, toMasterVehicleFuelUnitPayload as fi, newMasterVehicleFuelUnitPayload as fj, findMasterVehicleFuelUnits as fk, createMasterVehicleFuelUnit as fl, updateMasterVehicleFuelUnit as fm, deleteMasterVehicleFuelUnit as fn, getMasterVehicleFuelUnitCache as fo, getMasterVehicleFuelUnitCacheCount as fp, getMasterVehicleFuelUnitCacheChild as fq, type MasterVehicleDocumentType as fr, MasterVehicleDocumentTypeSchema as fs, type MasterVehicleDocumentTypeDTO as ft, MasterVehicleDocumentTypeQuerySchema as fu, type MasterVehicleDocumentTypeQueryDTO as fv, toMasterVehicleDocumentTypePayload as fw, newMasterVehicleDocumentTypePayload as fx, findMasterVehicleDocumentTypes as fy, createMasterVehicleDocumentType as fz, type MasterMainCountry as g, createFileDevice as g$, VehicleDetailGPSSensorSchema as g0, type VehicleDetailGPSSensorDTO as g1, VehicleDetailTripSchema as g2, type VehicleDetailTripDTO as g3, VehicleDetailBodySchema as g4, type VehicleDetailBodyDTO as g5, VehicleDetailLifeCycleSchema as g6, type VehicleDetailLifeCycleDto as g7, VehicleDetailPurchaseSchema as g8, type VehicleDetailPurchaseDTO as g9, get_device_file_presigned_url as gA, get_vehicle_document_file_presigned_url as gB, findVehicles as gC, findVehiclesLiveDashboard as gD, findVehicleGPSDetails as gE, createVehicle as gF, updateVehicle as gG, deleteVehicle as gH, updateDetailsGpsSensor as gI, updateDetailsTrip as gJ, updateVehicleBodyDetails as gK, updateVehicleLifeCycleDetails as gL, updateVehiclePurchaseDetails as gM, linkDriverToVehicle as gN, unlinkDriverFromVehicle as gO, getDriverLinkHistoryByVehicle as gP, getDriverLinkHistoryByDriver as gQ, linkDeviceToVehicle as gR, unlinkDeviceFromVehicle as gS, getDeviceLinkHistoryByVehicle as gT, getDeviceLinkHistoryByDevice as gU, createVehicleDocument as gV, findVehicleDocument as gW, updateVehicleDocument as gX, removeVehicleDocument as gY, createFileVehicle as gZ, removeFileVehicle as g_, MasterVehicleDocumentFileSchema as ga, type MasterVehicleDocumentFileDTO as gb, VehicleDocumentSchema as gc, type VehicleDocumentDTO as gd, VehicleDocumentQuerySchema as ge, type VehicleDocumentQueryDTO as gf, VehicleDocumentExpirySchema as gg, type VehicleDocumentExpiryDTO as gh, VehicleDocumentExpiryQuerySchema as gi, type VehicleDocumentExpiryQueryDTO as gj, VehicleQuerySchema as gk, type VehicleQueryDTO as gl, SimpleFindQuerySchema as gm, type SimpleFindQueryDTO as gn, VehicleGPSQuerySchema as go, type VehicleGPSQueryDTO as gp, toVehiclePayload as gq, newVehiclePayload as gr, toVehicleDetailsGPSPayload as gs, toVehicleDetailsTripPayload as gt, toVehicleDetailsBodyPayload as gu, toVehicleDetailLifeCyclePayload as gv, toVehicleDetailPurchasePayload as gw, toVehicleDocumentExpiryPayload as gx, newVehicleDocumentExpiryPayload as gy, get_vehicle_file_presigned_url as gz, type MasterMainState as h, type UserDefaultTimeZoneDTO as h$, removeFileDevice as h0, createFileVehicleDocument as h1, removeFileVehicleDocument as h2, createVehicleDocumentExpiry as h3, findVehicleDocumentExpiry as h4, updateVehicleDocumentExpiry as h5, removeVehicleDocumentExpiry as h6, getVehicleCache as h7, getVehicleSimpleCache as h8, getVehicleParentCache as h9, getMasterUserStatusCache as hA, getMasterUserStatusCacheCount as hB, type MasterMainLanguage as hC, MasterMainLanguageSchema as hD, type MasterMainLanguageDTO as hE, MasterMainLanguageQuerySchema as hF, type MasterMainLanguageQueryDTO as hG, toMasterMainLanguagePayload as hH, newMasterMainLanguagePayload as hI, findMasterMainLanguages as hJ, createMasterMainLanguage as hK, updateMasterMainLanguage as hL, deleteMasterMainLanguage as hM, getMasterMainLanguageCache as hN, type UserVehicleLink as hO, type UserLoginPush as hP, UserSchema as hQ, type UserDTO as hR, UserQuerySchema as hS, type UserQueryDTO as hT, UserLogoSchema as hU, type UserLogoDTO as hV, UserProfileSchema as hW, type UserProfileDTO as hX, UserDefaultLanguageSchema as hY, type UserDefaultLanguageDTO as hZ, UserDefaultTimeZoneSchema as h_, getVehicleSimpleDropdownCustom as ha, getVehicleSimpleDropdownCacheLiveData as hb, type MasterUserRole as hc, MasterUserRoleSchema as hd, type MasterUserRoleDTO as he, MasterUserRoleQuerySchema as hf, type MasterUserRoleQueryDTO as hg, toMasterUserRolePayload as hh, newMasterUserRolePayload as hi, findMasterUserRoles as hj, createMasterUserRole as hk, updateMasterUserRole as hl, deleteMasterUserRole as hm, getMasterUserRoleCache as hn, getMasterUserRoleCacheCount as ho, type MasterUserStatus as hp, MasterUserStatusSchema as hq, type MasterUserStatusDTO as hr, MasterUserStatusQuerySchema as hs, type MasterUserStatusQueryDTO as ht, toMasterUserStatusPayload as hu, newMasterUserStatusPayload as hv, findMasterUserStatuses as hw, createMasterUserStatus as hx, updateMasterUserStatus as hy, deleteMasterUserStatus as hz, type MasterMainIndustry as i, UserDefaultDateFormatSchema as i0, type UserDefaultDateFormatDTO as i1, newUserPayload as i2, toUserPayload as i3, toUserProfilePayload as i4, findUser as i5, createUser as i6, updateUser as i7, deleteUser as i8, updateUserLogo as i9, getUserOrganisationCache as iA, getUserOrganisationCacheSimple as iB, deleteUserLogo as ia, updateUserProfile as ib, getUserCache as ic, getUserCacheSimple as id, get_user_presigned_url as ie, updateUserDefaultLanguage as ig, updateUserDefaultTimezone as ih, updateUserDefaultDateformat as ii, type UserOrganisationSimple as ij, UserOrganisationSchema as ik, type UserOrganisationDTO as il, UserOrganisationQuerySchema as im, type UserOrganisationQueryDTO as io, UserOrganisationLogoSchema as ip, type UserOrganisationLogoDTO as iq, toUserOrganisationPayload as ir, newUserOrganisationPayload as is, findUserOrganisation as it, createUserOrganisation as iu, updateUserOrganisation as iv, deleteUserOrganisation as iw, updateUserOrganisationLogo as ix, deleteUserOrganisationLogo as iy, get_user_organisation_presigned_url as iz, MasterMainIndustrySchema as j, type MasterMainIndustryDTO as k, MasterMainIndustryQuerySchema as l, type MasterMainIndustryQueryDTO as m, newMasterMainIndustryPayload as n, findMasterMainIndustrys as o, createMasterMainIndustry as p, deleteMasterMainIndustry as q, getMasterMainIndustryCache as r, type MasterMainCurrency as s, toMasterMainIndustryPayload as t, updateMasterMainIndustry as u, MasterMainCurrencySchema as v, type MasterMainCurrencyDTO as w, MasterMainCurrencyQuerySchema as x, type MasterMainCurrencyQueryDTO as y, toMasterMainCurrencyPayload as z };