vms-nest-prisma-api-document 1002.0.0 → 1004.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 (109) hide show
  1. package/dist/{bookmark_service-CRlWKfp_.d.ts → bookmark_service-DqbaOatm.d.ts} +364 -353
  2. package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
  3. package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
  4. package/dist/services/account/bookmark_service.d.ts +1 -1
  5. package/dist/services/account/invoice_service.d.ts +20 -20
  6. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  7. package/dist/services/account/report_preferences.service.d.ts +1 -1
  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/calendar.d.ts +1 -1
  11. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  12. package/dist/services/fleet/bus_mangement/master_route.js +14 -8
  13. package/dist/services/fleet/bus_mangement/master_schedule.d.ts +1 -1
  14. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  15. package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
  16. package/dist/services/fleet/bus_mangement/student.js +7 -9
  17. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  18. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
  19. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  20. package/dist/services/fleet/incident_management/incident_management_service.d.ts +1 -1
  21. package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +1 -1
  22. package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +1 -1
  23. package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +1 -1
  24. package/dist/services/fleet/issue_management/issue_management_service.d.ts +1 -1
  25. package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +1 -1
  26. package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +1 -1
  27. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
  28. package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
  29. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
  30. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  31. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
  32. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
  33. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
  34. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
  35. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
  36. package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
  37. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  38. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  39. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  40. package/dist/services/main/users/auth_service.d.ts +1 -1
  41. package/dist/services/main/users/user_admin_service.d.ts +1 -1
  42. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  43. package/dist/services/main/users/user_service.d.ts +1 -1
  44. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  45. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  46. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  47. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  48. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  49. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  50. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  51. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  52. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  53. package/dist/services/master/cache_reset/master_reset_cache_service.d.ts +1 -1
  54. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  55. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  56. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  57. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  58. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  59. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  60. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  61. package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
  62. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  63. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  64. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  65. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  66. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  67. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  68. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  69. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  70. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  71. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  72. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  73. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  74. package/dist/services/master/main/master_main_sim_provider_service.d.ts +1 -1
  75. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  76. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  77. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  78. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  79. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  80. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  81. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  82. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  83. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  84. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  85. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  86. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  87. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  88. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  89. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  90. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  91. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  92. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  93. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  94. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  95. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  96. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  97. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  98. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  99. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  100. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  101. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  102. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  103. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  104. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  105. package/dist/services/website/contact_us_detail_service.d.ts +1 -1
  106. package/dist/services/website/exclusive_feature_access.d.ts +1 -1
  107. package/dist/services/website/faq_service.d.ts +1 -1
  108. package/dist/services/website/request_demo.service.d.ts +4 -4
  109. package/package.json +1 -1
@@ -64,6 +64,7 @@ declare const MasterMainIndustryQuerySchema: z.ZodObject<{
64
64
  industry_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
65
65
  }, "strip", z.ZodTypeAny, {
66
66
  status: Status[];
67
+ time_zone_id: string;
67
68
  search: string;
68
69
  paging: PAGING;
69
70
  page_count: number;
@@ -83,11 +84,10 @@ declare const MasterMainIndustryQuerySchema: z.ZodObject<{
83
84
  }[];
84
85
  include_master_data: YesNo;
85
86
  date_format_id: string;
86
- time_zone_id: string;
87
87
  industry_ids: string[];
88
88
  }, {
89
- date_format_id: string;
90
89
  time_zone_id: string;
90
+ date_format_id: string;
91
91
  status?: Status[] | undefined;
92
92
  search?: string | undefined;
93
93
  paging?: PAGING | undefined;
@@ -143,8 +143,8 @@ declare const MasterMainCurrencySchema: z.ZodObject<{
143
143
  }, "strip", z.ZodTypeAny, {
144
144
  status: Status;
145
145
  currency_name: string;
146
- currency_symbol: string;
147
146
  currency_code: string;
147
+ currency_symbol: string;
148
148
  country_id: string;
149
149
  }, {
150
150
  status: Status;
@@ -189,6 +189,7 @@ declare const MasterMainCurrencyQuerySchema: z.ZodObject<{
189
189
  country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
190
190
  }, "strip", z.ZodTypeAny, {
191
191
  status: Status[];
192
+ time_zone_id: string;
192
193
  search: string;
193
194
  paging: PAGING;
194
195
  page_count: number;
@@ -208,12 +209,11 @@ declare const MasterMainCurrencyQuerySchema: z.ZodObject<{
208
209
  }[];
209
210
  include_master_data: YesNo;
210
211
  date_format_id: string;
211
- time_zone_id: string;
212
212
  currency_ids: string[];
213
213
  country_ids: string[];
214
214
  }, {
215
- date_format_id: string;
216
215
  time_zone_id: string;
216
+ date_format_id: string;
217
217
  status?: Status[] | undefined;
218
218
  search?: string | undefined;
219
219
  paging?: PAGING | undefined;
@@ -332,6 +332,7 @@ declare const OrganisationSubCompanyQuerySchema: z.ZodObject<{
332
332
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
333
333
  }, "strip", z.ZodTypeAny, {
334
334
  status: Status[];
335
+ time_zone_id: string;
335
336
  search: string;
336
337
  paging: PAGING;
337
338
  page_count: number;
@@ -351,12 +352,11 @@ declare const OrganisationSubCompanyQuerySchema: z.ZodObject<{
351
352
  }[];
352
353
  include_master_data: YesNo;
353
354
  date_format_id: string;
354
- time_zone_id: string;
355
355
  organisation_ids: string[];
356
356
  organisation_sub_company_ids: string[];
357
357
  }, {
358
- date_format_id: string;
359
358
  time_zone_id: string;
359
+ date_format_id: string;
360
360
  status?: Status[] | undefined;
361
361
  search?: string | undefined;
362
362
  paging?: PAGING | undefined;
@@ -485,6 +485,7 @@ declare const OrganisationBranchQuerySchema: z.ZodObject<{
485
485
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
486
486
  }, "strip", z.ZodTypeAny, {
487
487
  status: Status[];
488
+ time_zone_id: string;
488
489
  search: string;
489
490
  paging: PAGING;
490
491
  page_count: number;
@@ -504,12 +505,11 @@ declare const OrganisationBranchQuerySchema: z.ZodObject<{
504
505
  }[];
505
506
  include_master_data: YesNo;
506
507
  date_format_id: string;
507
- time_zone_id: string;
508
508
  organisation_ids: string[];
509
509
  organisation_branch_ids: string[];
510
510
  }, {
511
- date_format_id: string;
512
511
  time_zone_id: string;
512
+ date_format_id: string;
513
513
  status?: Status[] | undefined;
514
514
  search?: string | undefined;
515
515
  paging?: PAGING | undefined;
@@ -617,6 +617,7 @@ declare const OrganisationColorQuerySchema: z.ZodObject<{
617
617
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
618
618
  }, "strip", z.ZodTypeAny, {
619
619
  status: Status[];
620
+ time_zone_id: string;
620
621
  search: string;
621
622
  paging: PAGING;
622
623
  page_count: number;
@@ -636,12 +637,11 @@ declare const OrganisationColorQuerySchema: z.ZodObject<{
636
637
  }[];
637
638
  include_master_data: YesNo;
638
639
  date_format_id: string;
639
- time_zone_id: string;
640
640
  organisation_ids: string[];
641
641
  organisation_color_ids: string[];
642
642
  }, {
643
- date_format_id: string;
644
643
  time_zone_id: string;
644
+ date_format_id: string;
645
645
  status?: Status[] | undefined;
646
646
  search?: string | undefined;
647
647
  paging?: PAGING | undefined;
@@ -745,6 +745,7 @@ declare const OrganisationTagQuerySchema: z.ZodObject<{
745
745
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
746
746
  }, "strip", z.ZodTypeAny, {
747
747
  status: Status[];
748
+ time_zone_id: string;
748
749
  search: string;
749
750
  paging: PAGING;
750
751
  page_count: number;
@@ -764,12 +765,11 @@ declare const OrganisationTagQuerySchema: z.ZodObject<{
764
765
  }[];
765
766
  include_master_data: YesNo;
766
767
  date_format_id: string;
767
- time_zone_id: string;
768
768
  organisation_ids: string[];
769
769
  organisation_tag_ids: string[];
770
770
  }, {
771
- date_format_id: string;
772
771
  time_zone_id: string;
772
+ date_format_id: string;
773
773
  status?: Status[] | undefined;
774
774
  search?: string | undefined;
775
775
  paging?: PAGING | undefined;
@@ -871,6 +871,7 @@ declare const MasterUserRoleQuerySchema: z.ZodObject<{
871
871
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
872
872
  }, "strip", z.ZodTypeAny, {
873
873
  status: Status[];
874
+ time_zone_id: string;
874
875
  search: string;
875
876
  paging: PAGING;
876
877
  page_count: number;
@@ -890,12 +891,11 @@ declare const MasterUserRoleQuerySchema: z.ZodObject<{
890
891
  }[];
891
892
  include_master_data: YesNo;
892
893
  date_format_id: string;
893
- time_zone_id: string;
894
894
  organisation_ids: string[];
895
895
  user_role_ids: string[];
896
896
  }, {
897
- date_format_id: string;
898
897
  time_zone_id: string;
898
+ date_format_id: string;
899
899
  status?: Status[] | undefined;
900
900
  search?: string | undefined;
901
901
  paging?: PAGING | undefined;
@@ -996,6 +996,7 @@ declare const MasterUserStatusQuerySchema: z.ZodObject<{
996
996
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
997
997
  }, "strip", z.ZodTypeAny, {
998
998
  status: Status[];
999
+ time_zone_id: string;
999
1000
  search: string;
1000
1001
  paging: PAGING;
1001
1002
  page_count: number;
@@ -1015,12 +1016,11 @@ declare const MasterUserStatusQuerySchema: z.ZodObject<{
1015
1016
  }[];
1016
1017
  include_master_data: YesNo;
1017
1018
  date_format_id: string;
1018
- time_zone_id: string;
1019
1019
  organisation_ids: string[];
1020
1020
  user_status_ids: string[];
1021
1021
  }, {
1022
- date_format_id: string;
1023
1022
  time_zone_id: string;
1023
+ date_format_id: string;
1024
1024
  status?: Status[] | undefined;
1025
1025
  search?: string | undefined;
1026
1026
  paging?: PAGING | undefined;
@@ -1115,6 +1115,7 @@ declare const MasterMainLanguageQuerySchema: z.ZodObject<{
1115
1115
  language_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1116
1116
  }, "strip", z.ZodTypeAny, {
1117
1117
  status: Status[];
1118
+ time_zone_id: string;
1118
1119
  search: string;
1119
1120
  paging: PAGING;
1120
1121
  page_count: number;
@@ -1134,11 +1135,10 @@ declare const MasterMainLanguageQuerySchema: z.ZodObject<{
1134
1135
  }[];
1135
1136
  include_master_data: YesNo;
1136
1137
  date_format_id: string;
1137
- time_zone_id: string;
1138
1138
  language_ids: string[];
1139
1139
  }, {
1140
- date_format_id: string;
1141
1140
  time_zone_id: string;
1141
+ date_format_id: string;
1142
1142
  status?: Status[] | undefined;
1143
1143
  search?: string | undefined;
1144
1144
  paging?: PAGING | undefined;
@@ -1231,6 +1231,7 @@ declare const MasterMainDateFormatQuerySchema: z.ZodObject<{
1231
1231
  date_format_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1232
1232
  }, "strip", z.ZodTypeAny, {
1233
1233
  status: Status[];
1234
+ time_zone_id: string;
1234
1235
  search: string;
1235
1236
  paging: PAGING;
1236
1237
  page_count: number;
@@ -1250,11 +1251,10 @@ declare const MasterMainDateFormatQuerySchema: z.ZodObject<{
1250
1251
  }[];
1251
1252
  include_master_data: YesNo;
1252
1253
  date_format_id: string;
1253
- time_zone_id: string;
1254
1254
  date_format_ids: string[];
1255
1255
  }, {
1256
- date_format_id: string;
1257
1256
  time_zone_id: string;
1257
+ date_format_id: string;
1258
1258
  status?: Status[] | undefined;
1259
1259
  search?: string | undefined;
1260
1260
  paging?: PAGING | undefined;
@@ -1390,6 +1390,7 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
1390
1390
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
1391
1391
  }, "strip", z.ZodTypeAny, {
1392
1392
  status: Status[];
1393
+ time_zone_id: string;
1393
1394
  search: string;
1394
1395
  paging: PAGING;
1395
1396
  page_count: number;
@@ -1409,16 +1410,15 @@ declare const GPSGeofenceTransactionSummaryQuerySchema: z.ZodObject<{
1409
1410
  }[];
1410
1411
  include_master_data: YesNo;
1411
1412
  date_format_id: string;
1412
- time_zone_id: string;
1413
1413
  organisation_ids: string[];
1414
+ from_date: string;
1415
+ to_date: string;
1414
1416
  vehicle_ids: string[];
1415
1417
  driver_ids: string[];
1416
1418
  gps_geofence_ids: string[];
1417
- from_date: string;
1418
- to_date: string;
1419
1419
  }, {
1420
- date_format_id: string;
1421
1420
  time_zone_id: string;
1421
+ date_format_id: string;
1422
1422
  from_date: string;
1423
1423
  to_date: string;
1424
1424
  status?: Status[] | undefined;
@@ -1550,6 +1550,7 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
1550
1550
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
1551
1551
  }, "strip", z.ZodTypeAny, {
1552
1552
  status: Status[];
1553
+ time_zone_id: string;
1553
1554
  search: string;
1554
1555
  paging: PAGING;
1555
1556
  page_count: number;
@@ -1569,17 +1570,16 @@ declare const GPSGeofenceTransactionQuerySchema: z.ZodObject<{
1569
1570
  }[];
1570
1571
  include_master_data: YesNo;
1571
1572
  date_format_id: string;
1572
- time_zone_id: string;
1573
1573
  organisation_ids: string[];
1574
+ from_date: string;
1575
+ to_date: string;
1574
1576
  vehicle_ids: string[];
1575
1577
  driver_ids: string[];
1576
1578
  gps_geofence_ids: string[];
1577
- from_date: string;
1578
- to_date: string;
1579
1579
  geofence_status_type: GeofenceStatusType[];
1580
1580
  }, {
1581
- date_format_id: string;
1582
1581
  time_zone_id: string;
1582
+ date_format_id: string;
1583
1583
  from_date: string;
1584
1584
  to_date: string;
1585
1585
  status?: Status[] | undefined;
@@ -1740,6 +1740,7 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
1740
1740
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
1741
1741
  }, "strip", z.ZodTypeAny, {
1742
1742
  status: Status[];
1743
+ time_zone_id: string;
1743
1744
  search: string;
1744
1745
  paging: PAGING;
1745
1746
  page_count: number;
@@ -1759,17 +1760,16 @@ declare const TripGeofenceToGeofenceQuerySchema: z.ZodObject<{
1759
1760
  }[];
1760
1761
  include_master_data: YesNo;
1761
1762
  date_format_id: string;
1762
- time_zone_id: string;
1763
1763
  organisation_ids: string[];
1764
- vehicle_ids: string[];
1765
- driver_ids: string[];
1766
1764
  from_date: string;
1767
1765
  to_date: string;
1766
+ vehicle_ids: string[];
1767
+ driver_ids: string[];
1768
1768
  from_geofence_ids: string[];
1769
1769
  to_geofence_ids: string[];
1770
1770
  }, {
1771
- date_format_id: string;
1772
1771
  time_zone_id: string;
1772
+ date_format_id: string;
1773
1773
  from_date: string;
1774
1774
  to_date: string;
1775
1775
  status?: Status[] | undefined;
@@ -1990,6 +1990,7 @@ declare const GPSGeofenceQuerySchema: z.ZodObject<{
1990
1990
  geofence_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GeofenceType>, "many">>>;
1991
1991
  }, "strip", z.ZodTypeAny, {
1992
1992
  status: Status[];
1993
+ time_zone_id: string;
1993
1994
  search: string;
1994
1995
  paging: PAGING;
1995
1996
  page_count: number;
@@ -2009,14 +2010,13 @@ declare const GPSGeofenceQuerySchema: z.ZodObject<{
2009
2010
  }[];
2010
2011
  include_master_data: YesNo;
2011
2012
  date_format_id: string;
2012
- time_zone_id: string;
2013
2013
  organisation_ids: string[];
2014
2014
  gps_geofence_ids: string[];
2015
2015
  geofence_purpose_type: GeofencePurposeType[];
2016
2016
  geofence_type: GeofenceType[];
2017
2017
  }, {
2018
- date_format_id: string;
2019
2018
  time_zone_id: string;
2019
+ date_format_id: string;
2020
2020
  status?: Status[] | undefined;
2021
2021
  search?: string | undefined;
2022
2022
  paging?: PAGING | undefined;
@@ -2133,7 +2133,6 @@ declare const OrganisationNotificationPreferenceSchema: z.ZodObject<{
2133
2133
  }, "strip", z.ZodTypeAny, {
2134
2134
  status: Status;
2135
2135
  organisation_id: string;
2136
- user_ids: string[];
2137
2136
  vehicle_ids: string[];
2138
2137
  gps_geofence_ids: string[];
2139
2138
  notification_name: string;
@@ -2147,6 +2146,7 @@ declare const OrganisationNotificationPreferenceSchema: z.ZodObject<{
2147
2146
  over_speed_limit: number;
2148
2147
  all_geofences: YesNo;
2149
2148
  all_vehicles: YesNo;
2149
+ user_ids: string[];
2150
2150
  }, {
2151
2151
  status: Status;
2152
2152
  organisation_id: string;
@@ -2155,7 +2155,6 @@ declare const OrganisationNotificationPreferenceSchema: z.ZodObject<{
2155
2155
  all_users: YesNo;
2156
2156
  all_geofences: YesNo;
2157
2157
  all_vehicles: YesNo;
2158
- user_ids?: string[] | undefined;
2159
2158
  vehicle_ids?: string[] | undefined;
2160
2159
  gps_geofence_ids?: string[] | undefined;
2161
2160
  notification_channels?: NotificationChannel[] | undefined;
@@ -2164,6 +2163,7 @@ declare const OrganisationNotificationPreferenceSchema: z.ZodObject<{
2164
2163
  cc_email_ids?: string | undefined;
2165
2164
  notification_list?: NotificationList[] | undefined;
2166
2165
  over_speed_limit?: unknown;
2166
+ user_ids?: string[] | undefined;
2167
2167
  }>;
2168
2168
  type OrganisationNotificationPreferenceDTO = z.infer<typeof OrganisationNotificationPreferenceSchema>;
2169
2169
  declare const OrganisationNotificationPreferenceQuerySchema: z.ZodObject<{
@@ -2204,6 +2204,7 @@ declare const OrganisationNotificationPreferenceQuerySchema: z.ZodObject<{
2204
2204
  notification_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof NotificationList>, "many">>>;
2205
2205
  }, "strip", z.ZodTypeAny, {
2206
2206
  status: Status[];
2207
+ time_zone_id: string;
2207
2208
  search: string;
2208
2209
  paging: PAGING;
2209
2210
  page_count: number;
@@ -2223,15 +2224,14 @@ declare const OrganisationNotificationPreferenceQuerySchema: z.ZodObject<{
2223
2224
  }[];
2224
2225
  include_master_data: YesNo;
2225
2226
  date_format_id: string;
2226
- time_zone_id: string;
2227
2227
  organisation_ids: string[];
2228
2228
  notification_status: OnOff[];
2229
2229
  notification_channels: NotificationChannel[];
2230
2230
  notification_list: NotificationList[];
2231
2231
  notification_preference_ids: string[];
2232
2232
  }, {
2233
- date_format_id: string;
2234
2233
  time_zone_id: string;
2234
+ date_format_id: string;
2235
2235
  status?: Status[] | undefined;
2236
2236
  search?: string | undefined;
2237
2237
  paging?: PAGING | undefined;
@@ -2408,6 +2408,7 @@ declare const UserAdminQuerySchema: z.ZodObject<{
2408
2408
  admin_role: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AdminRole>, "many">>>;
2409
2409
  }, "strip", z.ZodTypeAny, {
2410
2410
  status: Status[];
2411
+ time_zone_id: string;
2411
2412
  search: string;
2412
2413
  paging: PAGING;
2413
2414
  page_count: number;
@@ -2427,12 +2428,11 @@ declare const UserAdminQuerySchema: z.ZodObject<{
2427
2428
  }[];
2428
2429
  include_master_data: YesNo;
2429
2430
  date_format_id: string;
2430
- time_zone_id: string;
2431
2431
  admin_role: AdminRole[];
2432
2432
  admin_ids: string[];
2433
2433
  }, {
2434
- date_format_id: string;
2435
2434
  time_zone_id: string;
2435
+ date_format_id: string;
2436
2436
  status?: Status[] | undefined;
2437
2437
  search?: string | undefined;
2438
2438
  paging?: PAGING | undefined;
@@ -2587,8 +2587,8 @@ declare const TicketSchema: z.ZodObject<{
2587
2587
  }, "strip", z.ZodTypeAny, {
2588
2588
  status: Status;
2589
2589
  organisation_id: string;
2590
- user_id: string;
2591
2590
  description: string;
2591
+ user_id: string;
2592
2592
  subject: string;
2593
2593
  TicketFileSchema: {
2594
2594
  status: Status;
@@ -2743,6 +2743,7 @@ declare const TicketQuerySchema: z.ZodObject<{
2743
2743
  ticket_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof TicketStatus>, "many">>>;
2744
2744
  }, "strip", z.ZodTypeAny, {
2745
2745
  status: Status[];
2746
+ time_zone_id: string;
2746
2747
  search: string;
2747
2748
  paging: PAGING;
2748
2749
  page_count: number;
@@ -2762,15 +2763,14 @@ declare const TicketQuerySchema: z.ZodObject<{
2762
2763
  }[];
2763
2764
  include_master_data: YesNo;
2764
2765
  date_format_id: string;
2765
- time_zone_id: string;
2766
2766
  organisation_ids: string[];
2767
2767
  user_ids: string[];
2768
2768
  admin_ids: string[];
2769
2769
  ticket_status: TicketStatus[];
2770
2770
  ticket_ids: string[];
2771
2771
  }, {
2772
- date_format_id: string;
2773
2772
  time_zone_id: string;
2773
+ date_format_id: string;
2774
2774
  status?: Status[] | undefined;
2775
2775
  search?: string | undefined;
2776
2776
  paging?: PAGING | undefined;
@@ -2897,6 +2897,7 @@ declare const MasterMainLandmarkQuerySchema: z.ZodObject<{
2897
2897
  country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
2898
2898
  }, "strip", z.ZodTypeAny, {
2899
2899
  status: Status[];
2900
+ time_zone_id: string;
2900
2901
  search: string;
2901
2902
  paging: PAGING;
2902
2903
  page_count: number;
@@ -2916,12 +2917,11 @@ declare const MasterMainLandmarkQuerySchema: z.ZodObject<{
2916
2917
  }[];
2917
2918
  include_master_data: YesNo;
2918
2919
  date_format_id: string;
2919
- time_zone_id: string;
2920
2920
  country_ids: string[];
2921
2921
  landmark_ids: string[];
2922
2922
  }, {
2923
- date_format_id: string;
2924
2923
  time_zone_id: string;
2924
+ date_format_id: string;
2925
2925
  status?: Status[] | undefined;
2926
2926
  search?: string | undefined;
2927
2927
  paging?: PAGING | undefined;
@@ -3020,6 +3020,7 @@ declare const MasterVehicleFuelTypeQuerySchema: z.ZodObject<{
3020
3020
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
3021
3021
  }, "strip", z.ZodTypeAny, {
3022
3022
  status: Status[];
3023
+ time_zone_id: string;
3023
3024
  search: string;
3024
3025
  paging: PAGING;
3025
3026
  page_count: number;
@@ -3039,12 +3040,11 @@ declare const MasterVehicleFuelTypeQuerySchema: z.ZodObject<{
3039
3040
  }[];
3040
3041
  include_master_data: YesNo;
3041
3042
  date_format_id: string;
3042
- time_zone_id: string;
3043
3043
  organisation_ids: string[];
3044
3044
  fuel_type_ids: string[];
3045
3045
  }, {
3046
- date_format_id: string;
3047
3046
  time_zone_id: string;
3047
+ date_format_id: string;
3048
3048
  status?: Status[] | undefined;
3049
3049
  search?: string | undefined;
3050
3050
  paging?: PAGING | undefined;
@@ -3142,6 +3142,7 @@ declare const MasterVehicleFuelUnitQuerySchema: z.ZodObject<{
3142
3142
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
3143
3143
  }, "strip", z.ZodTypeAny, {
3144
3144
  status: Status[];
3145
+ time_zone_id: string;
3145
3146
  search: string;
3146
3147
  paging: PAGING;
3147
3148
  page_count: number;
@@ -3161,12 +3162,11 @@ declare const MasterVehicleFuelUnitQuerySchema: z.ZodObject<{
3161
3162
  }[];
3162
3163
  include_master_data: YesNo;
3163
3164
  date_format_id: string;
3164
- time_zone_id: string;
3165
3165
  organisation_ids: string[];
3166
3166
  fuel_unit_ids: string[];
3167
3167
  }, {
3168
- date_format_id: string;
3169
3168
  time_zone_id: string;
3169
+ date_format_id: string;
3170
3170
  status?: Status[] | undefined;
3171
3171
  search?: string | undefined;
3172
3172
  paging?: PAGING | undefined;
@@ -3264,6 +3264,7 @@ declare const MasterVendorTypeQuerySchema: z.ZodObject<{
3264
3264
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
3265
3265
  }, "strip", z.ZodTypeAny, {
3266
3266
  status: Status[];
3267
+ time_zone_id: string;
3267
3268
  search: string;
3268
3269
  paging: PAGING;
3269
3270
  page_count: number;
@@ -3283,12 +3284,11 @@ declare const MasterVendorTypeQuerySchema: z.ZodObject<{
3283
3284
  }[];
3284
3285
  include_master_data: YesNo;
3285
3286
  date_format_id: string;
3286
- time_zone_id: string;
3287
3287
  organisation_ids: string[];
3288
3288
  vendor_type_ids: string[];
3289
3289
  }, {
3290
- date_format_id: string;
3291
3290
  time_zone_id: string;
3291
+ date_format_id: string;
3292
3292
  status?: Status[] | undefined;
3293
3293
  search?: string | undefined;
3294
3294
  paging?: PAGING | undefined;
@@ -3384,6 +3384,7 @@ declare const MasterVendorTagQuerySchema: z.ZodObject<{
3384
3384
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
3385
3385
  }, "strip", z.ZodTypeAny, {
3386
3386
  status: Status[];
3387
+ time_zone_id: string;
3387
3388
  search: string;
3388
3389
  paging: PAGING;
3389
3390
  page_count: number;
@@ -3403,12 +3404,11 @@ declare const MasterVendorTagQuerySchema: z.ZodObject<{
3403
3404
  }[];
3404
3405
  include_master_data: YesNo;
3405
3406
  date_format_id: string;
3406
- time_zone_id: string;
3407
3407
  organisation_ids: string[];
3408
3408
  vendor_tag_ids: string[];
3409
3409
  }, {
3410
- date_format_id: string;
3411
3410
  time_zone_id: string;
3411
+ date_format_id: string;
3412
3412
  status?: Status[] | undefined;
3413
3413
  search?: string | undefined;
3414
3414
  paging?: PAGING | undefined;
@@ -3504,6 +3504,7 @@ declare const MasterVendorDocumentTypeQuerySchema: z.ZodObject<{
3504
3504
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
3505
3505
  }, "strip", z.ZodTypeAny, {
3506
3506
  status: Status[];
3507
+ time_zone_id: string;
3507
3508
  search: string;
3508
3509
  paging: PAGING;
3509
3510
  page_count: number;
@@ -3523,12 +3524,11 @@ declare const MasterVendorDocumentTypeQuerySchema: z.ZodObject<{
3523
3524
  }[];
3524
3525
  include_master_data: YesNo;
3525
3526
  date_format_id: string;
3526
- time_zone_id: string;
3527
3527
  organisation_ids: string[];
3528
3528
  document_type_ids: string[];
3529
3529
  }, {
3530
- date_format_id: string;
3531
3530
  time_zone_id: string;
3531
+ date_format_id: string;
3532
3532
  status?: Status[] | undefined;
3533
3533
  search?: string | undefined;
3534
3534
  paging?: PAGING | undefined;
@@ -3629,6 +3629,7 @@ declare const MasterFleetServiceTaskQuerySchema: z.ZodObject<{
3629
3629
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
3630
3630
  }, "strip", z.ZodTypeAny, {
3631
3631
  status: Status[];
3632
+ time_zone_id: string;
3632
3633
  search: string;
3633
3634
  paging: PAGING;
3634
3635
  page_count: number;
@@ -3648,12 +3649,11 @@ declare const MasterFleetServiceTaskQuerySchema: z.ZodObject<{
3648
3649
  }[];
3649
3650
  include_master_data: YesNo;
3650
3651
  date_format_id: string;
3651
- time_zone_id: string;
3652
3652
  organisation_ids: string[];
3653
3653
  fleet_service_task_ids: string[];
3654
3654
  }, {
3655
- date_format_id: string;
3656
3655
  time_zone_id: string;
3656
+ date_format_id: string;
3657
3657
  status?: Status[] | undefined;
3658
3658
  search?: string | undefined;
3659
3659
  paging?: PAGING | undefined;
@@ -3753,6 +3753,7 @@ declare const MasterFleetInsuranceClaimStatusQuerySchema: z.ZodObject<{
3753
3753
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
3754
3754
  }, "strip", z.ZodTypeAny, {
3755
3755
  status: Status[];
3756
+ time_zone_id: string;
3756
3757
  search: string;
3757
3758
  paging: PAGING;
3758
3759
  page_count: number;
@@ -3772,12 +3773,11 @@ declare const MasterFleetInsuranceClaimStatusQuerySchema: z.ZodObject<{
3772
3773
  }[];
3773
3774
  include_master_data: YesNo;
3774
3775
  date_format_id: string;
3775
- time_zone_id: string;
3776
3776
  organisation_ids: string[];
3777
3777
  fleet_insurance_claim_status_ids: string[];
3778
3778
  }, {
3779
- date_format_id: string;
3780
3779
  time_zone_id: string;
3780
+ date_format_id: string;
3781
3781
  status?: Status[] | undefined;
3782
3782
  search?: string | undefined;
3783
3783
  paging?: PAGING | undefined;
@@ -3877,6 +3877,7 @@ declare const MasterFleetIncidentSeverityQuerySchema: z.ZodObject<{
3877
3877
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
3878
3878
  }, "strip", z.ZodTypeAny, {
3879
3879
  status: Status[];
3880
+ time_zone_id: string;
3880
3881
  search: string;
3881
3882
  paging: PAGING;
3882
3883
  page_count: number;
@@ -3896,12 +3897,11 @@ declare const MasterFleetIncidentSeverityQuerySchema: z.ZodObject<{
3896
3897
  }[];
3897
3898
  include_master_data: YesNo;
3898
3899
  date_format_id: string;
3899
- time_zone_id: string;
3900
3900
  organisation_ids: string[];
3901
3901
  fleet_incident_severity_ids: string[];
3902
3902
  }, {
3903
- date_format_id: string;
3904
3903
  time_zone_id: string;
3904
+ date_format_id: string;
3905
3905
  status?: Status[] | undefined;
3906
3906
  search?: string | undefined;
3907
3907
  paging?: PAGING | undefined;
@@ -4001,6 +4001,7 @@ declare const MasterFleetIncidentStatusQuerySchema: z.ZodObject<{
4001
4001
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4002
4002
  }, "strip", z.ZodTypeAny, {
4003
4003
  status: Status[];
4004
+ time_zone_id: string;
4004
4005
  search: string;
4005
4006
  paging: PAGING;
4006
4007
  page_count: number;
@@ -4020,12 +4021,11 @@ declare const MasterFleetIncidentStatusQuerySchema: z.ZodObject<{
4020
4021
  }[];
4021
4022
  include_master_data: YesNo;
4022
4023
  date_format_id: string;
4023
- time_zone_id: string;
4024
4024
  organisation_ids: string[];
4025
4025
  fleet_incident_status_ids: string[];
4026
4026
  }, {
4027
- date_format_id: string;
4028
4027
  time_zone_id: string;
4028
+ date_format_id: string;
4029
4029
  status?: Status[] | undefined;
4030
4030
  search?: string | undefined;
4031
4031
  paging?: PAGING | undefined;
@@ -4125,6 +4125,7 @@ declare const MasterFleetIncidentTypeQuerySchema: z.ZodObject<{
4125
4125
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4126
4126
  }, "strip", z.ZodTypeAny, {
4127
4127
  status: Status[];
4128
+ time_zone_id: string;
4128
4129
  search: string;
4129
4130
  paging: PAGING;
4130
4131
  page_count: number;
@@ -4144,12 +4145,11 @@ declare const MasterFleetIncidentTypeQuerySchema: z.ZodObject<{
4144
4145
  }[];
4145
4146
  include_master_data: YesNo;
4146
4147
  date_format_id: string;
4147
- time_zone_id: string;
4148
4148
  organisation_ids: string[];
4149
4149
  fleet_incident_type_ids: string[];
4150
4150
  }, {
4151
- date_format_id: string;
4152
4151
  time_zone_id: string;
4152
+ date_format_id: string;
4153
4153
  status?: Status[] | undefined;
4154
4154
  search?: string | undefined;
4155
4155
  paging?: PAGING | undefined;
@@ -4250,6 +4250,7 @@ declare const MasterExpenseNameQuerySchema: z.ZodObject<{
4250
4250
  expense_category: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExpenseCategory>, "many">>>;
4251
4251
  }, "strip", z.ZodTypeAny, {
4252
4252
  status: Status[];
4253
+ time_zone_id: string;
4253
4254
  search: string;
4254
4255
  paging: PAGING;
4255
4256
  page_count: number;
@@ -4269,13 +4270,12 @@ declare const MasterExpenseNameQuerySchema: z.ZodObject<{
4269
4270
  }[];
4270
4271
  include_master_data: YesNo;
4271
4272
  date_format_id: string;
4272
- time_zone_id: string;
4273
4273
  organisation_ids: string[];
4274
4274
  expense_category: ExpenseCategory[];
4275
4275
  expense_name_ids: string[];
4276
4276
  }, {
4277
- date_format_id: string;
4278
4277
  time_zone_id: string;
4278
+ date_format_id: string;
4279
4279
  status?: Status[] | undefined;
4280
4280
  search?: string | undefined;
4281
4281
  paging?: PAGING | undefined;
@@ -4538,11 +4538,11 @@ declare const FleetIncidentManagementSchema: z.ZodObject<{
4538
4538
  }, "strip", z.ZodTypeAny, {
4539
4539
  status: Status;
4540
4540
  organisation_id: string;
4541
- user_id: string;
4542
4541
  time_zone_id: string;
4543
4542
  vehicle_id: string;
4544
4543
  driver_id: string;
4545
4544
  google_location: string;
4545
+ user_id: string;
4546
4546
  fleet_insurance_claim_status_id: string;
4547
4547
  fleet_incident_severity_id: string;
4548
4548
  fleet_incident_status_id: string;
@@ -4591,10 +4591,10 @@ declare const FleetIncidentManagementSchema: z.ZodObject<{
4591
4591
  }, {
4592
4592
  status: Status;
4593
4593
  organisation_id: string;
4594
- user_id: string;
4595
4594
  time_zone_id: string;
4596
4595
  vehicle_id: string;
4597
4596
  driver_id: string;
4597
+ user_id: string;
4598
4598
  fleet_insurance_claim_status_id: string;
4599
4599
  fleet_incident_severity_id: string;
4600
4600
  fleet_incident_status_id: string;
@@ -4697,6 +4697,7 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4697
4697
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
4698
4698
  }, "strip", z.ZodTypeAny, {
4699
4699
  status: Status[];
4700
+ time_zone_id: string;
4700
4701
  search: string;
4701
4702
  paging: PAGING;
4702
4703
  page_count: number;
@@ -4716,13 +4717,12 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4716
4717
  }[];
4717
4718
  include_master_data: YesNo;
4718
4719
  date_format_id: string;
4719
- time_zone_id: string;
4720
4720
  organisation_ids: string[];
4721
- user_ids: string[];
4722
- vehicle_ids: string[];
4723
- driver_ids: string[];
4724
4721
  from_date: string;
4725
4722
  to_date: string;
4723
+ vehicle_ids: string[];
4724
+ driver_ids: string[];
4725
+ user_ids: string[];
4726
4726
  fleet_insurance_claim_status_ids: string[];
4727
4727
  fleet_incident_severity_ids: string[];
4728
4728
  fleet_incident_status_ids: string[];
@@ -4739,8 +4739,8 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4739
4739
  any_injuries: YesNo[];
4740
4740
  vehicle_incident_ids: string[];
4741
4741
  }, {
4742
- date_format_id: string;
4743
4742
  time_zone_id: string;
4743
+ date_format_id: string;
4744
4744
  from_date: string;
4745
4745
  to_date: string;
4746
4746
  status?: Status[] | undefined;
@@ -4763,9 +4763,9 @@ declare const FleetIncidentManagementQuerySchema: z.ZodObject<{
4763
4763
  }[] | undefined;
4764
4764
  include_master_data?: YesNo | undefined;
4765
4765
  organisation_ids?: string[] | undefined;
4766
- user_ids?: string[] | undefined;
4767
4766
  vehicle_ids?: string[] | undefined;
4768
4767
  driver_ids?: string[] | undefined;
4768
+ user_ids?: string[] | undefined;
4769
4769
  fleet_insurance_claim_status_ids?: string[] | undefined;
4770
4770
  fleet_incident_severity_ids?: string[] | undefined;
4771
4771
  fleet_incident_status_ids?: string[] | undefined;
@@ -4820,6 +4820,7 @@ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
4820
4820
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
4821
4821
  }, "strip", z.ZodTypeAny, {
4822
4822
  status: Status[];
4823
+ time_zone_id: string;
4823
4824
  search: string;
4824
4825
  paging: PAGING;
4825
4826
  page_count: number;
@@ -4839,14 +4840,13 @@ declare const FleetIncidentManagementDashBoardQuerySchema: z.ZodObject<{
4839
4840
  }[];
4840
4841
  include_master_data: YesNo;
4841
4842
  date_format_id: string;
4842
- time_zone_id: string;
4843
4843
  organisation_ids: string[];
4844
- vehicle_ids: string[];
4845
4844
  from_date: string;
4846
4845
  to_date: string;
4846
+ vehicle_ids: string[];
4847
4847
  }, {
4848
- date_format_id: string;
4849
4848
  time_zone_id: string;
4849
+ date_format_id: string;
4850
4850
  from_date: string;
4851
4851
  to_date: string;
4852
4852
  status?: Status[] | undefined;
@@ -4938,6 +4938,7 @@ declare const FleetIncidentManagementCostQuerySchema: z.ZodObject<{
4938
4938
  expense_name_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
4939
4939
  }, "strip", z.ZodTypeAny, {
4940
4940
  status: Status[];
4941
+ time_zone_id: string;
4941
4942
  search: string;
4942
4943
  paging: PAGING;
4943
4944
  page_count: number;
@@ -4957,14 +4958,13 @@ declare const FleetIncidentManagementCostQuerySchema: z.ZodObject<{
4957
4958
  }[];
4958
4959
  include_master_data: YesNo;
4959
4960
  date_format_id: string;
4960
- time_zone_id: string;
4961
4961
  organisation_ids: string[];
4962
4962
  expense_name_ids: string[];
4963
4963
  vehicle_incident_ids: string[];
4964
4964
  incident_cost_ids: string[];
4965
4965
  }, {
4966
- date_format_id: string;
4967
4966
  time_zone_id: string;
4967
+ date_format_id: string;
4968
4968
  status?: Status[] | undefined;
4969
4969
  search?: string | undefined;
4970
4970
  paging?: PAGING | undefined;
@@ -5083,6 +5083,7 @@ declare const FleetInspectionFormQuerySchema: z.ZodObject<{
5083
5083
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5084
5084
  }, "strip", z.ZodTypeAny, {
5085
5085
  status: Status[];
5086
+ time_zone_id: string;
5086
5087
  search: string;
5087
5088
  paging: PAGING;
5088
5089
  page_count: number;
@@ -5102,12 +5103,11 @@ declare const FleetInspectionFormQuerySchema: z.ZodObject<{
5102
5103
  }[];
5103
5104
  include_master_data: YesNo;
5104
5105
  date_format_id: string;
5105
- time_zone_id: string;
5106
5106
  organisation_ids: string[];
5107
5107
  inspection_form_ids: string[];
5108
5108
  }, {
5109
- date_format_id: string;
5110
5109
  time_zone_id: string;
5110
+ date_format_id: string;
5111
5111
  status?: Status[] | undefined;
5112
5112
  search?: string | undefined;
5113
5113
  paging?: PAGING | undefined;
@@ -5300,10 +5300,10 @@ declare const FleetInspectionSchema: z.ZodObject<{
5300
5300
  }, "strip", z.ZodTypeAny, {
5301
5301
  status: Status;
5302
5302
  organisation_id: string;
5303
- user_id: string;
5304
5303
  time_zone_id: string;
5305
5304
  vehicle_id: string;
5306
5305
  driver_id: string;
5306
+ user_id: string;
5307
5307
  odometer_reading: number;
5308
5308
  inspection_form_id: string;
5309
5309
  inspection_type: InspectionType;
@@ -5329,10 +5329,10 @@ declare const FleetInspectionSchema: z.ZodObject<{
5329
5329
  }, {
5330
5330
  status: Status;
5331
5331
  organisation_id: string;
5332
- user_id: string;
5333
5332
  time_zone_id: string;
5334
5333
  vehicle_id: string;
5335
5334
  driver_id: string;
5335
+ user_id: string;
5336
5336
  inspection_form_id: string;
5337
5337
  inspection_type: InspectionType;
5338
5338
  inspection_date: string;
@@ -5402,6 +5402,7 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
5402
5402
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
5403
5403
  }, "strip", z.ZodTypeAny, {
5404
5404
  status: Status[];
5405
+ time_zone_id: string;
5405
5406
  search: string;
5406
5407
  paging: PAGING;
5407
5408
  page_count: number;
@@ -5421,13 +5422,12 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
5421
5422
  }[];
5422
5423
  include_master_data: YesNo;
5423
5424
  date_format_id: string;
5424
- time_zone_id: string;
5425
5425
  organisation_ids: string[];
5426
- user_ids: string[];
5427
- vehicle_ids: string[];
5428
- driver_ids: string[];
5429
5426
  from_date: string;
5430
5427
  to_date: string;
5428
+ vehicle_ids: string[];
5429
+ driver_ids: string[];
5430
+ user_ids: string[];
5431
5431
  inspection_form_ids: string[];
5432
5432
  inspection_type: InspectionType[];
5433
5433
  inspection_priority: InspectionPriority[];
@@ -5435,8 +5435,8 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
5435
5435
  inspection_ids: string[];
5436
5436
  service_management_ids: string[];
5437
5437
  }, {
5438
- date_format_id: string;
5439
5438
  time_zone_id: string;
5439
+ date_format_id: string;
5440
5440
  from_date: string;
5441
5441
  to_date: string;
5442
5442
  status?: Status[] | undefined;
@@ -5459,9 +5459,9 @@ declare const FleetInspectionQuerySchema: z.ZodObject<{
5459
5459
  }[] | undefined;
5460
5460
  include_master_data?: YesNo | undefined;
5461
5461
  organisation_ids?: string[] | undefined;
5462
- user_ids?: string[] | undefined;
5463
5462
  vehicle_ids?: string[] | undefined;
5464
5463
  driver_ids?: string[] | undefined;
5464
+ user_ids?: string[] | undefined;
5465
5465
  inspection_form_ids?: string[] | undefined;
5466
5466
  inspection_type?: InspectionType[] | undefined;
5467
5467
  inspection_priority?: InspectionPriority[] | undefined;
@@ -5507,6 +5507,7 @@ declare const FleetInspectionDashBoardQuerySchema: z.ZodObject<{
5507
5507
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
5508
5508
  }, "strip", z.ZodTypeAny, {
5509
5509
  status: Status[];
5510
+ time_zone_id: string;
5510
5511
  search: string;
5511
5512
  paging: PAGING;
5512
5513
  page_count: number;
@@ -5526,14 +5527,13 @@ declare const FleetInspectionDashBoardQuerySchema: z.ZodObject<{
5526
5527
  }[];
5527
5528
  include_master_data: YesNo;
5528
5529
  date_format_id: string;
5529
- time_zone_id: string;
5530
5530
  organisation_ids: string[];
5531
- vehicle_ids: string[];
5532
5531
  from_date: string;
5533
5532
  to_date: string;
5533
+ vehicle_ids: string[];
5534
5534
  }, {
5535
- date_format_id: string;
5536
5535
  time_zone_id: string;
5536
+ date_format_id: string;
5537
5537
  from_date: string;
5538
5538
  to_date: string;
5539
5539
  status?: Status[] | undefined;
@@ -5593,6 +5593,7 @@ declare const FleetInspectionCheckPendingQuerySchema: z.ZodObject<{
5593
5593
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
5594
5594
  }, "strip", z.ZodTypeAny, {
5595
5595
  status: Status[];
5596
+ time_zone_id: string;
5596
5597
  search: string;
5597
5598
  paging: PAGING;
5598
5599
  page_count: number;
@@ -5612,11 +5613,10 @@ declare const FleetInspectionCheckPendingQuerySchema: z.ZodObject<{
5612
5613
  }[];
5613
5614
  include_master_data: YesNo;
5614
5615
  date_format_id: string;
5615
- time_zone_id: string;
5616
5616
  vehicle_ids: string[];
5617
5617
  }, {
5618
- date_format_id: string;
5619
5618
  time_zone_id: string;
5619
+ date_format_id: string;
5620
5620
  status?: Status[] | undefined;
5621
5621
  search?: string | undefined;
5622
5622
  paging?: PAGING | undefined;
@@ -5849,10 +5849,10 @@ declare const FleetIssueManagementSchema: z.ZodObject<{
5849
5849
  }, "strip", z.ZodTypeAny, {
5850
5850
  status: Status;
5851
5851
  organisation_id: string;
5852
- user_id: string;
5853
5852
  time_zone_id: string;
5854
5853
  vehicle_id: string;
5855
5854
  driver_id: string;
5855
+ user_id: string;
5856
5856
  vehicle_incident_id: string;
5857
5857
  odometer_reading: number;
5858
5858
  inspection_id: string;
@@ -5883,10 +5883,10 @@ declare const FleetIssueManagementSchema: z.ZodObject<{
5883
5883
  }, {
5884
5884
  status: Status;
5885
5885
  organisation_id: string;
5886
- user_id: string;
5887
5886
  time_zone_id: string;
5888
5887
  vehicle_id: string;
5889
5888
  driver_id: string;
5889
+ user_id: string;
5890
5890
  vehicle_incident_id: string;
5891
5891
  inspection_id: string;
5892
5892
  service_management_id: string;
@@ -5963,6 +5963,7 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
5963
5963
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
5964
5964
  }, "strip", z.ZodTypeAny, {
5965
5965
  status: Status[];
5966
+ time_zone_id: string;
5966
5967
  search: string;
5967
5968
  paging: PAGING;
5968
5969
  page_count: number;
@@ -5982,13 +5983,12 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
5982
5983
  }[];
5983
5984
  include_master_data: YesNo;
5984
5985
  date_format_id: string;
5985
- time_zone_id: string;
5986
5986
  organisation_ids: string[];
5987
- user_ids: string[];
5988
- vehicle_ids: string[];
5989
- driver_ids: string[];
5990
5987
  from_date: string;
5991
5988
  to_date: string;
5989
+ vehicle_ids: string[];
5990
+ driver_ids: string[];
5991
+ user_ids: string[];
5992
5992
  vehicle_incident_ids: string[];
5993
5993
  inspection_ids: string[];
5994
5994
  service_management_ids: string[];
@@ -5998,8 +5998,8 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
5998
5998
  issue_source: IssueSource[];
5999
5999
  vehicle_issue_ids: string[];
6000
6000
  }, {
6001
- date_format_id: string;
6002
6001
  time_zone_id: string;
6002
+ date_format_id: string;
6003
6003
  from_date: string;
6004
6004
  to_date: string;
6005
6005
  status?: Status[] | undefined;
@@ -6022,9 +6022,9 @@ declare const FleetIssueManagementQuerySchema: z.ZodObject<{
6022
6022
  }[] | undefined;
6023
6023
  include_master_data?: YesNo | undefined;
6024
6024
  organisation_ids?: string[] | undefined;
6025
- user_ids?: string[] | undefined;
6026
6025
  vehicle_ids?: string[] | undefined;
6027
6026
  driver_ids?: string[] | undefined;
6027
+ user_ids?: string[] | undefined;
6028
6028
  vehicle_incident_ids?: string[] | undefined;
6029
6029
  inspection_ids?: string[] | undefined;
6030
6030
  service_management_ids?: string[] | undefined;
@@ -6072,6 +6072,7 @@ declare const FleetIssueManagementDashBoardQuerySchema: z.ZodObject<{
6072
6072
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
6073
6073
  }, "strip", z.ZodTypeAny, {
6074
6074
  status: Status[];
6075
+ time_zone_id: string;
6075
6076
  search: string;
6076
6077
  paging: PAGING;
6077
6078
  page_count: number;
@@ -6091,14 +6092,13 @@ declare const FleetIssueManagementDashBoardQuerySchema: z.ZodObject<{
6091
6092
  }[];
6092
6093
  include_master_data: YesNo;
6093
6094
  date_format_id: string;
6094
- time_zone_id: string;
6095
6095
  organisation_ids: string[];
6096
- vehicle_ids: string[];
6097
6096
  from_date: string;
6098
6097
  to_date: string;
6098
+ vehicle_ids: string[];
6099
6099
  }, {
6100
- date_format_id: string;
6101
6100
  time_zone_id: string;
6101
+ date_format_id: string;
6102
6102
  from_date: string;
6103
6103
  to_date: string;
6104
6104
  status?: Status[] | undefined;
@@ -6180,6 +6180,7 @@ declare const FleetIssueManagementCommentQuerySchema: z.ZodObject<{
6180
6180
  vehicle_issue_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6181
6181
  }, "strip", z.ZodTypeAny, {
6182
6182
  status: Status[];
6183
+ time_zone_id: string;
6183
6184
  search: string;
6184
6185
  paging: PAGING;
6185
6186
  page_count: number;
@@ -6199,13 +6200,12 @@ declare const FleetIssueManagementCommentQuerySchema: z.ZodObject<{
6199
6200
  }[];
6200
6201
  include_master_data: YesNo;
6201
6202
  date_format_id: string;
6202
- time_zone_id: string;
6203
6203
  organisation_ids: string[];
6204
6204
  vehicle_issue_ids: string[];
6205
6205
  vehicle_issue_comment_ids: string[];
6206
6206
  }, {
6207
- date_format_id: string;
6208
6207
  time_zone_id: string;
6208
+ date_format_id: string;
6209
6209
  status?: Status[] | undefined;
6210
6210
  search?: string | undefined;
6211
6211
  paging?: PAGING | undefined;
@@ -6471,10 +6471,10 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
6471
6471
  }, "strip", z.ZodTypeAny, {
6472
6472
  status: Status;
6473
6473
  organisation_id: string;
6474
- user_id: string;
6475
6474
  time_zone_id: string;
6476
6475
  vehicle_id: string;
6477
6476
  driver_id: string;
6477
+ user_id: string;
6478
6478
  odometer_reading: number;
6479
6479
  service_status: ServiceStatus;
6480
6480
  service_type: ServiceType;
@@ -6516,10 +6516,10 @@ declare const FleetServiceManagementSchema: z.ZodObject<{
6516
6516
  }, {
6517
6517
  status: Status;
6518
6518
  organisation_id: string;
6519
- user_id: string;
6520
6519
  time_zone_id: string;
6521
6520
  vehicle_id: string;
6522
6521
  driver_id: string;
6522
+ user_id: string;
6523
6523
  service_status: ServiceStatus;
6524
6524
  service_type: ServiceType;
6525
6525
  service_start_date: string;
@@ -6606,6 +6606,7 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
6606
6606
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
6607
6607
  }, "strip", z.ZodTypeAny, {
6608
6608
  status: Status[];
6609
+ time_zone_id: string;
6609
6610
  search: string;
6610
6611
  paging: PAGING;
6611
6612
  page_count: number;
@@ -6625,13 +6626,12 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
6625
6626
  }[];
6626
6627
  include_master_data: YesNo;
6627
6628
  date_format_id: string;
6628
- time_zone_id: string;
6629
6629
  organisation_ids: string[];
6630
- user_ids: string[];
6631
- vehicle_ids: string[];
6632
- driver_ids: string[];
6633
6630
  from_date: string;
6634
6631
  to_date: string;
6632
+ vehicle_ids: string[];
6633
+ driver_ids: string[];
6634
+ user_ids: string[];
6635
6635
  service_management_ids: string[];
6636
6636
  service_status: ServiceStatus[];
6637
6637
  service_type: ServiceType[];
@@ -6640,8 +6640,8 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
6640
6640
  vendor_ids: string[];
6641
6641
  service_center_ids: string[];
6642
6642
  }, {
6643
- date_format_id: string;
6644
6643
  time_zone_id: string;
6644
+ date_format_id: string;
6645
6645
  from_date: string;
6646
6646
  to_date: string;
6647
6647
  status?: Status[] | undefined;
@@ -6664,9 +6664,9 @@ declare const FleetServiceManagementQuerySchema: z.ZodObject<{
6664
6664
  }[] | undefined;
6665
6665
  include_master_data?: YesNo | undefined;
6666
6666
  organisation_ids?: string[] | undefined;
6667
- user_ids?: string[] | undefined;
6668
6667
  vehicle_ids?: string[] | undefined;
6669
6668
  driver_ids?: string[] | undefined;
6669
+ user_ids?: string[] | undefined;
6670
6670
  service_management_ids?: string[] | undefined;
6671
6671
  service_status?: ServiceStatus[] | undefined;
6672
6672
  service_type?: ServiceType[] | undefined;
@@ -6713,6 +6713,7 @@ declare const FleetServiceManagementDashBoardQuerySchema: z.ZodObject<{
6713
6713
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
6714
6714
  }, "strip", z.ZodTypeAny, {
6715
6715
  status: Status[];
6716
+ time_zone_id: string;
6716
6717
  search: string;
6717
6718
  paging: PAGING;
6718
6719
  page_count: number;
@@ -6732,14 +6733,13 @@ declare const FleetServiceManagementDashBoardQuerySchema: z.ZodObject<{
6732
6733
  }[];
6733
6734
  include_master_data: YesNo;
6734
6735
  date_format_id: string;
6735
- time_zone_id: string;
6736
6736
  organisation_ids: string[];
6737
- vehicle_ids: string[];
6738
6737
  from_date: string;
6739
6738
  to_date: string;
6739
+ vehicle_ids: string[];
6740
6740
  }, {
6741
- date_format_id: string;
6742
6741
  time_zone_id: string;
6742
+ date_format_id: string;
6743
6743
  from_date: string;
6744
6744
  to_date: string;
6745
6745
  status?: Status[] | undefined;
@@ -6833,6 +6833,7 @@ declare const FleetServiceManagementTaskQuerySchema: z.ZodObject<{
6833
6833
  fleet_service_task_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
6834
6834
  }, "strip", z.ZodTypeAny, {
6835
6835
  status: Status[];
6836
+ time_zone_id: string;
6836
6837
  search: string;
6837
6838
  paging: PAGING;
6838
6839
  page_count: number;
@@ -6852,13 +6853,12 @@ declare const FleetServiceManagementTaskQuerySchema: z.ZodObject<{
6852
6853
  }[];
6853
6854
  include_master_data: YesNo;
6854
6855
  date_format_id: string;
6855
- time_zone_id: string;
6856
6856
  fleet_service_task_ids: string[];
6857
6857
  service_management_ids: string[];
6858
6858
  fleet_service_management_task_ids: string[];
6859
6859
  }, {
6860
- date_format_id: string;
6861
6860
  time_zone_id: string;
6861
+ date_format_id: string;
6862
6862
  status?: Status[] | undefined;
6863
6863
  search?: string | undefined;
6864
6864
  paging?: PAGING | undefined;
@@ -6941,6 +6941,7 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
6941
6941
  reminder_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ReminderType>, "many">>>;
6942
6942
  }, "strip", z.ZodTypeAny, {
6943
6943
  status: Status[];
6944
+ time_zone_id: string;
6944
6945
  search: string;
6945
6946
  paging: PAGING;
6946
6947
  page_count: number;
@@ -6960,15 +6961,14 @@ declare const FleetServiceReminderQuerySchema: z.ZodObject<{
6960
6961
  }[];
6961
6962
  include_master_data: YesNo;
6962
6963
  date_format_id: string;
6963
- time_zone_id: string;
6964
6964
  organisation_ids: string[];
6965
6965
  vehicle_ids: string[];
6966
6966
  service_management_ids: string[];
6967
6967
  reminder_type: ReminderType[];
6968
6968
  service_reminder_ids: string[];
6969
6969
  }, {
6970
- date_format_id: string;
6971
6970
  time_zone_id: string;
6971
+ date_format_id: string;
6972
6972
  status?: Status[] | undefined;
6973
6973
  search?: string | undefined;
6974
6974
  paging?: PAGING | undefined;
@@ -7268,6 +7268,7 @@ declare const FleetVendorServiceCenterQuerySchema: z.ZodObject<{
7268
7268
  is_preferred_center: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
7269
7269
  }, "strip", z.ZodTypeAny, {
7270
7270
  status: Status[];
7271
+ time_zone_id: string;
7271
7272
  search: string;
7272
7273
  paging: PAGING;
7273
7274
  page_count: number;
@@ -7287,7 +7288,6 @@ declare const FleetVendorServiceCenterQuerySchema: z.ZodObject<{
7287
7288
  }[];
7288
7289
  include_master_data: YesNo;
7289
7290
  date_format_id: string;
7290
- time_zone_id: string;
7291
7291
  organisation_ids: string[];
7292
7292
  vendor_ids: string[];
7293
7293
  service_center_ids: string[];
@@ -7295,8 +7295,8 @@ declare const FleetVendorServiceCenterQuerySchema: z.ZodObject<{
7295
7295
  oem_authorised: YesNo[];
7296
7296
  is_preferred_center: YesNo[];
7297
7297
  }, {
7298
- date_format_id: string;
7299
7298
  time_zone_id: string;
7299
+ date_format_id: string;
7300
7300
  status?: Status[] | undefined;
7301
7301
  search?: string | undefined;
7302
7302
  paging?: PAGING | undefined;
@@ -7419,6 +7419,7 @@ declare const MasterFuelCompanyQuerySchema: z.ZodObject<{
7419
7419
  country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
7420
7420
  }, "strip", z.ZodTypeAny, {
7421
7421
  status: Status[];
7422
+ time_zone_id: string;
7422
7423
  search: string;
7423
7424
  paging: PAGING;
7424
7425
  page_count: number;
@@ -7438,13 +7439,12 @@ declare const MasterFuelCompanyQuerySchema: z.ZodObject<{
7438
7439
  }[];
7439
7440
  include_master_data: YesNo;
7440
7441
  date_format_id: string;
7441
- time_zone_id: string;
7442
7442
  organisation_ids: string[];
7443
7443
  country_ids: string[];
7444
7444
  fuel_company_ids: string[];
7445
7445
  }, {
7446
- date_format_id: string;
7447
7446
  time_zone_id: string;
7447
+ date_format_id: string;
7448
7448
  status?: Status[] | undefined;
7449
7449
  search?: string | undefined;
7450
7450
  paging?: PAGING | undefined;
@@ -7721,6 +7721,7 @@ declare const FleetVendorFuelStationQuerySchema: z.ZodObject<{
7721
7721
  is_preferred_station: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
7722
7722
  }, "strip", z.ZodTypeAny, {
7723
7723
  status: Status[];
7724
+ time_zone_id: string;
7724
7725
  search: string;
7725
7726
  paging: PAGING;
7726
7727
  page_count: number;
@@ -7740,7 +7741,6 @@ declare const FleetVendorFuelStationQuerySchema: z.ZodObject<{
7740
7741
  }[];
7741
7742
  include_master_data: YesNo;
7742
7743
  date_format_id: string;
7743
- time_zone_id: string;
7744
7744
  organisation_ids: string[];
7745
7745
  vendor_ids: string[];
7746
7746
  is_company_owned: YesNo[];
@@ -7748,8 +7748,8 @@ declare const FleetVendorFuelStationQuerySchema: z.ZodObject<{
7748
7748
  is_preferred_station: YesNo[];
7749
7749
  fuel_station_ids: string[];
7750
7750
  }, {
7751
- date_format_id: string;
7752
7751
  time_zone_id: string;
7752
+ date_format_id: string;
7753
7753
  status?: Status[] | undefined;
7754
7754
  search?: string | undefined;
7755
7755
  paging?: PAGING | undefined;
@@ -8176,6 +8176,7 @@ declare const FleetVendorAddressQuerySchema: z.ZodObject<{
8176
8176
  is_default: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
8177
8177
  }, "strip", z.ZodTypeAny, {
8178
8178
  status: Status[];
8179
+ time_zone_id: string;
8179
8180
  search: string;
8180
8181
  paging: PAGING;
8181
8182
  page_count: number;
@@ -8195,15 +8196,14 @@ declare const FleetVendorAddressQuerySchema: z.ZodObject<{
8195
8196
  }[];
8196
8197
  include_master_data: YesNo;
8197
8198
  date_format_id: string;
8198
- time_zone_id: string;
8199
8199
  organisation_ids: string[];
8200
8200
  vendor_ids: string[];
8201
8201
  vendor_address_label: FleetVendorAddressLabel[];
8202
8202
  is_default: YesNo[];
8203
8203
  vendor_address_ids: string[];
8204
8204
  }, {
8205
- date_format_id: string;
8206
8205
  time_zone_id: string;
8206
+ date_format_id: string;
8207
8207
  status?: Status[] | undefined;
8208
8208
  search?: string | undefined;
8209
8209
  paging?: PAGING | undefined;
@@ -8311,6 +8311,7 @@ declare const FleetVendorBankAccountQuerySchema: z.ZodObject<{
8311
8311
  is_primary: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
8312
8312
  }, "strip", z.ZodTypeAny, {
8313
8313
  status: Status[];
8314
+ time_zone_id: string;
8314
8315
  search: string;
8315
8316
  paging: PAGING;
8316
8317
  page_count: number;
@@ -8330,14 +8331,13 @@ declare const FleetVendorBankAccountQuerySchema: z.ZodObject<{
8330
8331
  }[];
8331
8332
  include_master_data: YesNo;
8332
8333
  date_format_id: string;
8333
- time_zone_id: string;
8334
8334
  organisation_ids: string[];
8335
8335
  vendor_ids: string[];
8336
8336
  is_primary: YesNo[];
8337
8337
  vendor_bank_account_ids: string[];
8338
8338
  }, {
8339
- date_format_id: string;
8340
8339
  time_zone_id: string;
8340
+ date_format_id: string;
8341
8341
  status?: Status[] | undefined;
8342
8342
  search?: string | undefined;
8343
8343
  paging?: PAGING | undefined;
@@ -8450,6 +8450,7 @@ declare const FleetVendorContactPersonsQuerySchema: z.ZodObject<{
8450
8450
  is_primary: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
8451
8451
  }, "strip", z.ZodTypeAny, {
8452
8452
  status: Status[];
8453
+ time_zone_id: string;
8453
8454
  search: string;
8454
8455
  paging: PAGING;
8455
8456
  page_count: number;
@@ -8469,14 +8470,13 @@ declare const FleetVendorContactPersonsQuerySchema: z.ZodObject<{
8469
8470
  }[];
8470
8471
  include_master_data: YesNo;
8471
8472
  date_format_id: string;
8472
- time_zone_id: string;
8473
8473
  organisation_ids: string[];
8474
8474
  vendor_ids: string[];
8475
8475
  is_primary: YesNo[];
8476
8476
  contact_person_ids: string[];
8477
8477
  }, {
8478
- date_format_id: string;
8479
8478
  time_zone_id: string;
8479
+ date_format_id: string;
8480
8480
  status?: Status[] | undefined;
8481
8481
  search?: string | undefined;
8482
8482
  paging?: PAGING | undefined;
@@ -8561,6 +8561,7 @@ declare const FleetVendorReviewQuerySchema: z.ZodObject<{
8561
8561
  vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8562
8562
  }, "strip", z.ZodTypeAny, {
8563
8563
  status: Status[];
8564
+ time_zone_id: string;
8564
8565
  search: string;
8565
8566
  paging: PAGING;
8566
8567
  page_count: number;
@@ -8580,13 +8581,12 @@ declare const FleetVendorReviewQuerySchema: z.ZodObject<{
8580
8581
  }[];
8581
8582
  include_master_data: YesNo;
8582
8583
  date_format_id: string;
8583
- time_zone_id: string;
8584
8584
  organisation_ids: string[];
8585
8585
  vendor_ids: string[];
8586
8586
  vendor_review_ids: string[];
8587
8587
  }, {
8588
- date_format_id: string;
8589
8588
  time_zone_id: string;
8589
+ date_format_id: string;
8590
8590
  status?: Status[] | undefined;
8591
8591
  search?: string | undefined;
8592
8592
  paging?: PAGING | undefined;
@@ -8665,8 +8665,8 @@ declare const FleetVendorDocumentSchema: z.ZodObject<{
8665
8665
  }, "strip", z.ZodTypeAny, {
8666
8666
  status: Status;
8667
8667
  organisation_id: string;
8668
- user_id: string;
8669
8668
  time_zone_id: string;
8669
+ user_id: string;
8670
8670
  document_type_id: string;
8671
8671
  vendor_id: string;
8672
8672
  document_name: string;
@@ -8691,8 +8691,8 @@ declare const FleetVendorDocumentSchema: z.ZodObject<{
8691
8691
  }, {
8692
8692
  status: Status;
8693
8693
  organisation_id: string;
8694
- user_id: string;
8695
8694
  time_zone_id: string;
8695
+ user_id: string;
8696
8696
  document_type_id: string;
8697
8697
  vendor_id: string;
8698
8698
  document_name?: string | undefined;
@@ -8753,6 +8753,7 @@ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
8753
8753
  document_type_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
8754
8754
  }, "strip", z.ZodTypeAny, {
8755
8755
  status: Status[];
8756
+ time_zone_id: string;
8756
8757
  search: string;
8757
8758
  paging: PAGING;
8758
8759
  page_count: number;
@@ -8772,14 +8773,13 @@ declare const FleetVendorDocumentQuerySchema: z.ZodObject<{
8772
8773
  }[];
8773
8774
  include_master_data: YesNo;
8774
8775
  date_format_id: string;
8775
- time_zone_id: string;
8776
8776
  organisation_ids: string[];
8777
8777
  document_type_ids: string[];
8778
8778
  vendor_ids: string[];
8779
8779
  fleet_vendor_document_ids: string[];
8780
8780
  }, {
8781
- date_format_id: string;
8782
8781
  time_zone_id: string;
8782
+ date_format_id: string;
8783
8783
  status?: Status[] | undefined;
8784
8784
  search?: string | undefined;
8785
8785
  paging?: PAGING | undefined;
@@ -9055,8 +9055,8 @@ declare const FleetVendorSchema: z.ZodObject<{
9055
9055
  }, z.UnknownKeysParam, z.ZodTypeAny, {
9056
9056
  status: Status;
9057
9057
  organisation_id: string;
9058
- user_id: string;
9059
9058
  time_zone_id: string;
9059
+ user_id: string;
9060
9060
  document_type_id: string;
9061
9061
  vendor_id: string;
9062
9062
  document_name: string;
@@ -9081,8 +9081,8 @@ declare const FleetVendorSchema: z.ZodObject<{
9081
9081
  }, {
9082
9082
  status: Status;
9083
9083
  organisation_id: string;
9084
- user_id: string;
9085
9084
  time_zone_id: string;
9085
+ user_id: string;
9086
9086
  document_type_id: string;
9087
9087
  vendor_id: string;
9088
9088
  document_name?: string | undefined;
@@ -9192,8 +9192,8 @@ declare const FleetVendorSchema: z.ZodObject<{
9192
9192
  FleetVendorDocumentSchema: {
9193
9193
  status: Status;
9194
9194
  organisation_id: string;
9195
- user_id: string;
9196
9195
  time_zone_id: string;
9196
+ user_id: string;
9197
9197
  document_type_id: string;
9198
9198
  vendor_id: string;
9199
9199
  document_name: string;
@@ -9302,8 +9302,8 @@ declare const FleetVendorSchema: z.ZodObject<{
9302
9302
  FleetVendorDocumentSchema?: {
9303
9303
  status: Status;
9304
9304
  organisation_id: string;
9305
- user_id: string;
9306
9305
  time_zone_id: string;
9306
+ user_id: string;
9307
9307
  document_type_id: string;
9308
9308
  vendor_id: string;
9309
9309
  document_name?: string | undefined;
@@ -9363,6 +9363,7 @@ declare const FleetVendorQuerySchema: z.ZodObject<{
9363
9363
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
9364
9364
  }, "strip", z.ZodTypeAny, {
9365
9365
  status: Status[];
9366
+ time_zone_id: string;
9366
9367
  search: string;
9367
9368
  paging: PAGING;
9368
9369
  page_count: number;
@@ -9382,12 +9383,11 @@ declare const FleetVendorQuerySchema: z.ZodObject<{
9382
9383
  }[];
9383
9384
  include_master_data: YesNo;
9384
9385
  date_format_id: string;
9385
- time_zone_id: string;
9386
9386
  organisation_ids: string[];
9387
9387
  vendor_ids: string[];
9388
9388
  }, {
9389
- date_format_id: string;
9390
9389
  time_zone_id: string;
9390
+ date_format_id: string;
9391
9391
  status?: Status[] | undefined;
9392
9392
  search?: string | undefined;
9393
9393
  paging?: PAGING | undefined;
@@ -9445,6 +9445,7 @@ declare const FleetVendorDashBoardQuerySchema: z.ZodObject<{
9445
9445
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
9446
9446
  }, "strip", z.ZodTypeAny, {
9447
9447
  status: Status[];
9448
+ time_zone_id: string;
9448
9449
  search: string;
9449
9450
  paging: PAGING;
9450
9451
  page_count: number;
@@ -9464,11 +9465,10 @@ declare const FleetVendorDashBoardQuerySchema: z.ZodObject<{
9464
9465
  }[];
9465
9466
  include_master_data: YesNo;
9466
9467
  date_format_id: string;
9467
- time_zone_id: string;
9468
9468
  organisation_ids: string[];
9469
9469
  }, {
9470
- date_format_id: string;
9471
9470
  time_zone_id: string;
9471
+ date_format_id: string;
9472
9472
  status?: Status[] | undefined;
9473
9473
  search?: string | undefined;
9474
9474
  paging?: PAGING | undefined;
@@ -9748,13 +9748,14 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
9748
9748
  file_metadata?: Record<string, any> | undefined;
9749
9749
  }>, "many">>>;
9750
9750
  }, "strip", z.ZodTypeAny, {
9751
+ invoice_number: string;
9751
9752
  status: Status;
9752
9753
  organisation_id: string;
9753
- user_id: string;
9754
9754
  time_zone_id: string;
9755
9755
  vehicle_id: string;
9756
9756
  driver_id: string;
9757
9757
  google_location: string;
9758
+ user_id: string;
9758
9759
  device_id: string;
9759
9760
  vehicle_fuel_type_id: string;
9760
9761
  vehicle_fuel_unit_id: string;
@@ -9771,7 +9772,6 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
9771
9772
  refill_method: RefillMethod;
9772
9773
  refill_details: string;
9773
9774
  filled_by_person: string;
9774
- invoice_number: string;
9775
9775
  payment_mode: PaymentMode;
9776
9776
  payment_reference_number: string;
9777
9777
  fuel_card_number: string;
@@ -9804,10 +9804,10 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
9804
9804
  }, {
9805
9805
  status: Status;
9806
9806
  organisation_id: string;
9807
- user_id: string;
9808
9807
  time_zone_id: string;
9809
9808
  vehicle_id: string;
9810
9809
  driver_id: string;
9810
+ user_id: string;
9811
9811
  device_id: string;
9812
9812
  vehicle_fuel_type_id: string;
9813
9813
  vehicle_fuel_unit_id: string;
@@ -9820,6 +9820,7 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
9820
9820
  payment_mode: PaymentMode;
9821
9821
  is_full_tank: YesNo;
9822
9822
  is_previous_entries_missed: YesNo;
9823
+ invoice_number?: string | undefined;
9823
9824
  latitude?: unknown;
9824
9825
  longitude?: unknown;
9825
9826
  google_location?: string | undefined;
@@ -9837,7 +9838,6 @@ declare const FleetFuelRefillSchema: z.ZodObject<{
9837
9838
  refill_method?: RefillMethod | undefined;
9838
9839
  refill_details?: string | undefined;
9839
9840
  filled_by_person?: string | undefined;
9840
- invoice_number?: string | undefined;
9841
9841
  payment_reference_number?: string | undefined;
9842
9842
  fuel_card_number?: string | undefined;
9843
9843
  payment_notes?: string | undefined;
@@ -9910,6 +9910,7 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
9910
9910
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
9911
9911
  }, "strip", z.ZodTypeAny, {
9912
9912
  status: Status[];
9913
+ time_zone_id: string;
9913
9914
  search: string;
9914
9915
  paging: PAGING;
9915
9916
  page_count: number;
@@ -9929,13 +9930,12 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
9929
9930
  }[];
9930
9931
  include_master_data: YesNo;
9931
9932
  date_format_id: string;
9932
- time_zone_id: string;
9933
9933
  organisation_ids: string[];
9934
- user_ids: string[];
9935
- vehicle_ids: string[];
9936
- driver_ids: string[];
9937
9934
  from_date: string;
9938
9935
  to_date: string;
9936
+ vehicle_ids: string[];
9937
+ driver_ids: string[];
9938
+ user_ids: string[];
9939
9939
  payment_status: PaymentStatus[];
9940
9940
  vendor_ids: string[];
9941
9941
  fuel_station_ids: string[];
@@ -9951,8 +9951,8 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
9951
9951
  vehicle_fuel_type_ids: string[];
9952
9952
  vehicle_fuel_unit_ids: string[];
9953
9953
  }, {
9954
- date_format_id: string;
9955
9954
  time_zone_id: string;
9955
+ date_format_id: string;
9956
9956
  from_date: string;
9957
9957
  to_date: string;
9958
9958
  status?: Status[] | undefined;
@@ -9975,9 +9975,9 @@ declare const FleetFuelRefillQuerySchema: z.ZodObject<{
9975
9975
  }[] | undefined;
9976
9976
  include_master_data?: YesNo | undefined;
9977
9977
  organisation_ids?: string[] | undefined;
9978
- user_ids?: string[] | undefined;
9979
9978
  vehicle_ids?: string[] | undefined;
9980
9979
  driver_ids?: string[] | undefined;
9980
+ user_ids?: string[] | undefined;
9981
9981
  payment_status?: PaymentStatus[] | undefined;
9982
9982
  vendor_ids?: string[] | undefined;
9983
9983
  fuel_station_ids?: string[] | undefined;
@@ -10068,6 +10068,7 @@ declare const MasterVehicleFuelRemovalReasonQuerySchema: z.ZodObject<{
10068
10068
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10069
10069
  }, "strip", z.ZodTypeAny, {
10070
10070
  status: Status[];
10071
+ time_zone_id: string;
10071
10072
  search: string;
10072
10073
  paging: PAGING;
10073
10074
  page_count: number;
@@ -10087,12 +10088,11 @@ declare const MasterVehicleFuelRemovalReasonQuerySchema: z.ZodObject<{
10087
10088
  }[];
10088
10089
  include_master_data: YesNo;
10089
10090
  date_format_id: string;
10090
- time_zone_id: string;
10091
10091
  organisation_ids: string[];
10092
10092
  fuel_removal_reason_ids: string[];
10093
10093
  }, {
10094
- date_format_id: string;
10095
10094
  time_zone_id: string;
10095
+ date_format_id: string;
10096
10096
  status?: Status[] | undefined;
10097
10097
  search?: string | undefined;
10098
10098
  paging?: PAGING | undefined;
@@ -10305,11 +10305,11 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
10305
10305
  }, "strip", z.ZodTypeAny, {
10306
10306
  status: Status;
10307
10307
  organisation_id: string;
10308
- user_id: string;
10309
10308
  time_zone_id: string;
10310
10309
  vehicle_id: string;
10311
10310
  driver_id: string;
10312
10311
  google_location: string;
10312
+ user_id: string;
10313
10313
  device_id: string;
10314
10314
  vehicle_fuel_type_id: string;
10315
10315
  vehicle_fuel_unit_id: string;
@@ -10347,10 +10347,10 @@ declare const FleetFuelRemovalSchema: z.ZodObject<{
10347
10347
  }, {
10348
10348
  status: Status;
10349
10349
  organisation_id: string;
10350
- user_id: string;
10351
10350
  time_zone_id: string;
10352
10351
  vehicle_id: string;
10353
10352
  driver_id: string;
10353
+ user_id: string;
10354
10354
  device_id: string;
10355
10355
  vehicle_fuel_type_id: string;
10356
10356
  vehicle_fuel_unit_id: string;
@@ -10435,6 +10435,7 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
10435
10435
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
10436
10436
  }, "strip", z.ZodTypeAny, {
10437
10437
  status: Status[];
10438
+ time_zone_id: string;
10438
10439
  search: string;
10439
10440
  paging: PAGING;
10440
10441
  page_count: number;
@@ -10454,13 +10455,12 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
10454
10455
  }[];
10455
10456
  include_master_data: YesNo;
10456
10457
  date_format_id: string;
10457
- time_zone_id: string;
10458
10458
  organisation_ids: string[];
10459
- user_ids: string[];
10460
- vehicle_ids: string[];
10461
- driver_ids: string[];
10462
10459
  from_date: string;
10463
10460
  to_date: string;
10461
+ vehicle_ids: string[];
10462
+ driver_ids: string[];
10463
+ user_ids: string[];
10464
10464
  admin_verify_status: GPSFuelApproveStatus[];
10465
10465
  transporter_verify_status: GPSFuelApproveStatus[];
10466
10466
  entry_source: RefillEntrySource[];
@@ -10470,8 +10470,8 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
10470
10470
  fuel_removal_reason_ids: string[];
10471
10471
  fleet_fuel_removal_ids: string[];
10472
10472
  }, {
10473
- date_format_id: string;
10474
10473
  time_zone_id: string;
10474
+ date_format_id: string;
10475
10475
  from_date: string;
10476
10476
  to_date: string;
10477
10477
  status?: Status[] | undefined;
@@ -10494,9 +10494,9 @@ declare const FleetFuelRemovalQuerySchema: z.ZodObject<{
10494
10494
  }[] | undefined;
10495
10495
  include_master_data?: YesNo | undefined;
10496
10496
  organisation_ids?: string[] | undefined;
10497
- user_ids?: string[] | undefined;
10498
10497
  vehicle_ids?: string[] | undefined;
10499
10498
  driver_ids?: string[] | undefined;
10499
+ user_ids?: string[] | undefined;
10500
10500
  admin_verify_status?: GPSFuelApproveStatus[] | undefined;
10501
10501
  transporter_verify_status?: GPSFuelApproveStatus[] | undefined;
10502
10502
  entry_source?: RefillEntrySource[] | undefined;
@@ -10571,9 +10571,9 @@ declare const FleetInspectionScheduleSchema: z.ZodObject<{
10571
10571
  }, "strip", z.ZodTypeAny, {
10572
10572
  status: Status;
10573
10573
  organisation_id: string;
10574
- user_id: string;
10575
10574
  time_zone_id: string;
10576
10575
  vehicle_ids: string[];
10576
+ user_id: string;
10577
10577
  inspection_schedule_name: string;
10578
10578
  inspection_schedule_description: string;
10579
10579
  inspection_schedule_start_date: string;
@@ -10581,8 +10581,8 @@ declare const FleetInspectionScheduleSchema: z.ZodObject<{
10581
10581
  }, {
10582
10582
  status: Status;
10583
10583
  organisation_id: string;
10584
- user_id: string;
10585
10584
  time_zone_id: string;
10585
+ user_id: string;
10586
10586
  inspection_schedule_name: string;
10587
10587
  inspection_schedule_start_date: string;
10588
10588
  inspection_schedule_due_date: string;
@@ -10626,6 +10626,7 @@ declare const FleetInspectionScheduleQuerySchema: z.ZodObject<{
10626
10626
  user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10627
10627
  }, "strip", z.ZodTypeAny, {
10628
10628
  status: Status[];
10629
+ time_zone_id: string;
10629
10630
  search: string;
10630
10631
  paging: PAGING;
10631
10632
  page_count: number;
@@ -10645,13 +10646,12 @@ declare const FleetInspectionScheduleQuerySchema: z.ZodObject<{
10645
10646
  }[];
10646
10647
  include_master_data: YesNo;
10647
10648
  date_format_id: string;
10648
- time_zone_id: string;
10649
10649
  organisation_ids: string[];
10650
10650
  user_ids: string[];
10651
10651
  inspection_schedule_ids: string[];
10652
10652
  }, {
10653
- date_format_id: string;
10654
10653
  time_zone_id: string;
10654
+ date_format_id: string;
10655
10655
  status?: Status[] | undefined;
10656
10656
  search?: string | undefined;
10657
10657
  paging?: PAGING | undefined;
@@ -10737,9 +10737,9 @@ declare const FleetServiceScheduleSchema: z.ZodObject<{
10737
10737
  }, "strip", z.ZodTypeAny, {
10738
10738
  status: Status;
10739
10739
  organisation_id: string;
10740
- user_id: string;
10741
10740
  time_zone_id: string;
10742
10741
  vehicle_ids: string[];
10742
+ user_id: string;
10743
10743
  service_schedule_name: string;
10744
10744
  service_schedule_description: string;
10745
10745
  service_schedule_start_date: string;
@@ -10747,8 +10747,8 @@ declare const FleetServiceScheduleSchema: z.ZodObject<{
10747
10747
  }, {
10748
10748
  status: Status;
10749
10749
  organisation_id: string;
10750
- user_id: string;
10751
10750
  time_zone_id: string;
10751
+ user_id: string;
10752
10752
  service_schedule_name: string;
10753
10753
  service_schedule_start_date: string;
10754
10754
  service_schedule_due_date: string;
@@ -10792,6 +10792,7 @@ declare const FleetServiceScheduleQuerySchema: z.ZodObject<{
10792
10792
  user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
10793
10793
  }, "strip", z.ZodTypeAny, {
10794
10794
  status: Status[];
10795
+ time_zone_id: string;
10795
10796
  search: string;
10796
10797
  paging: PAGING;
10797
10798
  page_count: number;
@@ -10811,13 +10812,12 @@ declare const FleetServiceScheduleQuerySchema: z.ZodObject<{
10811
10812
  }[];
10812
10813
  include_master_data: YesNo;
10813
10814
  date_format_id: string;
10814
- time_zone_id: string;
10815
10815
  organisation_ids: string[];
10816
10816
  user_ids: string[];
10817
10817
  service_schedule_ids: string[];
10818
10818
  }, {
10819
- date_format_id: string;
10820
10819
  time_zone_id: string;
10820
+ date_format_id: string;
10821
10821
  status?: Status[] | undefined;
10822
10822
  search?: string | undefined;
10823
10823
  paging?: PAGING | undefined;
@@ -10992,8 +10992,8 @@ declare const UserSchema: z.ZodObject<{
10992
10992
  }, "strip", z.ZodTypeAny, {
10993
10993
  status: Status;
10994
10994
  organisation_id: string;
10995
- date_format_id: string;
10996
10995
  time_zone_id: string;
10996
+ date_format_id: string;
10997
10997
  organisation_branch_id: string;
10998
10998
  user_role_id: string;
10999
10999
  user_status_id: string;
@@ -11014,8 +11014,8 @@ declare const UserSchema: z.ZodObject<{
11014
11014
  }, {
11015
11015
  status: Status;
11016
11016
  organisation_id: string;
11017
- date_format_id: string;
11018
11017
  time_zone_id: string;
11018
+ date_format_id: string;
11019
11019
  organisation_branch_id: string;
11020
11020
  user_role_id: string;
11021
11021
  user_status_id: string;
@@ -11079,6 +11079,7 @@ declare const UserQuerySchema: z.ZodObject<{
11079
11079
  all_vehicles: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
11080
11080
  }, "strip", z.ZodTypeAny, {
11081
11081
  status: Status[];
11082
+ time_zone_id: string;
11082
11083
  search: string;
11083
11084
  paging: PAGING;
11084
11085
  page_count: number;
@@ -11098,21 +11099,20 @@ declare const UserQuerySchema: z.ZodObject<{
11098
11099
  }[];
11099
11100
  include_master_data: YesNo;
11100
11101
  date_format_id: string;
11101
- time_zone_id: string;
11102
11102
  organisation_ids: string[];
11103
- user_ids: string[];
11104
11103
  organisation_branch_ids: string[];
11105
11104
  user_role_ids: string[];
11106
11105
  user_status_ids: string[];
11107
11106
  language_ids: string[];
11108
11107
  date_format_ids: string[];
11109
11108
  all_vehicles: YesNo[];
11109
+ user_ids: string[];
11110
11110
  is_root_user: YesNo[];
11111
11111
  can_login: YesNo[];
11112
11112
  time_zone_ids: string[];
11113
11113
  }, {
11114
- date_format_id: string;
11115
11114
  time_zone_id: string;
11115
+ date_format_id: string;
11116
11116
  status?: Status[] | undefined;
11117
11117
  search?: string | undefined;
11118
11118
  paging?: PAGING | undefined;
@@ -11133,13 +11133,13 @@ declare const UserQuerySchema: z.ZodObject<{
11133
11133
  }[] | undefined;
11134
11134
  include_master_data?: YesNo | undefined;
11135
11135
  organisation_ids?: string[] | undefined;
11136
- user_ids?: string[] | undefined;
11137
11136
  organisation_branch_ids?: string[] | undefined;
11138
11137
  user_role_ids?: string[] | undefined;
11139
11138
  user_status_ids?: string[] | undefined;
11140
11139
  language_ids?: string[] | undefined;
11141
11140
  date_format_ids?: string[] | undefined;
11142
11141
  all_vehicles?: YesNo[] | undefined;
11142
+ user_ids?: string[] | undefined;
11143
11143
  is_root_user?: YesNo[] | undefined;
11144
11144
  can_login?: YesNo[] | undefined;
11145
11145
  time_zone_ids?: string[] | undefined;
@@ -11286,10 +11286,10 @@ declare const FleetFuelDailySummarySchema: z.ZodObject<{
11286
11286
  }, "strip", z.ZodTypeAny, {
11287
11287
  status: Status;
11288
11288
  organisation_id: string;
11289
- user_id: string;
11290
11289
  date: string;
11291
11290
  vehicle_id: string;
11292
11291
  driver_id: string;
11292
+ user_id: string;
11293
11293
  device_id: string;
11294
11294
  total_km: number;
11295
11295
  consumed_fuel_liters: number;
@@ -11304,10 +11304,10 @@ declare const FleetFuelDailySummarySchema: z.ZodObject<{
11304
11304
  }, {
11305
11305
  status: Status;
11306
11306
  organisation_id: string;
11307
- user_id: string;
11308
11307
  date: string;
11309
11308
  vehicle_id: string;
11310
11309
  driver_id: string;
11310
+ user_id: string;
11311
11311
  device_id: string;
11312
11312
  total_km?: unknown;
11313
11313
  consumed_fuel_liters?: unknown;
@@ -11364,6 +11364,7 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
11364
11364
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
11365
11365
  }, "strip", z.ZodTypeAny, {
11366
11366
  status: Status[];
11367
+ time_zone_id: string;
11367
11368
  search: string;
11368
11369
  paging: PAGING;
11369
11370
  page_count: number;
@@ -11383,20 +11384,19 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
11383
11384
  }[];
11384
11385
  include_master_data: YesNo;
11385
11386
  date_format_id: string;
11386
- time_zone_id: string;
11387
11387
  organisation_ids: string[];
11388
- user_ids: string[];
11389
- vehicle_ids: string[];
11390
- driver_ids: string[];
11391
11388
  from_date: string;
11392
11389
  to_date: string;
11390
+ vehicle_ids: string[];
11391
+ driver_ids: string[];
11392
+ user_ids: string[];
11393
11393
  device_ids: string[];
11394
11394
  fleet_fuel_daily_summary_ids: string[];
11395
11395
  vehicle_summary: YesNo;
11396
11396
  day_summary: YesNo;
11397
11397
  }, {
11398
- date_format_id: string;
11399
11398
  time_zone_id: string;
11399
+ date_format_id: string;
11400
11400
  from_date: string;
11401
11401
  to_date: string;
11402
11402
  status?: Status[] | undefined;
@@ -11419,9 +11419,9 @@ declare const FleetFuelDailySummaryQuerySchema: z.ZodObject<{
11419
11419
  }[] | undefined;
11420
11420
  include_master_data?: YesNo | undefined;
11421
11421
  organisation_ids?: string[] | undefined;
11422
- user_ids?: string[] | undefined;
11423
11422
  vehicle_ids?: string[] | undefined;
11424
11423
  driver_ids?: string[] | undefined;
11424
+ user_ids?: string[] | undefined;
11425
11425
  device_ids?: string[] | undefined;
11426
11426
  fleet_fuel_daily_summary_ids?: string[] | undefined;
11427
11427
  vehicle_summary?: YesNo | undefined;
@@ -11465,6 +11465,7 @@ declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
11465
11465
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
11466
11466
  }, "strip", z.ZodTypeAny, {
11467
11467
  status: Status[];
11468
+ time_zone_id: string;
11468
11469
  search: string;
11469
11470
  paging: PAGING;
11470
11471
  page_count: number;
@@ -11484,14 +11485,13 @@ declare const FleetFuelDailyMonthlySummaryQuerySchema: z.ZodObject<{
11484
11485
  }[];
11485
11486
  include_master_data: YesNo;
11486
11487
  date_format_id: string;
11487
- time_zone_id: string;
11488
11488
  organisation_ids: string[];
11489
- vehicle_ids: string[];
11490
11489
  from_date: string;
11491
11490
  to_date: string;
11491
+ vehicle_ids: string[];
11492
11492
  }, {
11493
- date_format_id: string;
11494
11493
  time_zone_id: string;
11494
+ date_format_id: string;
11495
11495
  from_date: string;
11496
11496
  to_date: string;
11497
11497
  status?: Status[] | undefined;
@@ -11565,6 +11565,7 @@ declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
11565
11565
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
11566
11566
  }, "strip", z.ZodTypeAny, {
11567
11567
  status: Status[];
11568
+ time_zone_id: string;
11568
11569
  search: string;
11569
11570
  paging: PAGING;
11570
11571
  page_count: number;
@@ -11584,14 +11585,13 @@ declare const FleetFuelDailySummaryDashBoardQuerySchema: z.ZodObject<{
11584
11585
  }[];
11585
11586
  include_master_data: YesNo;
11586
11587
  date_format_id: string;
11587
- time_zone_id: string;
11588
11588
  organisation_ids: string[];
11589
- vehicle_ids: string[];
11590
11589
  from_date: string;
11591
11590
  to_date: string;
11591
+ vehicle_ids: string[];
11592
11592
  }, {
11593
- date_format_id: string;
11594
11593
  time_zone_id: string;
11594
+ date_format_id: string;
11595
11595
  from_date: string;
11596
11596
  to_date: string;
11597
11597
  status?: Status[] | undefined;
@@ -11970,6 +11970,7 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
11970
11970
  is_vehicle_assigned: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
11971
11971
  }, "strip", z.ZodTypeAny, {
11972
11972
  status: Status[];
11973
+ time_zone_id: string;
11973
11974
  search: string;
11974
11975
  paging: PAGING;
11975
11976
  page_count: number;
@@ -11989,7 +11990,6 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
11989
11990
  }[];
11990
11991
  include_master_data: YesNo;
11991
11992
  date_format_id: string;
11992
- time_zone_id: string;
11993
11993
  organisation_ids: string[];
11994
11994
  organisation_sub_company_ids: string[];
11995
11995
  organisation_branch_ids: string[];
@@ -12001,8 +12001,8 @@ declare const MasterDriverQuerySchema: z.ZodObject<{
12001
12001
  driver_type: DriverType[];
12002
12002
  is_vehicle_assigned: YesNo[];
12003
12003
  }, {
12004
- date_format_id: string;
12005
12004
  time_zone_id: string;
12005
+ date_format_id: string;
12006
12006
  status?: Status[] | undefined;
12007
12007
  search?: string | undefined;
12008
12008
  paging?: PAGING | undefined;
@@ -12205,15 +12205,15 @@ declare const OrganisationGroupSchema: z.ZodObject<{
12205
12205
  description: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
12206
12206
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
12207
12207
  }, "strip", z.ZodTypeAny, {
12208
- group_name: string;
12209
12208
  status: Status;
12210
12209
  organisation_id: string;
12211
12210
  description: string;
12212
12211
  vehicle_ids: string[];
12213
- }, {
12214
12212
  group_name: string;
12213
+ }, {
12215
12214
  status: Status;
12216
12215
  organisation_id: string;
12216
+ group_name: string;
12217
12217
  description?: string | undefined;
12218
12218
  vehicle_ids?: string[] | undefined;
12219
12219
  }>;
@@ -12254,6 +12254,7 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
12254
12254
  vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
12255
12255
  }, "strip", z.ZodTypeAny, {
12256
12256
  status: Status[];
12257
+ time_zone_id: string;
12257
12258
  search: string;
12258
12259
  paging: PAGING;
12259
12260
  page_count: number;
@@ -12273,13 +12274,12 @@ declare const OrganisationGroupQuerySchema: z.ZodObject<{
12273
12274
  }[];
12274
12275
  include_master_data: YesNo;
12275
12276
  date_format_id: string;
12276
- time_zone_id: string;
12277
12277
  organisation_ids: string[];
12278
12278
  vehicle_ids: string[];
12279
12279
  organisation_group_ids: string[];
12280
12280
  }, {
12281
- date_format_id: string;
12282
12281
  time_zone_id: string;
12282
+ date_format_id: string;
12283
12283
  status?: Status[] | undefined;
12284
12284
  search?: string | undefined;
12285
12285
  paging?: PAGING | undefined;
@@ -12396,6 +12396,7 @@ declare const MasterVehicleSubModelQuerySchema: z.ZodObject<{
12396
12396
  vehicle_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
12397
12397
  }, "strip", z.ZodTypeAny, {
12398
12398
  status: Status[];
12399
+ time_zone_id: string;
12399
12400
  search: string;
12400
12401
  paging: PAGING;
12401
12402
  page_count: number;
@@ -12415,14 +12416,13 @@ declare const MasterVehicleSubModelQuerySchema: z.ZodObject<{
12415
12416
  }[];
12416
12417
  include_master_data: YesNo;
12417
12418
  date_format_id: string;
12418
- time_zone_id: string;
12419
12419
  organisation_ids: string[];
12420
12420
  vehicle_sub_model_ids: string[];
12421
12421
  vehicle_make_ids: string[];
12422
12422
  vehicle_model_ids: string[];
12423
12423
  }, {
12424
- date_format_id: string;
12425
12424
  time_zone_id: string;
12425
+ date_format_id: string;
12426
12426
  status?: Status[] | undefined;
12427
12427
  search?: string | undefined;
12428
12428
  paging?: PAGING | undefined;
@@ -12543,6 +12543,7 @@ declare const MasterVehicleModelQuerySchema: z.ZodObject<{
12543
12543
  vehicle_make_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
12544
12544
  }, "strip", z.ZodTypeAny, {
12545
12545
  status: Status[];
12546
+ time_zone_id: string;
12546
12547
  search: string;
12547
12548
  paging: PAGING;
12548
12549
  page_count: number;
@@ -12562,13 +12563,12 @@ declare const MasterVehicleModelQuerySchema: z.ZodObject<{
12562
12563
  }[];
12563
12564
  include_master_data: YesNo;
12564
12565
  date_format_id: string;
12565
- time_zone_id: string;
12566
12566
  organisation_ids: string[];
12567
12567
  vehicle_make_ids: string[];
12568
12568
  vehicle_model_ids: string[];
12569
12569
  }, {
12570
- date_format_id: string;
12571
12570
  time_zone_id: string;
12571
+ date_format_id: string;
12572
12572
  status?: Status[] | undefined;
12573
12573
  search?: string | undefined;
12574
12574
  paging?: PAGING | undefined;
@@ -12683,6 +12683,7 @@ declare const MasterVehicleMakeQuerySchema: z.ZodObject<{
12683
12683
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
12684
12684
  }, "strip", z.ZodTypeAny, {
12685
12685
  status: Status[];
12686
+ time_zone_id: string;
12686
12687
  search: string;
12687
12688
  paging: PAGING;
12688
12689
  page_count: number;
@@ -12702,12 +12703,11 @@ declare const MasterVehicleMakeQuerySchema: z.ZodObject<{
12702
12703
  }[];
12703
12704
  include_master_data: YesNo;
12704
12705
  date_format_id: string;
12705
- time_zone_id: string;
12706
12706
  organisation_ids: string[];
12707
12707
  vehicle_make_ids: string[];
12708
12708
  }, {
12709
- date_format_id: string;
12710
12709
  time_zone_id: string;
12710
+ date_format_id: string;
12711
12711
  status?: Status[] | undefined;
12712
12712
  search?: string | undefined;
12713
12713
  paging?: PAGING | undefined;
@@ -12809,6 +12809,7 @@ declare const MasterVehicleStatusTypeQuerySchema: z.ZodObject<{
12809
12809
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
12810
12810
  }, "strip", z.ZodTypeAny, {
12811
12811
  status: Status[];
12812
+ time_zone_id: string;
12812
12813
  search: string;
12813
12814
  paging: PAGING;
12814
12815
  page_count: number;
@@ -12828,12 +12829,11 @@ declare const MasterVehicleStatusTypeQuerySchema: z.ZodObject<{
12828
12829
  }[];
12829
12830
  include_master_data: YesNo;
12830
12831
  date_format_id: string;
12831
- time_zone_id: string;
12832
12832
  organisation_ids: string[];
12833
12833
  vehicle_status_type_ids: string[];
12834
12834
  }, {
12835
- date_format_id: string;
12836
12835
  time_zone_id: string;
12836
+ date_format_id: string;
12837
12837
  status?: Status[] | undefined;
12838
12838
  search?: string | undefined;
12839
12839
  paging?: PAGING | undefined;
@@ -12935,6 +12935,7 @@ declare const MasterVehicleOwnershipTypeQuerySchema: z.ZodObject<{
12935
12935
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
12936
12936
  }, "strip", z.ZodTypeAny, {
12937
12937
  status: Status[];
12938
+ time_zone_id: string;
12938
12939
  search: string;
12939
12940
  paging: PAGING;
12940
12941
  page_count: number;
@@ -12954,12 +12955,11 @@ declare const MasterVehicleOwnershipTypeQuerySchema: z.ZodObject<{
12954
12955
  }[];
12955
12956
  include_master_data: YesNo;
12956
12957
  date_format_id: string;
12957
- time_zone_id: string;
12958
12958
  organisation_ids: string[];
12959
12959
  vehicle_ownership_type_ids: string[];
12960
12960
  }, {
12961
- date_format_id: string;
12962
12961
  time_zone_id: string;
12962
+ date_format_id: string;
12963
12963
  status?: Status[] | undefined;
12964
12964
  search?: string | undefined;
12965
12965
  paging?: PAGING | undefined;
@@ -13061,6 +13061,7 @@ declare const MasterVehicleTypeQuerySchema: z.ZodObject<{
13061
13061
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
13062
13062
  }, "strip", z.ZodTypeAny, {
13063
13063
  status: Status[];
13064
+ time_zone_id: string;
13064
13065
  search: string;
13065
13066
  paging: PAGING;
13066
13067
  page_count: number;
@@ -13080,12 +13081,11 @@ declare const MasterVehicleTypeQuerySchema: z.ZodObject<{
13080
13081
  }[];
13081
13082
  include_master_data: YesNo;
13082
13083
  date_format_id: string;
13083
- time_zone_id: string;
13084
13084
  organisation_ids: string[];
13085
13085
  vehicle_type_ids: string[];
13086
13086
  }, {
13087
- date_format_id: string;
13088
13087
  time_zone_id: string;
13088
+ date_format_id: string;
13089
13089
  status?: Status[] | undefined;
13090
13090
  search?: string | undefined;
13091
13091
  paging?: PAGING | undefined;
@@ -13187,6 +13187,7 @@ declare const MasterVehicleAssociatedToQuerySchema: z.ZodObject<{
13187
13187
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
13188
13188
  }, "strip", z.ZodTypeAny, {
13189
13189
  status: Status[];
13190
+ time_zone_id: string;
13190
13191
  search: string;
13191
13192
  paging: PAGING;
13192
13193
  page_count: number;
@@ -13206,12 +13207,11 @@ declare const MasterVehicleAssociatedToQuerySchema: z.ZodObject<{
13206
13207
  }[];
13207
13208
  include_master_data: YesNo;
13208
13209
  date_format_id: string;
13209
- time_zone_id: string;
13210
13210
  organisation_ids: string[];
13211
13211
  vehicle_associated_to_ids: string[];
13212
13212
  }, {
13213
- date_format_id: string;
13214
13213
  time_zone_id: string;
13214
+ date_format_id: string;
13215
13215
  status?: Status[] | undefined;
13216
13216
  search?: string | undefined;
13217
13217
  paging?: PAGING | undefined;
@@ -13313,6 +13313,7 @@ declare const MasterVehicleDocumentTypeQuerySchema: z.ZodObject<{
13313
13313
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
13314
13314
  }, "strip", z.ZodTypeAny, {
13315
13315
  status: Status[];
13316
+ time_zone_id: string;
13316
13317
  search: string;
13317
13318
  paging: PAGING;
13318
13319
  page_count: number;
@@ -13332,12 +13333,11 @@ declare const MasterVehicleDocumentTypeQuerySchema: z.ZodObject<{
13332
13333
  }[];
13333
13334
  include_master_data: YesNo;
13334
13335
  date_format_id: string;
13335
- time_zone_id: string;
13336
13336
  organisation_ids: string[];
13337
13337
  document_type_ids: string[];
13338
13338
  }, {
13339
- date_format_id: string;
13340
13339
  time_zone_id: string;
13340
+ date_format_id: string;
13341
13341
  status?: Status[] | undefined;
13342
13342
  search?: string | undefined;
13343
13343
  paging?: PAGING | undefined;
@@ -13481,6 +13481,7 @@ declare const OrganisationReportAutomationMailQuerySchema: z.ZodObject<{
13481
13481
  report_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ReportType>, "many">>>;
13482
13482
  }, "strip", z.ZodTypeAny, {
13483
13483
  status: Status[];
13484
+ time_zone_id: string;
13484
13485
  search: string;
13485
13486
  paging: PAGING;
13486
13487
  page_count: number;
@@ -13500,14 +13501,13 @@ declare const OrganisationReportAutomationMailQuerySchema: z.ZodObject<{
13500
13501
  }[];
13501
13502
  include_master_data: YesNo;
13502
13503
  date_format_id: string;
13503
- time_zone_id: string;
13504
13504
  organisation_ids: string[];
13505
13505
  report_type: ReportType[];
13506
13506
  report_preference_ids: string[];
13507
13507
  report_automation_mail_ids: string[];
13508
13508
  }, {
13509
- date_format_id: string;
13510
13509
  time_zone_id: string;
13510
+ date_format_id: string;
13511
13511
  status?: Status[] | undefined;
13512
13512
  search?: string | undefined;
13513
13513
  paging?: PAGING | undefined;
@@ -13613,6 +13613,7 @@ declare const OrganisationReportPreferenceQuerySchema: z.ZodObject<{
13613
13613
  report_channels: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ReportChannel>, "many">>>;
13614
13614
  }, "strip", z.ZodTypeAny, {
13615
13615
  status: Status[];
13616
+ time_zone_id: string;
13616
13617
  search: string;
13617
13618
  paging: PAGING;
13618
13619
  page_count: number;
@@ -13632,7 +13633,6 @@ declare const OrganisationReportPreferenceQuerySchema: z.ZodObject<{
13632
13633
  }[];
13633
13634
  include_master_data: YesNo;
13634
13635
  date_format_id: string;
13635
- time_zone_id: string;
13636
13636
  organisation_ids: string[];
13637
13637
  report_status: OnOff[];
13638
13638
  report_types: ReportType[];
@@ -13640,8 +13640,8 @@ declare const OrganisationReportPreferenceQuerySchema: z.ZodObject<{
13640
13640
  report_channels: ReportChannel.Email[];
13641
13641
  report_preference_ids: string[];
13642
13642
  }, {
13643
- date_format_id: string;
13644
13643
  time_zone_id: string;
13644
+ date_format_id: string;
13645
13645
  status?: Status[] | undefined;
13646
13646
  search?: string | undefined;
13647
13647
  paging?: PAGING | undefined;
@@ -13812,6 +13812,7 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
13812
13812
  link_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof LinkStatus>, "many">>>;
13813
13813
  }, "strip", z.ZodTypeAny, {
13814
13814
  status: Status[];
13815
+ time_zone_id: string;
13815
13816
  search: string;
13816
13817
  paging: PAGING;
13817
13818
  page_count: number;
@@ -13831,14 +13832,13 @@ declare const GPSLiveTrackShareLinkQuerySchema: z.ZodObject<{
13831
13832
  }[];
13832
13833
  include_master_data: YesNo;
13833
13834
  date_format_id: string;
13834
- time_zone_id: string;
13835
13835
  organisation_ids: string[];
13836
13836
  vehicle_ids: string[];
13837
13837
  link_status: LinkStatus[];
13838
13838
  gps_live_track_share_link_ids: string[];
13839
13839
  }, {
13840
- date_format_id: string;
13841
13840
  time_zone_id: string;
13841
+ date_format_id: string;
13842
13842
  status?: Status[] | undefined;
13843
13843
  search?: string | undefined;
13844
13844
  paging?: PAGING | undefined;
@@ -14006,6 +14006,7 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
14006
14006
  link_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof TrackHistoryLinkStatus>, "many">>>;
14007
14007
  }, "strip", z.ZodTypeAny, {
14008
14008
  status: Status[];
14009
+ time_zone_id: string;
14009
14010
  search: string;
14010
14011
  paging: PAGING;
14011
14012
  page_count: number;
@@ -14025,14 +14026,13 @@ declare const GPSTrackHistoryShareLinkQuerySchema: z.ZodObject<{
14025
14026
  }[];
14026
14027
  include_master_data: YesNo;
14027
14028
  date_format_id: string;
14028
- time_zone_id: string;
14029
14029
  organisation_ids: string[];
14030
14030
  vehicle_ids: string[];
14031
14031
  link_status: TrackHistoryLinkStatus[];
14032
14032
  gps_track_history_share_link_ids: string[];
14033
14033
  }, {
14034
- date_format_id: string;
14035
14034
  time_zone_id: string;
14035
+ date_format_id: string;
14036
14036
  status?: Status[] | undefined;
14037
14037
  search?: string | undefined;
14038
14038
  paging?: PAGING | undefined;
@@ -14134,6 +14134,7 @@ declare const MasterClassQuerySchema: z.ZodObject<{
14134
14134
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
14135
14135
  }, "strip", z.ZodTypeAny, {
14136
14136
  status: Status[];
14137
+ time_zone_id: string;
14137
14138
  search: string;
14138
14139
  paging: PAGING;
14139
14140
  page_count: number;
@@ -14153,12 +14154,11 @@ declare const MasterClassQuerySchema: z.ZodObject<{
14153
14154
  }[];
14154
14155
  include_master_data: YesNo;
14155
14156
  date_format_id: string;
14156
- time_zone_id: string;
14157
14157
  organisation_ids: string[];
14158
14158
  class_ids: string[];
14159
14159
  }, {
14160
- date_format_id: string;
14161
14160
  time_zone_id: string;
14161
+ date_format_id: string;
14162
14162
  status?: Status[] | undefined;
14163
14163
  search?: string | undefined;
14164
14164
  paging?: PAGING | undefined;
@@ -14259,6 +14259,7 @@ declare const MasterProgramQuerySchema: z.ZodObject<{
14259
14259
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
14260
14260
  }, "strip", z.ZodTypeAny, {
14261
14261
  status: Status[];
14262
+ time_zone_id: string;
14262
14263
  search: string;
14263
14264
  paging: PAGING;
14264
14265
  page_count: number;
@@ -14278,12 +14279,11 @@ declare const MasterProgramQuerySchema: z.ZodObject<{
14278
14279
  }[];
14279
14280
  include_master_data: YesNo;
14280
14281
  date_format_id: string;
14281
- time_zone_id: string;
14282
14282
  organisation_ids: string[];
14283
14283
  program_ids: string[];
14284
14284
  }, {
14285
- date_format_id: string;
14286
14285
  time_zone_id: string;
14286
+ date_format_id: string;
14287
14287
  status?: Status[] | undefined;
14288
14288
  search?: string | undefined;
14289
14289
  paging?: PAGING | undefined;
@@ -14384,6 +14384,7 @@ declare const MasterSectionQuerySchema: z.ZodObject<{
14384
14384
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
14385
14385
  }, "strip", z.ZodTypeAny, {
14386
14386
  status: Status[];
14387
+ time_zone_id: string;
14387
14388
  search: string;
14388
14389
  paging: PAGING;
14389
14390
  page_count: number;
@@ -14403,12 +14404,11 @@ declare const MasterSectionQuerySchema: z.ZodObject<{
14403
14404
  }[];
14404
14405
  include_master_data: YesNo;
14405
14406
  date_format_id: string;
14406
- time_zone_id: string;
14407
14407
  organisation_ids: string[];
14408
14408
  section_ids: string[];
14409
14409
  }, {
14410
- date_format_id: string;
14411
14410
  time_zone_id: string;
14411
+ date_format_id: string;
14412
14412
  status?: Status[] | undefined;
14413
14413
  search?: string | undefined;
14414
14414
  paging?: PAGING | undefined;
@@ -14509,6 +14509,7 @@ declare const MasterSemesterQuerySchema: z.ZodObject<{
14509
14509
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
14510
14510
  }, "strip", z.ZodTypeAny, {
14511
14511
  status: Status[];
14512
+ time_zone_id: string;
14512
14513
  search: string;
14513
14514
  paging: PAGING;
14514
14515
  page_count: number;
@@ -14528,12 +14529,11 @@ declare const MasterSemesterQuerySchema: z.ZodObject<{
14528
14529
  }[];
14529
14530
  include_master_data: YesNo;
14530
14531
  date_format_id: string;
14531
- time_zone_id: string;
14532
14532
  organisation_ids: string[];
14533
14533
  semester_ids: string[];
14534
14534
  }, {
14535
- date_format_id: string;
14536
14535
  time_zone_id: string;
14536
+ date_format_id: string;
14537
14537
  status?: Status[] | undefined;
14538
14538
  search?: string | undefined;
14539
14539
  paging?: PAGING | undefined;
@@ -14634,6 +14634,7 @@ declare const MasterStreamQuerySchema: z.ZodObject<{
14634
14634
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
14635
14635
  }, "strip", z.ZodTypeAny, {
14636
14636
  status: Status[];
14637
+ time_zone_id: string;
14637
14638
  search: string;
14638
14639
  paging: PAGING;
14639
14640
  page_count: number;
@@ -14653,12 +14654,11 @@ declare const MasterStreamQuerySchema: z.ZodObject<{
14653
14654
  }[];
14654
14655
  include_master_data: YesNo;
14655
14656
  date_format_id: string;
14656
- time_zone_id: string;
14657
14657
  organisation_ids: string[];
14658
14658
  stream_ids: string[];
14659
14659
  }, {
14660
- date_format_id: string;
14661
14660
  time_zone_id: string;
14661
+ date_format_id: string;
14662
14662
  status?: Status[] | undefined;
14663
14663
  search?: string | undefined;
14664
14664
  paging?: PAGING | undefined;
@@ -14759,6 +14759,7 @@ declare const MasterYearQuerySchema: z.ZodObject<{
14759
14759
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
14760
14760
  }, "strip", z.ZodTypeAny, {
14761
14761
  status: Status[];
14762
+ time_zone_id: string;
14762
14763
  search: string;
14763
14764
  paging: PAGING;
14764
14765
  page_count: number;
@@ -14778,12 +14779,11 @@ declare const MasterYearQuerySchema: z.ZodObject<{
14778
14779
  }[];
14779
14780
  include_master_data: YesNo;
14780
14781
  date_format_id: string;
14781
- time_zone_id: string;
14782
14782
  organisation_ids: string[];
14783
14783
  year_ids: string[];
14784
14784
  }, {
14785
- date_format_id: string;
14786
14785
  time_zone_id: string;
14786
+ date_format_id: string;
14787
14787
  status?: Status[] | undefined;
14788
14788
  search?: string | undefined;
14789
14789
  paging?: PAGING | undefined;
@@ -14884,6 +14884,7 @@ declare const MasterRelationshipQuerySchema: z.ZodObject<{
14884
14884
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
14885
14885
  }, "strip", z.ZodTypeAny, {
14886
14886
  status: Status[];
14887
+ time_zone_id: string;
14887
14888
  search: string;
14888
14889
  paging: PAGING;
14889
14890
  page_count: number;
@@ -14903,12 +14904,11 @@ declare const MasterRelationshipQuerySchema: z.ZodObject<{
14903
14904
  }[];
14904
14905
  include_master_data: YesNo;
14905
14906
  date_format_id: string;
14906
- time_zone_id: string;
14907
14907
  organisation_ids: string[];
14908
14908
  relationship_ids: string[];
14909
14909
  }, {
14910
- date_format_id: string;
14911
14910
  time_zone_id: string;
14911
+ date_format_id: string;
14912
14912
  status?: Status[] | undefined;
14913
14913
  search?: string | undefined;
14914
14914
  paging?: PAGING | undefined;
@@ -15126,6 +15126,7 @@ declare const BusStopQuerySchema: z.ZodObject<{
15126
15126
  geofence_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GeofenceType>, "many">>>;
15127
15127
  }, "strip", z.ZodTypeAny, {
15128
15128
  status: Status[];
15129
+ time_zone_id: string;
15129
15130
  search: string;
15130
15131
  paging: PAGING;
15131
15132
  page_count: number;
@@ -15145,15 +15146,14 @@ declare const BusStopQuerySchema: z.ZodObject<{
15145
15146
  }[];
15146
15147
  include_master_data: YesNo;
15147
15148
  date_format_id: string;
15148
- time_zone_id: string;
15149
15149
  organisation_ids: string[];
15150
15150
  organisation_branch_ids: string[];
15151
15151
  geofence_type: GeofenceType[];
15152
15152
  stop_type: BusStopType[];
15153
15153
  bus_stop_ids: string[];
15154
15154
  }, {
15155
- date_format_id: string;
15156
15155
  time_zone_id: string;
15156
+ date_format_id: string;
15157
15157
  status?: Status[] | undefined;
15158
15158
  search?: string | undefined;
15159
15159
  paging?: PAGING | undefined;
@@ -15215,6 +15215,7 @@ declare const BusDashBoardQuerySchema: z.ZodObject<{
15215
15215
  organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
15216
15216
  }, "strip", z.ZodTypeAny, {
15217
15217
  status: Status[];
15218
+ time_zone_id: string;
15218
15219
  search: string;
15219
15220
  paging: PAGING;
15220
15221
  page_count: number;
@@ -15234,12 +15235,11 @@ declare const BusDashBoardQuerySchema: z.ZodObject<{
15234
15235
  }[];
15235
15236
  include_master_data: YesNo;
15236
15237
  date_format_id: string;
15237
- time_zone_id: string;
15238
15238
  organisation_ids: string[];
15239
15239
  organisation_branch_ids: string[];
15240
15240
  }, {
15241
- date_format_id: string;
15242
15241
  time_zone_id: string;
15242
+ date_format_id: string;
15243
15243
  status?: Status[] | undefined;
15244
15244
  search?: string | undefined;
15245
15245
  paging?: PAGING | undefined;
@@ -15409,6 +15409,7 @@ declare const MasterRouteQuerySchema: z.ZodObject<{
15409
15409
  route_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
15410
15410
  }, "strip", z.ZodTypeAny, {
15411
15411
  status: Status[];
15412
+ time_zone_id: string;
15412
15413
  search: string;
15413
15414
  paging: PAGING;
15414
15415
  page_count: number;
@@ -15428,14 +15429,13 @@ declare const MasterRouteQuerySchema: z.ZodObject<{
15428
15429
  }[];
15429
15430
  include_master_data: YesNo;
15430
15431
  date_format_id: string;
15431
- time_zone_id: string;
15432
15432
  organisation_ids: string[];
15433
15433
  organisation_branch_ids: string[];
15434
15434
  route_status: Status[];
15435
15435
  route_ids: string[];
15436
15436
  }, {
15437
- date_format_id: string;
15438
15437
  time_zone_id: string;
15438
+ date_format_id: string;
15439
15439
  status?: Status[] | undefined;
15440
15440
  search?: string | undefined;
15441
15441
  paging?: PAGING | undefined;
@@ -15597,18 +15597,32 @@ declare const MasterRouteStopDeleteAllSchema: z.ZodObject<{
15597
15597
  leg: BusLeg;
15598
15598
  }>;
15599
15599
  type MasterRouteStopDeleteDTO = z.infer<typeof MasterRouteStopDeleteAllSchema>;
15600
+ declare const MasterRouteJourneyTimeSchema: z.ZodObject<{
15601
+ route_id: z.ZodEffects<z.ZodString, string, string>;
15602
+ leg: z.ZodType<BusLeg, z.ZodTypeDef, BusLeg>;
15603
+ journey_time_in_minutes: z.ZodEffects<z.ZodNumber, number, unknown>;
15604
+ }, "strip", z.ZodTypeAny, {
15605
+ route_id: string;
15606
+ leg: BusLeg;
15607
+ journey_time_in_minutes: number;
15608
+ }, {
15609
+ route_id: string;
15610
+ leg: BusLeg;
15611
+ journey_time_in_minutes?: unknown;
15612
+ }>;
15613
+ type MasterRouteJourneyTimeDTO = z.infer<typeof MasterRouteJourneyTimeSchema>;
15600
15614
  declare const toMasterRoutePayload: (row: MasterRoute) => MasterRouteDTO;
15601
15615
  declare const newMasterRoutePayload: () => MasterRouteDTO;
15602
15616
  declare const findMasterRoute: (data: MasterRouteQueryDTO) => Promise<FBR<MasterRoute[]>>;
15603
15617
  declare const createMasterRoute: (data: MasterRouteDTO) => Promise<SBR>;
15604
15618
  declare const updateMasterRoute: (id: string, data: MasterRouteDTO) => Promise<SBR>;
15605
15619
  declare const deleteMasterRoute: (id: string) => Promise<SBR>;
15606
- declare const createStopsFirstTimeRoute: (data: MasterRouteStopCreateDTO) => Promise<SBR>;
15607
15620
  declare const appendRouteStop: (data: MasterRouteStopCreateDTO) => Promise<SBR>;
15608
15621
  declare const updateRouteStop: (id: string, data: MasterRouteStopUpdateDTO) => Promise<SBR>;
15609
15622
  declare const reorderRouteStops: (data: MasterRouteStopReorderDTO) => Promise<SBR>;
15610
15623
  declare const deleteRouteStopsAll: (data: MasterRouteStopDeleteDTO) => Promise<SBR>;
15611
15624
  declare const deleteRouteStopReorder: (data: MasterRouteStopDeleteReOrderDTO) => Promise<SBR>;
15625
+ declare const update_journey_time: (data: MasterRouteJourneyTimeDTO) => Promise<SBR>;
15612
15626
 
15613
15627
  interface Student extends Record<string, unknown> {
15614
15628
  student_id: string;
@@ -16083,6 +16097,7 @@ declare const StudentQuerySchema: z.ZodObject<{
16083
16097
  transport_plan_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof TransportPlanType>, "many">>>;
16084
16098
  }, "strip", z.ZodTypeAny, {
16085
16099
  status: Status[];
16100
+ time_zone_id: string;
16086
16101
  search: string;
16087
16102
  paging: PAGING;
16088
16103
  page_count: number;
@@ -16102,7 +16117,6 @@ declare const StudentQuerySchema: z.ZodObject<{
16102
16117
  }[];
16103
16118
  include_master_data: YesNo;
16104
16119
  date_format_id: string;
16105
- time_zone_id: string;
16106
16120
  organisation_ids: string[];
16107
16121
  organisation_branch_ids: string[];
16108
16122
  class_ids: string[];
@@ -16120,8 +16134,8 @@ declare const StudentQuerySchema: z.ZodObject<{
16120
16134
  pickup_fixed_schedule_ids: string[];
16121
16135
  drop_fixed_schedule_ids: string[];
16122
16136
  }, {
16123
- date_format_id: string;
16124
16137
  time_zone_id: string;
16138
+ date_format_id: string;
16125
16139
  status?: Status[] | undefined;
16126
16140
  search?: string | undefined;
16127
16141
  paging?: PAGING | undefined;
@@ -16194,6 +16208,7 @@ declare const SchoolDashBoardQuerySchema: z.ZodObject<{
16194
16208
  organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16195
16209
  }, "strip", z.ZodTypeAny, {
16196
16210
  status: Status[];
16211
+ time_zone_id: string;
16197
16212
  search: string;
16198
16213
  paging: PAGING;
16199
16214
  page_count: number;
@@ -16213,12 +16228,11 @@ declare const SchoolDashBoardQuerySchema: z.ZodObject<{
16213
16228
  }[];
16214
16229
  include_master_data: YesNo;
16215
16230
  date_format_id: string;
16216
- time_zone_id: string;
16217
16231
  organisation_ids: string[];
16218
16232
  organisation_branch_ids: string[];
16219
16233
  }, {
16220
- date_format_id: string;
16221
16234
  time_zone_id: string;
16235
+ date_format_id: string;
16222
16236
  status?: Status[] | undefined;
16223
16237
  search?: string | undefined;
16224
16238
  paging?: PAGING | undefined;
@@ -16278,6 +16292,7 @@ declare const StudentNoRouteQuerySchema: z.ZodObject<{
16278
16292
  }, "strip", z.ZodTypeAny, {
16279
16293
  status: Status[];
16280
16294
  organisation_id: string;
16295
+ time_zone_id: string;
16281
16296
  search: string;
16282
16297
  paging: PAGING;
16283
16298
  page_count: number;
@@ -16297,12 +16312,11 @@ declare const StudentNoRouteQuerySchema: z.ZodObject<{
16297
16312
  }[];
16298
16313
  include_master_data: YesNo;
16299
16314
  date_format_id: string;
16300
- time_zone_id: string;
16301
16315
  organisation_branch_id: string;
16302
16316
  }, {
16303
16317
  organisation_id: string;
16304
- date_format_id: string;
16305
16318
  time_zone_id: string;
16319
+ date_format_id: string;
16306
16320
  organisation_branch_id: string;
16307
16321
  status?: Status[] | undefined;
16308
16322
  search?: string | undefined;
@@ -16422,10 +16436,10 @@ declare const StudentAddressQuerySchema: z.ZodObject<{
16422
16436
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16423
16437
  organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16424
16438
  student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16425
- bus_stop_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16426
16439
  is_default: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
16427
16440
  }, "strip", z.ZodTypeAny, {
16428
16441
  status: Status[];
16442
+ time_zone_id: string;
16429
16443
  search: string;
16430
16444
  paging: PAGING;
16431
16445
  page_count: number;
@@ -16445,16 +16459,14 @@ declare const StudentAddressQuerySchema: z.ZodObject<{
16445
16459
  }[];
16446
16460
  include_master_data: YesNo;
16447
16461
  date_format_id: string;
16448
- time_zone_id: string;
16449
16462
  organisation_ids: string[];
16450
16463
  organisation_branch_ids: string[];
16451
16464
  is_default: YesNo[];
16452
- bus_stop_ids: string[];
16453
16465
  student_ids: string[];
16454
16466
  student_address_ids: string[];
16455
16467
  }, {
16456
- date_format_id: string;
16457
16468
  time_zone_id: string;
16469
+ date_format_id: string;
16458
16470
  status?: Status[] | undefined;
16459
16471
  search?: string | undefined;
16460
16472
  paging?: PAGING | undefined;
@@ -16477,7 +16489,6 @@ declare const StudentAddressQuerySchema: z.ZodObject<{
16477
16489
  organisation_ids?: string[] | undefined;
16478
16490
  organisation_branch_ids?: string[] | undefined;
16479
16491
  is_default?: YesNo[] | undefined;
16480
- bus_stop_ids?: string[] | undefined;
16481
16492
  student_ids?: string[] | undefined;
16482
16493
  student_address_ids?: string[] | undefined;
16483
16494
  }>;
@@ -16614,6 +16625,7 @@ declare const StudentGuardianLinkQuerySchema: z.ZodObject<{
16614
16625
  guardian_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
16615
16626
  }, "strip", z.ZodTypeAny, {
16616
16627
  status: Status[];
16628
+ time_zone_id: string;
16617
16629
  search: string;
16618
16630
  paging: PAGING;
16619
16631
  page_count: number;
@@ -16633,14 +16645,13 @@ declare const StudentGuardianLinkQuerySchema: z.ZodObject<{
16633
16645
  }[];
16634
16646
  include_master_data: YesNo;
16635
16647
  date_format_id: string;
16636
- time_zone_id: string;
16637
16648
  organisation_ids: string[];
16638
16649
  organisation_branch_ids: string[];
16639
16650
  student_ids: string[];
16640
16651
  guardian_ids: string[];
16641
16652
  }, {
16642
- date_format_id: string;
16643
16653
  time_zone_id: string;
16654
+ date_format_id: string;
16644
16655
  status?: Status[] | undefined;
16645
16656
  search?: string | undefined;
16646
16657
  paging?: PAGING | undefined;
@@ -16703,6 +16714,7 @@ declare const StudentGuardianAutofillQuerySchema: z.ZodObject<{
16703
16714
  }, "strip", z.ZodTypeAny, {
16704
16715
  status: Status[];
16705
16716
  organisation_id: string;
16717
+ time_zone_id: string;
16706
16718
  search: string;
16707
16719
  paging: PAGING;
16708
16720
  page_count: number;
@@ -16722,13 +16734,12 @@ declare const StudentGuardianAutofillQuerySchema: z.ZodObject<{
16722
16734
  }[];
16723
16735
  include_master_data: YesNo;
16724
16736
  date_format_id: string;
16725
- time_zone_id: string;
16726
16737
  organisation_branch_id: string;
16727
16738
  mobile: string;
16728
16739
  }, {
16729
16740
  organisation_id: string;
16730
- date_format_id: string;
16731
16741
  time_zone_id: string;
16742
+ date_format_id: string;
16732
16743
  organisation_branch_id: string;
16733
16744
  mobile: string;
16734
16745
  status?: Status[] | undefined;
@@ -16833,6 +16844,7 @@ declare const StudentLeaveRequestQuerySchema: z.ZodObject<{
16833
16844
  approval_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ApprovalStatus>, "many">>>;
16834
16845
  }, "strip", z.ZodTypeAny, {
16835
16846
  status: Status[];
16847
+ time_zone_id: string;
16836
16848
  search: string;
16837
16849
  paging: PAGING;
16838
16850
  page_count: number;
@@ -16852,15 +16864,14 @@ declare const StudentLeaveRequestQuerySchema: z.ZodObject<{
16852
16864
  }[];
16853
16865
  include_master_data: YesNo;
16854
16866
  date_format_id: string;
16855
- time_zone_id: string;
16856
16867
  organisation_ids: string[];
16857
16868
  organisation_branch_ids: string[];
16858
16869
  approval_status: ApprovalStatus[];
16859
16870
  student_ids: string[];
16860
16871
  student_leave_request_ids: string[];
16861
16872
  }, {
16862
- date_format_id: string;
16863
16873
  time_zone_id: string;
16874
+ date_format_id: string;
16864
16875
  status?: Status[] | undefined;
16865
16876
  search?: string | undefined;
16866
16877
  paging?: PAGING | undefined;
@@ -16978,6 +16989,7 @@ declare const StudentStopChangeRequestQuerySchema: z.ZodObject<{
16978
16989
  approval_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ApprovalStatus>, "many">>>;
16979
16990
  }, "strip", z.ZodTypeAny, {
16980
16991
  status: Status[];
16992
+ time_zone_id: string;
16981
16993
  search: string;
16982
16994
  paging: PAGING;
16983
16995
  page_count: number;
@@ -16997,7 +17009,6 @@ declare const StudentStopChangeRequestQuerySchema: z.ZodObject<{
16997
17009
  }[];
16998
17010
  include_master_data: YesNo;
16999
17011
  date_format_id: string;
17000
- time_zone_id: string;
17001
17012
  organisation_ids: string[];
17002
17013
  organisation_branch_ids: string[];
17003
17014
  approval_status: ApprovalStatus[];
@@ -17005,8 +17016,8 @@ declare const StudentStopChangeRequestQuerySchema: z.ZodObject<{
17005
17016
  student_address_ids: string[];
17006
17017
  student_stop_change_request_ids: string[];
17007
17018
  }, {
17008
- date_format_id: string;
17009
17019
  time_zone_id: string;
17020
+ date_format_id: string;
17010
17021
  status?: Status[] | undefined;
17011
17022
  search?: string | undefined;
17012
17023
  paging?: PAGING | undefined;
@@ -17071,6 +17082,7 @@ declare const StudentTransportPlanTypeChangeHistoryQuerySchema: z.ZodObject<{
17071
17082
  student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
17072
17083
  }, "strip", z.ZodTypeAny, {
17073
17084
  status: Status[];
17085
+ time_zone_id: string;
17074
17086
  search: string;
17075
17087
  paging: PAGING;
17076
17088
  page_count: number;
@@ -17090,14 +17102,13 @@ declare const StudentTransportPlanTypeChangeHistoryQuerySchema: z.ZodObject<{
17090
17102
  }[];
17091
17103
  include_master_data: YesNo;
17092
17104
  date_format_id: string;
17093
- time_zone_id: string;
17094
17105
  organisation_ids: string[];
17095
17106
  organisation_branch_ids: string[];
17096
17107
  student_ids: string[];
17097
17108
  student_transport_plan_type_change_history_ids: string[];
17098
17109
  }, {
17099
- date_format_id: string;
17100
17110
  time_zone_id: string;
17111
+ date_format_id: string;
17101
17112
  status?: Status[] | undefined;
17102
17113
  search?: string | undefined;
17103
17114
  paging?: PAGING | undefined;
@@ -17155,9 +17166,9 @@ declare const createStudentGuardianLink: (data: StudentGuardianLinkDTO) => Promi
17155
17166
  declare const updateStudentGuardianLink: (id: string, data: StudentGuardianLinkDTO) => Promise<SBR>;
17156
17167
  declare const updateGuardianProfilePicture: (id: string, data: GuardianProfilePictureDTO) => Promise<SBR>;
17157
17168
  declare const updateGuardianDetails: (id: string, data: GuardianDetailsDTO) => Promise<SBR>;
17158
- declare const updateGuardianMobileNumber: (id: string, data: GuardianMobileNumberDTO) => Promise<SBR>;
17159
- declare const deleteStudentGuardian: (id: string) => Promise<SBR>;
17160
- declare const findStudentGuardianAutofillDetails: (data: StudentGuardianAutofillQueryDTO) => Promise<FBR<StudentGuardianLink[]>>;
17169
+ declare const updateGuardianMobileNumber: (data: GuardianMobileNumberDTO) => Promise<SBR>;
17170
+ declare const deleteStudentGuardianLink: (id: string) => Promise<SBR>;
17171
+ declare const findStudentGuardianAutofillDetails: (data: StudentGuardianAutofillQueryDTO) => Promise<FBR<StudentGuardian[]>>;
17161
17172
  declare const createStudentLeaveRequest: (data: StudentLeaveRequestDTO) => Promise<SBR>;
17162
17173
  declare const findStudentLeaveRequest: (data: StudentLeaveRequestQueryDTO) => Promise<FBR<StudentLeaveRequest[]>>;
17163
17174
  declare const updateStudentLeaveRequest: (id: string, data: StudentLeaveRequestDTO) => Promise<SBR>;
@@ -17367,6 +17378,7 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
17367
17378
  schedule_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof BusLeg>, "many">>>;
17368
17379
  }, "strip", z.ZodTypeAny, {
17369
17380
  status: Status[];
17381
+ time_zone_id: string;
17370
17382
  search: string;
17371
17383
  paging: PAGING;
17372
17384
  page_count: number;
@@ -17386,7 +17398,6 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
17386
17398
  }[];
17387
17399
  include_master_data: YesNo;
17388
17400
  date_format_id: string;
17389
- time_zone_id: string;
17390
17401
  organisation_ids: string[];
17391
17402
  organisation_branch_ids: string[];
17392
17403
  vehicle_ids: string[];
@@ -17398,8 +17409,8 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
17398
17409
  attendant_ids: string[];
17399
17410
  fixed_schedule_ids: string[];
17400
17411
  }, {
17401
- date_format_id: string;
17402
17412
  time_zone_id: string;
17413
+ date_format_id: string;
17403
17414
  status?: Status[] | undefined;
17404
17415
  search?: string | undefined;
17405
17416
  paging?: PAGING | undefined;
@@ -17465,6 +17476,7 @@ declare const StudentNoStopQuerySchema: z.ZodObject<{
17465
17476
  route_id: z.ZodEffects<z.ZodString, string, string>;
17466
17477
  }, "strip", z.ZodTypeAny, {
17467
17478
  status: Status[];
17479
+ time_zone_id: string;
17468
17480
  search: string;
17469
17481
  paging: PAGING;
17470
17482
  page_count: number;
@@ -17484,11 +17496,10 @@ declare const StudentNoStopQuerySchema: z.ZodObject<{
17484
17496
  }[];
17485
17497
  include_master_data: YesNo;
17486
17498
  date_format_id: string;
17487
- time_zone_id: string;
17488
17499
  route_id: string;
17489
17500
  }, {
17490
- date_format_id: string;
17491
17501
  time_zone_id: string;
17502
+ date_format_id: string;
17492
17503
  route_id: string;
17493
17504
  status?: Status[] | undefined;
17494
17505
  search?: string | undefined;
@@ -17545,6 +17556,7 @@ declare const StudentNoScheduleQuerySchema: z.ZodObject<{
17545
17556
  route_id: z.ZodEffects<z.ZodString, string, string>;
17546
17557
  }, "strip", z.ZodTypeAny, {
17547
17558
  status: Status[];
17559
+ time_zone_id: string;
17548
17560
  search: string;
17549
17561
  paging: PAGING;
17550
17562
  page_count: number;
@@ -17564,11 +17576,10 @@ declare const StudentNoScheduleQuerySchema: z.ZodObject<{
17564
17576
  }[];
17565
17577
  include_master_data: YesNo;
17566
17578
  date_format_id: string;
17567
- time_zone_id: string;
17568
17579
  route_id: string;
17569
17580
  }, {
17570
- date_format_id: string;
17571
17581
  time_zone_id: string;
17582
+ date_format_id: string;
17572
17583
  route_id: string;
17573
17584
  status?: Status[] | undefined;
17574
17585
  search?: string | undefined;
@@ -19449,6 +19460,7 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
19449
19460
  vendor_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
19450
19461
  }, "strip", z.ZodTypeAny, {
19451
19462
  status: Status[];
19463
+ time_zone_id: string;
19452
19464
  search: string;
19453
19465
  paging: PAGING;
19454
19466
  page_count: number;
@@ -19468,15 +19480,14 @@ declare const VehicleDocumentQuerySchema: z.ZodObject<{
19468
19480
  }[];
19469
19481
  include_master_data: YesNo;
19470
19482
  date_format_id: string;
19471
- time_zone_id: string;
19472
19483
  organisation_ids: string[];
19473
19484
  vehicle_ids: string[];
19474
19485
  document_type_ids: string[];
19475
19486
  vendor_ids: string[];
19476
19487
  vehicle_document_ids: string[];
19477
19488
  }, {
19478
- date_format_id: string;
19479
19489
  time_zone_id: string;
19490
+ date_format_id: string;
19480
19491
  status?: Status[] | undefined;
19481
19492
  search?: string | undefined;
19482
19493
  paging?: PAGING | undefined;
@@ -19561,6 +19572,7 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
19561
19572
  expiry_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ExpiryType>, "many">>>;
19562
19573
  }, "strip", z.ZodTypeAny, {
19563
19574
  status: Status[];
19575
+ time_zone_id: string;
19564
19576
  search: string;
19565
19577
  paging: PAGING;
19566
19578
  page_count: number;
@@ -19580,15 +19592,14 @@ declare const VehicleDocumentExpiryQuerySchema: z.ZodObject<{
19580
19592
  }[];
19581
19593
  include_master_data: YesNo;
19582
19594
  date_format_id: string;
19583
- time_zone_id: string;
19584
19595
  organisation_ids: string[];
19585
19596
  vehicle_ids: string[];
19586
19597
  expiry_type: ExpiryType[];
19587
19598
  vehicle_document_ids: string[];
19588
19599
  document_expiry_ids: string[];
19589
19600
  }, {
19590
- date_format_id: string;
19591
19601
  time_zone_id: string;
19602
+ date_format_id: string;
19592
19603
  status?: Status[] | undefined;
19593
19604
  search?: string | undefined;
19594
19605
  paging?: PAGING | undefined;
@@ -19668,6 +19679,7 @@ declare const VehicleQuerySchema: z.ZodObject<{
19668
19679
  gps_vehicle_category: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof GPSVehicleCategory>>>;
19669
19680
  }, "strip", z.ZodTypeAny, {
19670
19681
  status: Status[];
19682
+ time_zone_id: string;
19671
19683
  search: string;
19672
19684
  paging: PAGING;
19673
19685
  page_count: number;
@@ -19687,7 +19699,6 @@ declare const VehicleQuerySchema: z.ZodObject<{
19687
19699
  }[];
19688
19700
  include_master_data: YesNo;
19689
19701
  date_format_id: string;
19690
- time_zone_id: string;
19691
19702
  organisation_ids: string[];
19692
19703
  organisation_sub_company_ids: string[];
19693
19704
  organisation_branch_ids: string[];
@@ -19709,8 +19720,8 @@ declare const VehicleQuerySchema: z.ZodObject<{
19709
19720
  is_device_installed: YesNo[];
19710
19721
  gps_vehicle_category: GPSVehicleCategory;
19711
19722
  }, {
19712
- date_format_id: string;
19713
19723
  time_zone_id: string;
19724
+ date_format_id: string;
19714
19725
  status?: Status[] | undefined;
19715
19726
  search?: string | undefined;
19716
19727
  paging?: PAGING | undefined;
@@ -19786,6 +19797,7 @@ declare const NoGPSDataVehiclesQuerySchema: z.ZodObject<{
19786
19797
  selected_time_zone_id: z.ZodEffects<z.ZodString, string, string>;
19787
19798
  }, "strip", z.ZodTypeAny, {
19788
19799
  status: Status[];
19800
+ time_zone_id: string;
19789
19801
  search: string;
19790
19802
  paging: PAGING;
19791
19803
  page_count: number;
@@ -19805,11 +19817,10 @@ declare const NoGPSDataVehiclesQuerySchema: z.ZodObject<{
19805
19817
  }[];
19806
19818
  include_master_data: YesNo;
19807
19819
  date_format_id: string;
19808
- time_zone_id: string;
19809
19820
  selected_time_zone_id: string;
19810
19821
  }, {
19811
- date_format_id: string;
19812
19822
  time_zone_id: string;
19823
+ date_format_id: string;
19813
19824
  selected_time_zone_id: string;
19814
19825
  status?: Status[] | undefined;
19815
19826
  search?: string | undefined;
@@ -19868,6 +19879,7 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
19868
19879
  }, "strip", z.ZodTypeAny, {
19869
19880
  status: Status[];
19870
19881
  organisation_id: string;
19882
+ time_zone_id: string;
19871
19883
  search: string;
19872
19884
  paging: PAGING;
19873
19885
  page_count: number;
@@ -19887,12 +19899,11 @@ declare const VehicleGPSQuerySchema: z.ZodObject<{
19887
19899
  }[];
19888
19900
  include_master_data: YesNo;
19889
19901
  date_format_id: string;
19890
- time_zone_id: string;
19891
19902
  vehicle_id: string;
19892
19903
  }, {
19893
19904
  organisation_id: string;
19894
- date_format_id: string;
19895
19905
  time_zone_id: string;
19906
+ date_format_id: string;
19896
19907
  vehicle_id: string;
19897
19908
  status?: Status[] | undefined;
19898
19909
  search?: string | undefined;
@@ -20048,6 +20059,7 @@ declare const MasterDeviceTypeQuerySchema: z.ZodObject<{
20048
20059
  device_model_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
20049
20060
  }, "strip", z.ZodTypeAny, {
20050
20061
  status: Status[];
20062
+ time_zone_id: string;
20051
20063
  search: string;
20052
20064
  paging: PAGING;
20053
20065
  page_count: number;
@@ -20067,13 +20079,12 @@ declare const MasterDeviceTypeQuerySchema: z.ZodObject<{
20067
20079
  }[];
20068
20080
  include_master_data: YesNo;
20069
20081
  date_format_id: string;
20070
- time_zone_id: string;
20071
20082
  device_type_ids: string[];
20072
20083
  device_manufacturer_ids: string[];
20073
20084
  device_model_ids: string[];
20074
20085
  }, {
20075
- date_format_id: string;
20076
20086
  time_zone_id: string;
20087
+ date_format_id: string;
20077
20088
  status?: Status[] | undefined;
20078
20089
  search?: string | undefined;
20079
20090
  paging?: PAGING | undefined;
@@ -20188,6 +20199,7 @@ declare const MasterDeviceModelQuerySchema: z.ZodObject<{
20188
20199
  device_manufacturer_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
20189
20200
  }, "strip", z.ZodTypeAny, {
20190
20201
  status: Status[];
20202
+ time_zone_id: string;
20191
20203
  search: string;
20192
20204
  paging: PAGING;
20193
20205
  page_count: number;
@@ -20207,12 +20219,11 @@ declare const MasterDeviceModelQuerySchema: z.ZodObject<{
20207
20219
  }[];
20208
20220
  include_master_data: YesNo;
20209
20221
  date_format_id: string;
20210
- time_zone_id: string;
20211
20222
  device_manufacturer_ids: string[];
20212
20223
  device_model_ids: string[];
20213
20224
  }, {
20214
- date_format_id: string;
20215
20225
  time_zone_id: string;
20226
+ date_format_id: string;
20216
20227
  status?: Status[] | undefined;
20217
20228
  search?: string | undefined;
20218
20229
  paging?: PAGING | undefined;
@@ -20322,6 +20333,7 @@ declare const MasterDeviceManufacturerQuerySchema: z.ZodObject<{
20322
20333
  device_manufacturer_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
20323
20334
  }, "strip", z.ZodTypeAny, {
20324
20335
  status: Status[];
20336
+ time_zone_id: string;
20325
20337
  search: string;
20326
20338
  paging: PAGING;
20327
20339
  page_count: number;
@@ -20341,11 +20353,10 @@ declare const MasterDeviceManufacturerQuerySchema: z.ZodObject<{
20341
20353
  }[];
20342
20354
  include_master_data: YesNo;
20343
20355
  date_format_id: string;
20344
- time_zone_id: string;
20345
20356
  device_manufacturer_ids: string[];
20346
20357
  }, {
20347
- date_format_id: string;
20348
20358
  time_zone_id: string;
20359
+ date_format_id: string;
20349
20360
  status?: Status[] | undefined;
20350
20361
  search?: string | undefined;
20351
20362
  paging?: PAGING | undefined;
@@ -20438,6 +20449,7 @@ declare const MasterMainSimProviderQuerySchema: z.ZodObject<{
20438
20449
  sim_provider_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
20439
20450
  }, "strip", z.ZodTypeAny, {
20440
20451
  status: Status[];
20452
+ time_zone_id: string;
20441
20453
  search: string;
20442
20454
  paging: PAGING;
20443
20455
  page_count: number;
@@ -20457,11 +20469,10 @@ declare const MasterMainSimProviderQuerySchema: z.ZodObject<{
20457
20469
  }[];
20458
20470
  include_master_data: YesNo;
20459
20471
  date_format_id: string;
20460
- time_zone_id: string;
20461
20472
  sim_provider_ids: string[];
20462
20473
  }, {
20463
- date_format_id: string;
20464
20474
  time_zone_id: string;
20475
+ date_format_id: string;
20465
20476
  status?: Status[] | undefined;
20466
20477
  search?: string | undefined;
20467
20478
  paging?: PAGING | undefined;
@@ -20592,6 +20603,7 @@ declare const MasterSimQuerySchema: z.ZodObject<{
20592
20603
  billing_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof BillingStatus>, "many">>>;
20593
20604
  }, "strip", z.ZodTypeAny, {
20594
20605
  status: Status[];
20606
+ time_zone_id: string;
20595
20607
  search: string;
20596
20608
  paging: PAGING;
20597
20609
  page_count: number;
@@ -20611,14 +20623,13 @@ declare const MasterSimQuerySchema: z.ZodObject<{
20611
20623
  }[];
20612
20624
  include_master_data: YesNo;
20613
20625
  date_format_id: string;
20614
- time_zone_id: string;
20615
20626
  sim_provider_ids: string[];
20616
20627
  sim_status: SimStatus[];
20617
20628
  billing_status: BillingStatus[];
20618
20629
  sim_ids: string[];
20619
20630
  }, {
20620
- date_format_id: string;
20621
20631
  time_zone_id: string;
20632
+ date_format_id: string;
20622
20633
  status?: Status[] | undefined;
20623
20634
  search?: string | undefined;
20624
20635
  paging?: PAGING | undefined;
@@ -20806,6 +20817,7 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
20806
20817
  device_gps_source: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GPSSource>, "many">>>;
20807
20818
  }, "strip", z.ZodTypeAny, {
20808
20819
  status: Status[];
20820
+ time_zone_id: string;
20809
20821
  search: string;
20810
20822
  paging: PAGING;
20811
20823
  page_count: number;
@@ -20825,7 +20837,6 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
20825
20837
  }[];
20826
20838
  include_master_data: YesNo;
20827
20839
  date_format_id: string;
20828
- time_zone_id: string;
20829
20840
  organisation_ids: string[];
20830
20841
  country_ids: string[];
20831
20842
  vehicle_ids: string[];
@@ -20838,8 +20849,8 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
20838
20849
  is_sim_linked: YesNo[];
20839
20850
  is_device_used: DeviceStatus[];
20840
20851
  }, {
20841
- date_format_id: string;
20842
20852
  time_zone_id: string;
20853
+ date_format_id: string;
20843
20854
  status?: Status[] | undefined;
20844
20855
  search?: string | undefined;
20845
20856
  paging?: PAGING | undefined;
@@ -20979,6 +20990,7 @@ declare const MasterMainTimeZoneQuerySchema: z.ZodObject<{
20979
20990
  country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
20980
20991
  }, "strip", z.ZodTypeAny, {
20981
20992
  status: Status[];
20993
+ time_zone_id: string;
20982
20994
  search: string;
20983
20995
  paging: PAGING;
20984
20996
  page_count: number;
@@ -20998,12 +21010,11 @@ declare const MasterMainTimeZoneQuerySchema: z.ZodObject<{
20998
21010
  }[];
20999
21011
  include_master_data: YesNo;
21000
21012
  date_format_id: string;
21001
- time_zone_id: string;
21002
21013
  country_ids: string[];
21003
21014
  time_zone_ids: string[];
21004
21015
  }, {
21005
- date_format_id: string;
21006
21016
  time_zone_id: string;
21017
+ date_format_id: string;
21007
21018
  status?: Status[] | undefined;
21008
21019
  search?: string | undefined;
21009
21020
  paging?: PAGING | undefined;
@@ -21103,6 +21114,7 @@ declare const MasterMainStateQuerySchema: z.ZodObject<{
21103
21114
  country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
21104
21115
  }, "strip", z.ZodTypeAny, {
21105
21116
  status: Status[];
21117
+ time_zone_id: string;
21106
21118
  search: string;
21107
21119
  paging: PAGING;
21108
21120
  page_count: number;
@@ -21122,12 +21134,11 @@ declare const MasterMainStateQuerySchema: z.ZodObject<{
21122
21134
  }[];
21123
21135
  include_master_data: YesNo;
21124
21136
  date_format_id: string;
21125
- time_zone_id: string;
21126
21137
  country_ids: string[];
21127
21138
  state_ids: string[];
21128
21139
  }, {
21129
- date_format_id: string;
21130
21140
  time_zone_id: string;
21141
+ date_format_id: string;
21131
21142
  status?: Status[] | undefined;
21132
21143
  search?: string | undefined;
21133
21144
  paging?: PAGING | undefined;
@@ -21233,6 +21244,7 @@ declare const MasterMainCountryQuerySchema: z.ZodObject<{
21233
21244
  country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
21234
21245
  }, "strip", z.ZodTypeAny, {
21235
21246
  status: Status[];
21247
+ time_zone_id: string;
21236
21248
  search: string;
21237
21249
  paging: PAGING;
21238
21250
  page_count: number;
@@ -21252,11 +21264,10 @@ declare const MasterMainCountryQuerySchema: z.ZodObject<{
21252
21264
  }[];
21253
21265
  include_master_data: YesNo;
21254
21266
  date_format_id: string;
21255
- time_zone_id: string;
21256
21267
  country_ids: string[];
21257
21268
  }, {
21258
- date_format_id: string;
21259
21269
  time_zone_id: string;
21270
+ date_format_id: string;
21260
21271
  status?: Status[] | undefined;
21261
21272
  search?: string | undefined;
21262
21273
  paging?: PAGING | undefined;
@@ -21348,6 +21359,7 @@ declare const MasterMainUnitMileageQuerySchema: z.ZodObject<{
21348
21359
  unit_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
21349
21360
  }, "strip", z.ZodTypeAny, {
21350
21361
  status: Status[];
21362
+ time_zone_id: string;
21351
21363
  search: string;
21352
21364
  paging: PAGING;
21353
21365
  page_count: number;
@@ -21367,11 +21379,10 @@ declare const MasterMainUnitMileageQuerySchema: z.ZodObject<{
21367
21379
  }[];
21368
21380
  include_master_data: YesNo;
21369
21381
  date_format_id: string;
21370
- time_zone_id: string;
21371
21382
  unit_ids: string[];
21372
21383
  }, {
21373
- date_format_id: string;
21374
21384
  time_zone_id: string;
21385
+ date_format_id: string;
21375
21386
  status?: Status[] | undefined;
21376
21387
  search?: string | undefined;
21377
21388
  paging?: PAGING | undefined;
@@ -21462,6 +21473,7 @@ declare const MasterMainUnitVolumeQuerySchema: z.ZodObject<{
21462
21473
  unit_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
21463
21474
  }, "strip", z.ZodTypeAny, {
21464
21475
  status: Status[];
21476
+ time_zone_id: string;
21465
21477
  search: string;
21466
21478
  paging: PAGING;
21467
21479
  page_count: number;
@@ -21481,11 +21493,10 @@ declare const MasterMainUnitVolumeQuerySchema: z.ZodObject<{
21481
21493
  }[];
21482
21494
  include_master_data: YesNo;
21483
21495
  date_format_id: string;
21484
- time_zone_id: string;
21485
21496
  unit_ids: string[];
21486
21497
  }, {
21487
- date_format_id: string;
21488
21498
  time_zone_id: string;
21499
+ date_format_id: string;
21489
21500
  status?: Status[] | undefined;
21490
21501
  search?: string | undefined;
21491
21502
  paging?: PAGING | undefined;
@@ -21603,6 +21614,7 @@ declare const OrganisationCalendarQuerySchema: z.ZodObject<{
21603
21614
  to_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
21604
21615
  }, "strip", z.ZodTypeAny, {
21605
21616
  status: Status[];
21617
+ time_zone_id: string;
21606
21618
  search: string;
21607
21619
  paging: PAGING;
21608
21620
  page_count: number;
@@ -21622,16 +21634,15 @@ declare const OrganisationCalendarQuerySchema: z.ZodObject<{
21622
21634
  }[];
21623
21635
  include_master_data: YesNo;
21624
21636
  date_format_id: string;
21625
- time_zone_id: string;
21626
21637
  organisation_ids: string[];
21627
- organisation_branch_ids: string[];
21628
21638
  from_date: string;
21629
21639
  to_date: string;
21640
+ organisation_branch_ids: string[];
21630
21641
  holiday_type: HolidayType[];
21631
21642
  calendar_ids: string[];
21632
21643
  }, {
21633
- date_format_id: string;
21634
21644
  time_zone_id: string;
21645
+ date_format_id: string;
21635
21646
  from_date: string;
21636
21647
  to_date: string;
21637
21648
  status?: Status[] | undefined;
@@ -21746,6 +21757,7 @@ declare const OrganisationNoticeBoardQuerySchema: z.ZodObject<{
21746
21757
  organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
21747
21758
  }, "strip", z.ZodTypeAny, {
21748
21759
  status: Status[];
21760
+ time_zone_id: string;
21749
21761
  search: string;
21750
21762
  paging: PAGING;
21751
21763
  page_count: number;
@@ -21765,13 +21777,12 @@ declare const OrganisationNoticeBoardQuerySchema: z.ZodObject<{
21765
21777
  }[];
21766
21778
  include_master_data: YesNo;
21767
21779
  date_format_id: string;
21768
- time_zone_id: string;
21769
21780
  organisation_ids: string[];
21770
21781
  organisation_branch_ids: string[];
21771
21782
  notice_ids: string[];
21772
21783
  }, {
21773
- date_format_id: string;
21774
21784
  time_zone_id: string;
21785
+ date_format_id: string;
21775
21786
  status?: Status[] | undefined;
21776
21787
  search?: string | undefined;
21777
21788
  paging?: PAGING | undefined;
@@ -21867,6 +21878,7 @@ declare const MasterExpenseTypeQuerySchema: z.ZodObject<{
21867
21878
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
21868
21879
  }, "strip", z.ZodTypeAny, {
21869
21880
  status: Status[];
21881
+ time_zone_id: string;
21870
21882
  search: string;
21871
21883
  paging: PAGING;
21872
21884
  page_count: number;
@@ -21886,12 +21898,11 @@ declare const MasterExpenseTypeQuerySchema: z.ZodObject<{
21886
21898
  }[];
21887
21899
  include_master_data: YesNo;
21888
21900
  date_format_id: string;
21889
- time_zone_id: string;
21890
21901
  organisation_ids: string[];
21891
21902
  expense_type_ids: string[];
21892
21903
  }, {
21893
- date_format_id: string;
21894
21904
  time_zone_id: string;
21905
+ date_format_id: string;
21895
21906
  status?: Status[] | undefined;
21896
21907
  search?: string | undefined;
21897
21908
  paging?: PAGING | undefined;
@@ -22000,6 +22011,7 @@ declare const SparePartSubCategoryQuerySchema: z.ZodObject<{
22000
22011
  spare_part_category_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
22001
22012
  }, "strip", z.ZodTypeAny, {
22002
22013
  status: Status[];
22014
+ time_zone_id: string;
22003
22015
  search: string;
22004
22016
  paging: PAGING;
22005
22017
  page_count: number;
@@ -22019,13 +22031,12 @@ declare const SparePartSubCategoryQuerySchema: z.ZodObject<{
22019
22031
  }[];
22020
22032
  include_master_data: YesNo;
22021
22033
  date_format_id: string;
22022
- time_zone_id: string;
22023
22034
  organisation_ids: string[];
22024
22035
  spare_part_sub_category_ids: string[];
22025
22036
  spare_part_category_ids: string[];
22026
22037
  }, {
22027
- date_format_id: string;
22028
22038
  time_zone_id: string;
22039
+ date_format_id: string;
22029
22040
  status?: Status[] | undefined;
22030
22041
  search?: string | undefined;
22031
22042
  paging?: PAGING | undefined;
@@ -22140,6 +22151,7 @@ declare const SparePartCategoryQuerySchema: z.ZodObject<{
22140
22151
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
22141
22152
  }, "strip", z.ZodTypeAny, {
22142
22153
  status: Status[];
22154
+ time_zone_id: string;
22143
22155
  search: string;
22144
22156
  paging: PAGING;
22145
22157
  page_count: number;
@@ -22159,12 +22171,11 @@ declare const SparePartCategoryQuerySchema: z.ZodObject<{
22159
22171
  }[];
22160
22172
  include_master_data: YesNo;
22161
22173
  date_format_id: string;
22162
- time_zone_id: string;
22163
22174
  organisation_ids: string[];
22164
22175
  spare_part_category_ids: string[];
22165
22176
  }, {
22166
- date_format_id: string;
22167
22177
  time_zone_id: string;
22178
+ date_format_id: string;
22168
22179
  status?: Status[] | undefined;
22169
22180
  search?: string | undefined;
22170
22181
  paging?: PAGING | undefined;
@@ -22269,6 +22280,7 @@ declare const SparePartUnitQuerySchema: z.ZodObject<{
22269
22280
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
22270
22281
  }, "strip", z.ZodTypeAny, {
22271
22282
  status: Status[];
22283
+ time_zone_id: string;
22272
22284
  search: string;
22273
22285
  paging: PAGING;
22274
22286
  page_count: number;
@@ -22288,12 +22300,11 @@ declare const SparePartUnitQuerySchema: z.ZodObject<{
22288
22300
  }[];
22289
22301
  include_master_data: YesNo;
22290
22302
  date_format_id: string;
22291
- time_zone_id: string;
22292
22303
  organisation_ids: string[];
22293
22304
  spare_part_unit_ids: string[];
22294
22305
  }, {
22295
- date_format_id: string;
22296
22306
  time_zone_id: string;
22307
+ date_format_id: string;
22297
22308
  status?: Status[] | undefined;
22298
22309
  search?: string | undefined;
22299
22310
  paging?: PAGING | undefined;
@@ -22393,6 +22404,7 @@ declare const MasterTripPartyTypeQuerySchema: z.ZodObject<{
22393
22404
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
22394
22405
  }, "strip", z.ZodTypeAny, {
22395
22406
  status: Status[];
22407
+ time_zone_id: string;
22396
22408
  search: string;
22397
22409
  paging: PAGING;
22398
22410
  page_count: number;
@@ -22412,12 +22424,11 @@ declare const MasterTripPartyTypeQuerySchema: z.ZodObject<{
22412
22424
  }[];
22413
22425
  include_master_data: YesNo;
22414
22426
  date_format_id: string;
22415
- time_zone_id: string;
22416
22427
  organisation_ids: string[];
22417
22428
  party_type_ids: string[];
22418
22429
  }, {
22419
- date_format_id: string;
22420
22430
  time_zone_id: string;
22431
+ date_format_id: string;
22421
22432
  status?: Status[] | undefined;
22422
22433
  search?: string | undefined;
22423
22434
  paging?: PAGING | undefined;
@@ -22516,6 +22527,7 @@ declare const MasterTyreGradeQuerySchema: z.ZodObject<{
22516
22527
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
22517
22528
  }, "strip", z.ZodTypeAny, {
22518
22529
  status: Status[];
22530
+ time_zone_id: string;
22519
22531
  search: string;
22520
22532
  paging: PAGING;
22521
22533
  page_count: number;
@@ -22535,12 +22547,11 @@ declare const MasterTyreGradeQuerySchema: z.ZodObject<{
22535
22547
  }[];
22536
22548
  include_master_data: YesNo;
22537
22549
  date_format_id: string;
22538
- time_zone_id: string;
22539
22550
  organisation_ids: string[];
22540
22551
  tyre_grade_ids: string[];
22541
22552
  }, {
22542
- date_format_id: string;
22543
22553
  time_zone_id: string;
22554
+ date_format_id: string;
22544
22555
  status?: Status[] | undefined;
22545
22556
  search?: string | undefined;
22546
22557
  paging?: PAGING | undefined;
@@ -22646,6 +22657,7 @@ declare const MasterTyreModelQuerySchema: z.ZodObject<{
22646
22657
  tyre_make_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
22647
22658
  }, "strip", z.ZodTypeAny, {
22648
22659
  status: Status[];
22660
+ time_zone_id: string;
22649
22661
  search: string;
22650
22662
  paging: PAGING;
22651
22663
  page_count: number;
@@ -22665,13 +22677,12 @@ declare const MasterTyreModelQuerySchema: z.ZodObject<{
22665
22677
  }[];
22666
22678
  include_master_data: YesNo;
22667
22679
  date_format_id: string;
22668
- time_zone_id: string;
22669
22680
  organisation_ids: string[];
22670
22681
  tyre_model_ids: string[];
22671
22682
  tyre_make_ids: string[];
22672
22683
  }, {
22673
- date_format_id: string;
22674
22684
  time_zone_id: string;
22685
+ date_format_id: string;
22675
22686
  status?: Status[] | undefined;
22676
22687
  search?: string | undefined;
22677
22688
  paging?: PAGING | undefined;
@@ -22782,6 +22793,7 @@ declare const MasterTyreMakeQuerySchema: z.ZodObject<{
22782
22793
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
22783
22794
  }, "strip", z.ZodTypeAny, {
22784
22795
  status: Status[];
22796
+ time_zone_id: string;
22785
22797
  search: string;
22786
22798
  paging: PAGING;
22787
22799
  page_count: number;
@@ -22801,12 +22813,11 @@ declare const MasterTyreMakeQuerySchema: z.ZodObject<{
22801
22813
  }[];
22802
22814
  include_master_data: YesNo;
22803
22815
  date_format_id: string;
22804
- time_zone_id: string;
22805
22816
  organisation_ids: string[];
22806
22817
  tyre_make_ids: string[];
22807
22818
  }, {
22808
- date_format_id: string;
22809
22819
  time_zone_id: string;
22820
+ date_format_id: string;
22810
22821
  status?: Status[] | undefined;
22811
22822
  search?: string | undefined;
22812
22823
  paging?: PAGING | undefined;
@@ -22900,6 +22911,7 @@ declare const MasterMainUnitDistanceQuerySchema: z.ZodObject<{
22900
22911
  unit_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
22901
22912
  }, "strip", z.ZodTypeAny, {
22902
22913
  status: Status[];
22914
+ time_zone_id: string;
22903
22915
  search: string;
22904
22916
  paging: PAGING;
22905
22917
  page_count: number;
@@ -22919,11 +22931,10 @@ declare const MasterMainUnitDistanceQuerySchema: z.ZodObject<{
22919
22931
  }[];
22920
22932
  include_master_data: YesNo;
22921
22933
  date_format_id: string;
22922
- time_zone_id: string;
22923
22934
  unit_ids: string[];
22924
22935
  }, {
22925
- date_format_id: string;
22926
22936
  time_zone_id: string;
22937
+ date_format_id: string;
22927
22938
  status?: Status[] | undefined;
22928
22939
  search?: string | undefined;
22929
22940
  paging?: PAGING | undefined;
@@ -23317,10 +23328,10 @@ declare const UserOrganisationSchema: z.ZodObject<{
23317
23328
  status: Status;
23318
23329
  organisation_name: string;
23319
23330
  organisation_code: string;
23320
- date_format_id: string;
23331
+ currency_id: string;
23321
23332
  time_zone_id: string;
23333
+ date_format_id: string;
23322
23334
  industry_id: string;
23323
- currency_id: string;
23324
23335
  country_id: string;
23325
23336
  logo_key: string;
23326
23337
  logo_url: string;
@@ -23362,10 +23373,10 @@ declare const UserOrganisationSchema: z.ZodObject<{
23362
23373
  }, {
23363
23374
  status: Status;
23364
23375
  organisation_name: string;
23365
- date_format_id: string;
23376
+ currency_id: string;
23366
23377
  time_zone_id: string;
23378
+ date_format_id: string;
23367
23379
  industry_id: string;
23368
- currency_id: string;
23369
23380
  country_id: string;
23370
23381
  language_id: string;
23371
23382
  state_id: string;
@@ -23452,6 +23463,7 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
23452
23463
  is_bus_college: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
23453
23464
  }, "strip", z.ZodTypeAny, {
23454
23465
  status: Status[];
23466
+ time_zone_id: string;
23455
23467
  search: string;
23456
23468
  paging: PAGING;
23457
23469
  page_count: number;
@@ -23471,10 +23483,9 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
23471
23483
  }[];
23472
23484
  include_master_data: YesNo;
23473
23485
  date_format_id: string;
23474
- time_zone_id: string;
23475
23486
  organisation_ids: string[];
23476
- industry_ids: string[];
23477
23487
  currency_ids: string[];
23488
+ industry_ids: string[];
23478
23489
  country_ids: string[];
23479
23490
  language_ids: string[];
23480
23491
  date_format_ids: string[];
@@ -23485,8 +23496,8 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
23485
23496
  show_vehicle_filters: YesNo[];
23486
23497
  is_bus_college: YesNo[];
23487
23498
  }, {
23488
- date_format_id: string;
23489
23499
  time_zone_id: string;
23500
+ date_format_id: string;
23490
23501
  status?: Status[] | undefined;
23491
23502
  search?: string | undefined;
23492
23503
  paging?: PAGING | undefined;
@@ -23507,8 +23518,8 @@ declare const UserOrganisationQuerySchema: z.ZodObject<{
23507
23518
  }[] | undefined;
23508
23519
  include_master_data?: YesNo | undefined;
23509
23520
  organisation_ids?: string[] | undefined;
23510
- industry_ids?: string[] | undefined;
23511
23521
  currency_ids?: string[] | undefined;
23522
+ industry_ids?: string[] | undefined;
23512
23523
  country_ids?: string[] | undefined;
23513
23524
  language_ids?: string[] | undefined;
23514
23525
  date_format_ids?: string[] | undefined;
@@ -23591,9 +23602,12 @@ declare const BookMarkSchema: z.ZodObject<{
23591
23602
  sub_item_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
23592
23603
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
23593
23604
  }, "strip", z.ZodTypeAny, {
23605
+ status: Status;
23606
+ organisation_id: string;
23607
+ user_id: string;
23608
+ group_name: string;
23594
23609
  module_name: string;
23595
23610
  menu_type: MenuType;
23596
- group_name: string;
23597
23611
  group_name_language: string;
23598
23612
  group_icon: string;
23599
23613
  group_url: string;
@@ -23601,19 +23615,16 @@ declare const BookMarkSchema: z.ZodObject<{
23601
23615
  sub_item_name_language: string;
23602
23616
  sub_item_icon: string;
23603
23617
  sub_item_url: string;
23618
+ }, {
23604
23619
  status: Status;
23605
23620
  organisation_id: string;
23606
23621
  user_id: string;
23607
- }, {
23622
+ group_name: string;
23608
23623
  module_name: string;
23609
23624
  menu_type: MenuType;
23610
- group_name: string;
23611
23625
  group_name_language: string;
23612
23626
  group_icon: string;
23613
23627
  group_url: string;
23614
- status: Status;
23615
- organisation_id: string;
23616
- user_id: string;
23617
23628
  sub_item_name?: string | undefined;
23618
23629
  sub_item_name_language?: string | undefined;
23619
23630
  sub_item_icon?: string | undefined;
@@ -23656,8 +23667,8 @@ declare const BookMarkQuerySchema: z.ZodObject<{
23656
23667
  bookmark_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
23657
23668
  menu_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof MenuType>, "many">>>;
23658
23669
  }, "strip", z.ZodTypeAny, {
23659
- menu_type: MenuType[];
23660
23670
  status: Status[];
23671
+ time_zone_id: string;
23661
23672
  search: string;
23662
23673
  paging: PAGING;
23663
23674
  page_count: number;
@@ -23677,14 +23688,13 @@ declare const BookMarkQuerySchema: z.ZodObject<{
23677
23688
  }[];
23678
23689
  include_master_data: YesNo;
23679
23690
  date_format_id: string;
23680
- time_zone_id: string;
23681
23691
  organisation_ids: string[];
23682
23692
  user_ids: string[];
23693
+ menu_type: MenuType[];
23683
23694
  bookmark_ids: string[];
23684
23695
  }, {
23685
- date_format_id: string;
23686
23696
  time_zone_id: string;
23687
- menu_type?: MenuType[] | undefined;
23697
+ date_format_id: string;
23688
23698
  status?: Status[] | undefined;
23689
23699
  search?: string | undefined;
23690
23700
  paging?: PAGING | undefined;
@@ -23706,6 +23716,7 @@ declare const BookMarkQuerySchema: z.ZodObject<{
23706
23716
  include_master_data?: YesNo | undefined;
23707
23717
  organisation_ids?: string[] | undefined;
23708
23718
  user_ids?: string[] | undefined;
23719
+ menu_type?: MenuType[] | undefined;
23709
23720
  bookmark_ids?: string[] | undefined;
23710
23721
  }>;
23711
23722
  type BookMarkQueryDTO = z.infer<typeof BookMarkQuerySchema>;
@@ -23716,4 +23727,4 @@ declare const createBookMark: (data: BookMarkDTO) => Promise<SBR>;
23716
23727
  declare const updateBookMark: (id: string, data: BookMarkDTO) => Promise<SBR>;
23717
23728
  declare const deleteBookMark: (id: string) => Promise<SBR>;
23718
23729
 
23719
- export { MasterMainIndustrySchema as $, type MasterMainLanguage as A, type BookMarkDTO as A0, BookMarkQuerySchema as A1, type BookMarkQueryDTO as A2, toBookMarkPayload as A3, newBookMarkPayload as A4, findBookMarks as A5, createBookMark as A6, updateBookMark as A7, deleteBookMark as A8, type MasterMainUnitDistance as B, type MasterMainUnitMileage as C, type MasterMainUnitVolume as D, type MasterMainSimProvider as E, type MasterFleetIncidentType as F, type MasterFleetIncidentStatus as G, type MasterFleetIncidentSeverity as H, type MasterFleetInsuranceClaimStatus as I, type MasterFleetServiceTask as J, type MasterExpenseName as K, type MasterExpenseType as L, type MasterMainCurrency as M, type MasterVendorType as N, type OrganisationSubCompany as O, type MasterVendorTag as P, type MasterVendorDocumentType as Q, type MasterFuelCompany as R, type MasterClass as S, type MasterProgram as T, type UserOrganisation as U, type MasterSemester as V, type MasterRelationship as W, type MasterSection as X, type MasterStream as Y, type MasterYear as Z, type MasterVehicle as _, type User as a, getOrganisationColorCache as a$, type MasterMainIndustryDTO as a0, MasterMainIndustryQuerySchema as a1, type MasterMainIndustryQueryDTO as a2, toMasterMainIndustryPayload as a3, newMasterMainIndustryPayload as a4, findMasterMainIndustry as a5, createMasterMainIndustry as a6, updateMasterMainIndustry as a7, deleteMasterMainIndustry as a8, getMasterMainIndustryCache as a9, deleteOrganisationSubCompany as aA, getOrganisationSubCompanyCache as aB, getOrganisationSubCompanyCacheCount as aC, getOrganisationSubCompanyCacheChild as aD, OrganisationBranchSchema as aE, type OrganisationBranchDTO as aF, OrganisationBranchQuerySchema as aG, type OrganisationBranchQueryDTO as aH, toOrganisationBranchPayload as aI, newOrganisationBranchPayload as aJ, findOrganisationBranchs as aK, createOrganisationBranch as aL, updateOrganisationBranch as aM, deleteOrganisationBranch as aN, getOrganisationBranchCache as aO, getOrganisationBranchCacheCount as aP, getOrganisationBranchCacheChild as aQ, OrganisationColorSchema as aR, type OrganisationColorDTO as aS, OrganisationColorQuerySchema as aT, type OrganisationColorQueryDTO as aU, toOrganisationColorPayload as aV, newOrganisationColorPayload as aW, findOrganisationColors as aX, createOrganisationColor as aY, updateOrganisationColor as aZ, deleteOrganisationColor as a_, MasterMainCurrencySchema as aa, type MasterMainCurrencyDTO as ab, MasterMainCurrencyQuerySchema as ac, type MasterMainCurrencyQueryDTO as ad, toMasterMainCurrencyPayload as ae, newMasterMainCurrencyPayload as af, findMasterMainCurrencies as ag, createMasterMainCurrency as ah, updateMasterMainCurrency as ai, deleteMasterMainCurrency as aj, getMasterMainCurrencyCacheAll as ak, getMasterMainCurrencyCache as al, OrganisationSubCompanySchema as am, type OrganisationSubCompanyDTO as an, OrganisationSubCompanyQuerySchema as ao, type OrganisationSubCompanyQueryDTO as ap, SubCompanyLogoSchema as aq, type SubCompanyLogoDTO as ar, toOrganisationSubCompanyPayload as as, newOrganisationSubCompanyPayload as at, get_organisation_sub_company_logo_presigned_url as au, update_organisation_sub_company_logo as av, delete_organisation_sub_company_logo as aw, findOrganisationSubCompanyies as ax, createOrganisationSubCompany as ay, updateOrganisationSubCompany as az, type UserAdmin as b, type GPSGeofenceTransactionSummaryDTO as b$, getOrganisationColorCacheCount as b0, getOrganisationColorCacheChild as b1, OrganisationTagSchema as b2, type OrganisationTagDTO as b3, OrganisationTagQuerySchema as b4, type OrganisationTagQueryDTO as b5, toOrganisationTagPayload as b6, newOrganisationTagPayload as b7, findOrganisationTags as b8, createOrganisationTag as b9, deleteMasterUserStatus as bA, getMasterUserStatusCache as bB, getMasterUserStatusCacheCount as bC, MasterMainLanguageSchema as bD, type MasterMainLanguageDTO as bE, MasterMainLanguageQuerySchema as bF, type MasterMainLanguageQueryDTO as bG, toMasterMainLanguagePayload as bH, newMasterMainLanguagePayload as bI, findMasterMainLanguages as bJ, createMasterMainLanguage as bK, updateMasterMainLanguage as bL, deleteMasterMainLanguage as bM, getMasterMainLanguageCache as bN, MasterMainDateFormatSchema as bO, type MasterMainDateFormatDTO as bP, MasterMainDateFormatQuerySchema as bQ, type MasterMainDateFormatQueryDTO as bR, toMasterMainDateFormatPayload as bS, newMasterMainDateFormatPayload as bT, findMasterMainDateFormats as bU, createMasterMainDateFormat as bV, updateMasterMainDateFormat as bW, deleteMasterMainDateFormat as bX, getMasterMainDateFormatCache as bY, type GPSGeofenceTransactionSummary as bZ, GPSGeofenceTransactionSummarySchema as b_, updateOrganisationTag as ba, deleteOrganisationTag as bb, getOrganisationTagCache as bc, getOrganisationTagCacheCount as bd, getOrganisationTagCacheChild as be, MasterUserRoleSchema as bf, type MasterUserRoleDTO as bg, MasterUserRoleQuerySchema as bh, type MasterUserRoleQueryDTO as bi, toMasterUserRolePayload as bj, newMasterUserRolePayload as bk, findMasterUserRoles as bl, createMasterUserRole as bm, updateMasterUserRole as bn, deleteMasterUserRole as bo, getMasterUserRoleCache as bp, getMasterUserRoleCacheCount as bq, MasterUserStatusSchema as br, type MasterUserStatusDTO as bs, MasterUserStatusQuerySchema as bt, type MasterUserStatusQueryDTO as bu, toMasterUserStatusPayload as bv, newMasterUserStatusPayload as bw, findMasterUserStatuses as bx, createMasterUserStatus as by, updateMasterUserStatus as bz, type MasterDriver as c, UserAdminLogoSchema as c$, GPSGeofenceTransactionSummaryQuerySchema as c0, type GPSGeofenceTransactionSummaryQueryDTO as c1, toGPSGeofenceTransactionSummaryPayload as c2, newGPSGeofenceTransactionSummaryPayload as c3, findGPSGeofenceTransactionSummary as c4, createGPSGeofenceTransactionSummary as c5, updateGPSGeofenceTransactionSummary as c6, deleteGPSGeofenceTransactionSummary as c7, type GPSGeofenceTransaction as c8, GPSGeofenceTransactionSchema as c9, type GPSGeofenceDTO as cA, GPSGeofenceQuerySchema as cB, type GPSGeofenceQueryDTO as cC, toGPSGeofencePayload as cD, newGPSGeofencePayload as cE, findGPSGeofence as cF, createGPSGeofence as cG, updateGPSGeofence as cH, deleteGPSGeofence as cI, getGPSGeofenceCache as cJ, type OrganisationNotificationPreference as cK, type OrganisationNotificationPreferenceVehicleLink as cL, type OrganisationNotificationPreferenceGeofenceLink as cM, type OrganisationNotificationPreferenceUserLink as cN, OrganisationNotificationPreferenceSchema as cO, type OrganisationNotificationPreferenceDTO as cP, OrganisationNotificationPreferenceQuerySchema as cQ, type OrganisationNotificationPreferenceQueryDTO as cR, toOrganisationNotificationPreferencePayload as cS, newOrganisationNotificationPreferencePayload as cT, findOrganisationNotificationPreference as cU, createOrganisationNotificationPreference as cV, updateOrganisationNotificationPreference as cW, deleteOrganisationNotificationPreference as cX, type UserAdminLoginPush as cY, UserAdminSchema as cZ, type UserAdminDTO as c_, type GPSGeofenceTransactionDTO as ca, GPSGeofenceTransactionQuerySchema as cb, type GPSGeofenceTransactionQueryDTO as cc, toGPSGeofenceTransactionPayload as cd, newGPSGeofenceTransactionPayload as ce, findGPSGeofenceTransaction as cf, createGPSGeofenceTransaction as cg, updateGPSGeofenceTransaction as ch, deleteGPSGeofenceTransaction as ci, type TripGeofenceToGeofence as cj, TripGeofenceToGeofenceSchema as ck, type TripGeofenceToGeofenceDTO as cl, TripGeofenceToGeofenceQuerySchema as cm, type TripGeofenceToGeofenceQueryDTO as cn, toTripGeofenceToGeofencePayload as co, newTripGeofenceToGeofencePayload as cp, findTripGeofenceToGeofence as cq, createTripGeofenceToGeofence as cr, updateTripGeofenceToGeofence as cs, deleteTripGeofenceToGeofence as ct, type GPSGeofence as cu, type GPSGeofencePolilineData as cv, type GPSGeofenceCache as cw, GPSGeofencePolilineDataSchema as cx, type GPSGeofencePolilineDataDTO as cy, GPSGeofenceSchema as cz, type MasterVehicleType as d, MasterVehicleFuelUnitSchema as d$, type UserAdminLogoDTO as d0, UserAdminProfileSchema as d1, type UserAdminProfileDTO as d2, UserAdminQuerySchema as d3, type UserAdminQueryDTO as d4, toUserAdminProfilePayload as d5, newUserAdminPayload as d6, get_admin_image_presigned_url as d7, update_admin_image as d8, delete_admin_image as d9, updateTicket as dA, updateVerifyStatus as dB, deleteTicket as dC, type MasterMainLandMark as dD, MasterMainLandmarkSchema as dE, type MasterMainLandmarkDTO as dF, MasterMainLandmarkQuerySchema as dG, type MasterMainLandmarkQueryDTO as dH, toMasterMainLandmarkPayload as dI, newMasterMainLandmarkPayload as dJ, findMasterMainCountries$1 as dK, createMasterMainCountry$1 as dL, updateMasterMainCountry$1 as dM, deleteMasterMainCountry$1 as dN, MasterVehicleFuelTypeSchema as dO, type MasterVehicleFuelTypeDTO as dP, MasterVehicleFuelTypeQuerySchema as dQ, type MasterVehicleFuelTypeQueryDTO as dR, toMasterVehicleFuelTypePayload as dS, newMasterVehicleFuelTypePayload as dT, findMasterVehicleFuelTypes as dU, createMasterVehicleFuelType as dV, updateMasterVehicleFuelType as dW, deleteMasterVehicleFuelType as dX, getMasterVehicleFuelTypeCache as dY, getMasterVehicleFuelTypeCacheCount as dZ, getMasterVehicleFuelTypeCacheChild as d_, findUserAdmin as da, createUserAdmin as db, updateUserAdmin as dc, deleteUserAdmin as dd, updateUserAdminProfile as de, getAdminUserCache as df, type Ticket as dg, type TicketFile as dh, TicketFileSchema as di, type TicketFileDTO as dj, TicketSchema as dk, type TicketDTO as dl, TicketVerifySchema as dm, type TicketVerifyDTO as dn, TicketQuerySchema as dp, type TicketQueryDTO as dq, toTicketPayload as dr, newTicketPayload as ds, newVerifyTicketPayload as dt, toVerifyTicketPayload as du, get_ticket_file_presigned_url as dv, create_ticket_file as dw, remove_ticket_file as dx, findTickets as dy, createTicket as dz, type MasterVehicleMake as e, createMasterFleetInsuranceClaimStatus as e$, type MasterVehicleFuelUnitDTO as e0, MasterVehicleFuelUnitQuerySchema as e1, type MasterVehicleFuelUnitQueryDTO as e2, toMasterVehicleFuelUnitPayload as e3, newMasterVehicleFuelUnitPayload as e4, findMasterVehicleFuelUnits as e5, createMasterVehicleFuelUnit as e6, updateMasterVehicleFuelUnit as e7, deleteMasterVehicleFuelUnit as e8, getMasterVehicleFuelUnitCache as e9, MasterVendorDocumentTypeQuerySchema as eA, type MasterVendorDocumentTypeQueryDTO as eB, toMasterVendorDocumentTypePayload as eC, newMasterVendorDocumentTypePayload as eD, findMasterVendorDocumentTypes as eE, createMasterVendorDocumentType as eF, updateMasterVendorDocumentType as eG, deleteMasterVendorDocumentType as eH, getMasterVendorDocumentTypeCache as eI, MasterFleetServiceTaskSchema as eJ, type MasterFleetServiceTaskDTO as eK, MasterFleetServiceTaskQuerySchema as eL, type MasterFleetServiceTaskQueryDTO as eM, toMasterFleetServiceTaskPayload as eN, newMasterFleetServiceTaskPayload as eO, findMasterFleetServiceTasks as eP, createMasterFleetServiceTask as eQ, updateMasterFleetServiceTask as eR, deleteMasterFleetServiceTask as eS, getMasterFleetServiceTaskCache as eT, MasterFleetInsuranceClaimStatusSchema as eU, type MasterFleetInsuranceClaimStatusDTO as eV, MasterFleetInsuranceClaimStatusQuerySchema as eW, type MasterFleetInsuranceClaimStatusQueryDTO as eX, toMasterFleetInsuranceClaimStatusPayload as eY, newMasterFleetInsuranceClaimStatusPayload as eZ, findMasterFleetInsuranceClaimStatuses as e_, getMasterVehicleFuelUnitCacheCount as ea, getMasterVehicleFuelUnitCacheChild as eb, MasterVendorTypeSchema as ec, type MasterVendorTypeDTO as ed, MasterVendorTypeQuerySchema as ee, type MasterVendorTypeQueryDTO as ef, toMasterVendorTypePayload as eg, newMasterVendorTypePayload as eh, findMasterVendorTypes as ei, createMasterVendorType as ej, updateMasterVendorType as ek, deleteMasterVendorType as el, getMasterVendorTypeCache as em, MasterVendorTagSchema as en, type MasterVendorTagDTO as eo, MasterVendorTagQuerySchema as ep, type MasterVendorTagQueryDTO as eq, toMasterVendorTagPayload as er, newMasterVendorTagPayload as es, findMasterVendorTags as et, createMasterVendorTag as eu, updateMasterVendorTag as ev, deleteMasterVendorTag as ew, getMasterVendorTagCache as ex, MasterVendorDocumentTypeSchema as ey, type MasterVendorDocumentTypeDTO as ez, type MasterVehicleStatusType as f, toFleetIncidentManagementPayload as f$, updateMasterFleetInsuranceClaimStatus as f0, deleteMasterFleetInsuranceClaimStatus as f1, getMasterFleetInsuranceClaimStatusCache as f2, MasterFleetIncidentSeveritySchema as f3, type MasterFleetIncidentSeverityDTO as f4, MasterFleetIncidentSeverityQuerySchema as f5, type MasterFleetIncidentSeverityQueryDTO as f6, toMasterFleetIncidentSeverityPayload as f7, newMasterFleetIncidentSeverityPayload as f8, findMasterFleetIncidentSeverities as f9, MasterExpenseNameSchema as fA, type MasterExpenseNameDTO as fB, MasterExpenseNameQuerySchema as fC, type MasterExpenseNameQueryDTO as fD, toMasterExpenseNamePayload as fE, newMasterExpenseNamePayload as fF, findMasterExpenseNames as fG, createMasterExpenseName as fH, updateMasterExpenseName as fI, deleteMasterExpenseName as fJ, getMasterExpenseNameCache as fK, type FleetIncidentManagement as fL, type FleetIncidentManagementCost as fM, type FleetIncidentManagementFile as fN, type IncidentDashboard as fO, FleetIncidentManagementFileSchema as fP, type FleetIncidentManagementFileDTO as fQ, FleetIncidentManagementSchema as fR, type FleetIncidentManagementDTO as fS, FleetIncidentManagementQuerySchema as fT, type FleetIncidentManagementQueryDTO as fU, FleetIncidentManagementDashBoardQuerySchema as fV, type FleetIncidentManagementDashBoardQueryDTO as fW, FleetIncidentManagementCostSchema as fX, type FleetIncidentManagementCostDTO as fY, FleetIncidentManagementCostQuerySchema as fZ, type FleetIncidentManagementCostQueryDTO as f_, createMasterFleetIncidentSeverity as fa, updateMasterFleetIncidentSeverity as fb, deleteMasterFleetIncidentSeverity as fc, getMasterFleetIncidentSeverityCache as fd, MasterFleetIncidentStatusSchema as fe, type MasterFleetIncidentStatusDTO as ff, MasterFleetIncidentStatusQuerySchema as fg, type MasterFleetIncidentStatusQueryDTO as fh, toMasterFleetIncidentStatusPayload as fi, newMasterFleetIncidentStatusPayload as fj, findMasterFleetIncidentStatuses as fk, createMasterFleetIncidentStatus as fl, updateMasterFleetIncidentStatus as fm, deleteMasterFleetIncidentStatus as fn, getMasterFleetIncidentStatusCache as fo, MasterFleetIncidentTypeSchema as fp, type MasterFleetIncidentTypeDTO as fq, MasterFleetIncidentTypeQuerySchema as fr, type MasterFleetIncidentTypeQueryDTO as fs, toMasterFleetIncidentTypePayload as ft, newMasterFleetIncidentTypePayload as fu, findMasterFleetIncidentTypes as fv, createMasterFleetIncidentType as fw, updateMasterFleetIncidentType as fx, deleteMasterFleetIncidentType as fy, getMasterFleetIncidentTypeCache as fz, type MasterVehicleOwnershipType as g, type FleetIssueManagementDTO as g$, newFleetIncidentManagementPayload as g0, toFleetIncidentManagementCostPayload as g1, newFleetIncidentManagementCostPayload as g2, get_incident_file_presigned_url as g3, create_incident_file as g4, remove_incident_file as g5, createFleetIncidentManagement as g6, findFleetIncidentManagement as g7, updateFleetIncidentManagement as g8, deleteFleetIncidentManagement as g9, FleetInspectionSchema as gA, type FleetInspectionDTO as gB, FleetInspectionQuerySchema as gC, type FleetInspectionQueryDTO as gD, FleetInspectionDashBoardQuerySchema as gE, type FleetInspectionDashBoardQueryDTO as gF, FleetInspectionCheckPendingQuerySchema as gG, type FleetInspectionCheckPendingQueryDTO as gH, toFleetInspectionPayload as gI, newFleetInspectionPayload as gJ, get_inspection_file_presigned_url as gK, create_inspection_file as gL, remove_inspection_file as gM, findFleetInspection as gN, createFleetInspection as gO, updateFleetInspection as gP, deleteFleetInspection as gQ, inspection_dashboard as gR, find_check_pending as gS, type FleetIssueManagement as gT, type FleetIssueManagementHistory as gU, type FleetIssueManagementComment as gV, type FleetIssueManagementFile as gW, type IssueDashboard as gX, FleetIssueManagementFileSchema as gY, type FleetIssueManagementFileDTO as gZ, FleetIssueManagementSchema as g_, incident_dashboard as ga, createFleetIncidentManagementCost as gb, findFleetIncidentManagementCost as gc, updateFleetIncidentManagementCost as gd, deleteFleetIncidentManagementCost as ge, type FleetInspectionForm as gf, type FleetInspectionFormSimple as gg, FleetInspectionFormSchema as gh, type FleetInspectionFormDTO as gi, FleetInspectionFormQuerySchema as gj, type FleetInspectionFormQueryDTO as gk, FleetInspectionFormFieldsSchema as gl, type FleetInspectionFormFieldsDTO as gm, toFleetInspectionFormPayload as gn, newFleetInspectionFormPayload as go, findFleetInspectionForm as gp, createFleetInspectionForm as gq, updateFleetInspectionForm as gr, updateFleetInspectionFormData as gs, deleteFleetInspectionForm as gt, getFleetInspectionFormCacheSimple as gu, type FleetInspection as gv, type FleetInspectionFile as gw, type InspectionDashboard as gx, FleetInspectionFileSchema as gy, type FleetInspectionFileDTO as gz, type MasterVehicleAssociatedTo as h, findFleetServiceReminder as h$, FleetIssueManagementQuerySchema as h0, type FleetIssueManagementQueryDTO as h1, FleetIssueManagementDashBoardQuerySchema as h2, type FleetIssueManagementDashBoardQueryDTO as h3, FleetIssueManagementCommentSchema as h4, type FleetIssueManagementCommentDTO as h5, FleetIssueManagementCommentQuerySchema as h6, type FleetIssueManagementCommentQueryDTO as h7, toFleetIssueManagementPayload as h8, newFleetIssueManagementPayload as h9, type FleetServiceManagementDashBoardQueryDTO as hA, FleetServiceManagementTaskSchema as hB, type FleetServiceManagementTaskDTO as hC, FleetServiceManagementTaskQuerySchema as hD, type FleetServiceManagementTaskQueryDTO as hE, FleetServiceReminderSchema as hF, type FleetServiceReminderDTO as hG, FleetServiceReminderQuerySchema as hH, type FleetServiceReminderQueryDTO as hI, toFleetServiceManagementPayload as hJ, newFleetServiceManagementPayload as hK, toFleetServiceManagementTaskPayload as hL, newFleetServiceManagementTaskPayload as hM, toFleetServiceReminderPayload as hN, newFleetServiceReminderPayload as hO, get_service_file_presigned_url as hP, create_service_file as hQ, remove_service_file as hR, findFleetServiceManagement as hS, createFleetServiceManagement as hT, updateFleetServiceManagement as hU, deleteFleetServiceManagement as hV, service_dashboard as hW, findFleetServiceManagementTask as hX, createFleetServiceManagementTask as hY, updateFleetServiceManagementTask as hZ, deleteFleetServiceManagementTask as h_, toFleetIssueManagementCommentPayload as ha, newFleetIssueManagementCommentPayload as hb, get_issue_file_presigned_url as hc, create_issue_file as hd, remove_issue_file as he, findFleetIssueManagement as hf, createFleetIssueManagement as hg, updateFleetIssueManagement as hh, deleteFleetIssueManagement as hi, issue_dashboard as hj, findFleetIssueManagementComment as hk, createFleetIssueManagementComment as hl, updateFleetIssueManagementComment as hm, deleteFleetIssueManagementComment as hn, type FleetServiceManagement as ho, type FleetServiceManagementTask as hp, type FleetServiceManagementFile as hq, type FleetServiceReminder as hr, type ServiceDashboard as hs, FleetServiceManagementFileSchema as ht, type FleetServiceManagementFileDTO as hu, FleetServiceManagementSchema as hv, type FleetServiceManagementDTO as hw, FleetServiceManagementQuerySchema as hx, type FleetServiceManagementQueryDTO as hy, FleetServiceManagementDashBoardQuerySchema as hz, type MasterVehicleFuelType as i, type FleetVendorDocumentFileDTO as i$, createFleetServiceReminder as i0, updateFleetServiceReminder as i1, deleteFleetServiceReminder as i2, type FleetVendorServiceCenter as i3, type FleetVendorServiceCenterSimple as i4, FleetVendorServiceCenterSchema as i5, type FleetVendorServiceCenterDTO as i6, FleetVendorServiceCenterQuerySchema as i7, type FleetVendorServiceCenterQueryDTO as i8, toFleetVendorServiceCenterPayload as i9, FleetVendorFuelStationSchema as iA, type FleetVendorFuelStationDTO as iB, FleetVendorFuelStationQuerySchema as iC, type FleetVendorFuelStationQueryDTO as iD, toFleetVendorFuelStationPayload as iE, newFleetVendorFuelStationPayload as iF, findFleetVendorFuelStation as iG, createFleetVendorFuelStation as iH, updateFleetVendorFuelStation as iI, deleteFleetVendorFuelStation as iJ, getFleetVendorFuelStationCacheSimple as iK, type FleetVendor as iL, type VendorDashboard as iM, type FleetVendorSimple as iN, type FleetVendorTypeLink as iO, type FleetVendorTagLink as iP, type FleetVendorAddress as iQ, type FleetVendorBankAccount as iR, type FleetVendorContactPersons as iS, type FleetVendorReview as iT, type FleetVendorDocument as iU, type FleetVendorDocumentFile as iV, FleetVendorLogoSchema as iW, type FleetVendorLogoDTO as iX, FleetVendorContactPersonsLogoSchema as iY, type FleetVendorContactPersonsLogoDTO as iZ, FleetVendorDocumentFileSchema as i_, newFleetVendorServiceCenterPayload as ia, findFleetVendorServiceCenter as ib, createFleetVendorServiceCenter as ic, updateFleetVendorServiceCenter as id, deleteFleetVendorServiceCenter as ie, getFleetVendorServiceCenterCacheSimple as ig, MasterFuelCompanySchema as ih, type MasterFuelCompanyDTO as ii, MasterFuelCompanyQuerySchema as ij, type MasterFuelCompanyQueryDTO as ik, FuelCompanyLogoSchema as il, type FuelCompanyLogoDTO as im, toMasterFuelCompanyPayload as io, newMasterFuelCompanyPayload as ip, get_master_fuel_company_presigned_url as iq, update_master_fuel_company_logo as ir, delete_master_fuel_company_logo as is, findMasterFuelCompanys as it, createMasterFuelCompany as iu, updateMasterFuelCompany as iv, deleteMasterFuelCompany as iw, getMasterFuelCompanyCache as ix, type FleetVendorFuelStation as iy, type FleetVendorFuelStationSimple as iz, type MasterVehicleFuelUnit as j, deleteFleetVendorContactPersons as j$, FleetVendorAddressSchema as j0, type FleetVendorAddressDTO as j1, FleetVendorAddressQuerySchema as j2, type FleetVendorAddressQueryDTO as j3, FleetVendorBankAccountSchema as j4, type FleetVendorBankAccountDTO as j5, FleetVendorBankAccountQuerySchema as j6, type FleetVendorBankAccountQueryDTO as j7, FleetVendorContactPersonsSchema as j8, type FleetVendorContactPersonsDTO as j9, toFleetVendorDocumentPayload as jA, newFleetVendorDocumentPayload as jB, get_vendor_logo_presigned_url as jC, get_vendor_contact_person_logo_presigned_url as jD, get_vendor_document_file_presigned_url as jE, update_vendor_logo as jF, delete_vendor_logo as jG, update_vendor_contact_person_logo as jH, delete_vendor_contact_person_logo as jI, create_vendor_document_file as jJ, remove_vendor_document_file as jK, findFleetVendor as jL, createFleetVendor as jM, updateFleetVendor as jN, deleteFleetVendor as jO, vendor_dashboard as jP, createFleetVendorAddress as jQ, findFleetVendorAddress as jR, updateFleetVendorAddress as jS, deleteFleetVendorAddress as jT, createFleetVendorBankAccount as jU, findFleetVendorBankAccount as jV, updateFleetVendorBankAccount as jW, deleteFleetVendorBankAccount as jX, createFleetVendorContactPersons as jY, findFleetVendorContactPersons as jZ, updateFleetVendorContactPersons as j_, FleetVendorContactPersonsQuerySchema as ja, type FleetVendorContactPersonsQueryDTO as jb, FleetVendorReviewSchema as jc, type FleetVendorReviewDTO as jd, FleetVendorReviewQuerySchema as je, type FleetVendorReviewQueryDTO as jf, FleetVendorDocumentSchema as jg, type FleetVendorDocumentDTO as jh, FleetVendorDocumentQuerySchema as ji, type FleetVendorDocumentQueryDTO as jj, FleetVendorSchema as jk, type FleetVendorDTO as jl, FleetVendorQuerySchema as jm, type FleetVendorQueryDTO as jn, FleetVendorDashBoardQuerySchema as jo, type FleetVendorDashBoardQueryDTO as jp, toFleetVendorPayload as jq, newFleetVendorPayload as jr, toFleetVendorAddressPayload as js, newFleetVendorAddressPayload as jt, toFleetVendorBankAccountPayload as ju, newFleetVendorBankAccountPayload as jv, toFleetVendorContactPersonsPayload as jw, newFleetVendorContactPersonsPayload as jx, toFleetVendorReviewPayload as jy, newFleetVendorReviewPayload as jz, type MasterVehicleFuelRemovalReason as k, newFleetInspectionSchedulePayload as k$, createFleetVendorReview as k0, findFleetVendorReview as k1, updateFleetVendorReview as k2, deleteFleetVendorReview as k3, createFleetVendorDocument as k4, findFleetVendorDocument as k5, updateFleetVendorDocument as k6, deleteFleetVendorDocument as k7, getFleetVendorCacheSimple as k8, type FleetFuelRefill as k9, getMasterVehicleFuelRemovalReasonCache as kA, getMasterVehicleFuelRemovalReasonCacheCount as kB, getMasterVehicleFuelRemovalReasonCacheChild as kC, type FleetFuelRemoval as kD, type FleetFuelRemovalFile as kE, FleetFuelRemovalFileSchema as kF, type FleetFuelRemovalFileDTO as kG, FleetFuelRemovalSchema as kH, type FleetFuelRemovalDTO as kI, FleetFuelRemovalQuerySchema as kJ, type FleetFuelRemovalQueryDTO as kK, toFleetFuelRemovalPayload as kL, newFleetFuelRemovalPayload as kM, get_fuel_removal_file_presigned_url as kN, create_fuel_removal_file as kO, remove_fuel_removal_file as kP, findFleetFuelRemoval as kQ, createFleetFuelRemoval as kR, updateFleetFuelRemoval as kS, deleteFleetFuelRemoval as kT, type FleetInspectionSchedule as kU, type FleetInspectionScheduleVehicleLink as kV, FleetInspectionScheduleSchema as kW, type FleetInspectionScheduleDTO as kX, FleetInspectionScheduleQuerySchema as kY, type FleetInspectionScheduleQueryDTO as kZ, toFleetInspectionSchedulePayload as k_, type FleetFuelRefillFile as ka, FleetFuelRefillFileSchema as kb, type FleetFuelRefillFileDTO as kc, FleetFuelRefillSchema as kd, type FleetFuelRefillDTO as ke, FleetFuelRefillQuerySchema as kf, type FleetFuelRefillQueryDTO as kg, toFleetFuelRefillPayload as kh, newFleetFuelRefillPayload as ki, get_fuel_refill_file_presigned_url as kj, create_fuel_refill_file as kk, remove_fuel_refill_file as kl, findFleetFuelRefill as km, createFleetFuelRefill as kn, updateFleetFuelRefill as ko, deleteFleetFuelRefill as kp, MasterVehicleFuelRemovalReasonSchema as kq, type MasterVehicleFuelRemovalReasonDTO as kr, MasterVehicleFuelRemovalReasonQuerySchema as ks, type MasterVehicleFuelRemovalReasonQueryDTO as kt, toMasterVehicleFuelRemovalReasonPayload as ku, newMasterVehicleFuelRemovalReasonPayload as kv, findMasterVehicleFuelRemovalReasons as kw, createMasterVehicleFuelRemovalReason as kx, updateMasterVehicleFuelRemovalReason as ky, deleteMasterVehicleFuelRemovalReason as kz, type MasterVehicleDocumentType as l, createFleetFuelDailySummary as l$, findFleetInspectionSchedule as l0, createFleetInspectionSchedule as l1, updateFleetInspectionSchedule as l2, deleteFleetInspectionSchedule as l3, type FleetServiceSchedule as l4, type FleetServiceScheduleVehicleLink as l5, FleetServiceScheduleSchema as l6, type FleetServiceScheduleDTO as l7, FleetServiceScheduleQuerySchema as l8, type FleetServiceScheduleQueryDTO as l9, update_user_image as lA, delete_user_image as lB, findUser as lC, createUser as lD, updateUser as lE, deleteUser as lF, updateUserProfile as lG, getUserCache as lH, getUserCacheSimple as lI, updateUserDefaultLanguage as lJ, updateUserDefaultTimezone as lK, updateUserDefaultDateformat as lL, type FleetFuelDailySummary as lM, FleetFuelDailySummarySchema as lN, type FleetFuelDailySummaryDTO as lO, FleetFuelDailySummaryQuerySchema as lP, type FleetFuelDailySummaryQueryDTO as lQ, FleetFuelDailyMonthlySummaryQuerySchema as lR, type FleetFuelDailyMonthlySummaryQueryDTO as lS, AllVehiclesFuelDailySummaryQuerySchema as lT, type AllVehiclesFuelDailySummaryDTO as lU, FleetFuelDailySummaryDashBoardQuerySchema as lV, type FleetFuelDailySummaryDashBoardQueryDTO as lW, type FuelDashboard as lX, toFleetFuelDailySummaryPayload as lY, newFleetFuelDailySummaryPayload as lZ, findFleetFuelDailySummary as l_, toFleetServiceSchedulePayload as la, newFleetServiceSchedulePayload as lb, findFleetServiceSchedule as lc, createFleetServiceSchedule as ld, updateFleetServiceSchedule as le, deleteFleetServiceSchedule as lf, type UserVehicleLink as lg, type UserLoginPush as lh, UserSchema as li, type UserDTO as lj, UserQuerySchema as lk, type UserQueryDTO as ll, UserLogoSchema as lm, type UserLogoDTO as ln, UserProfileSchema as lo, type UserProfileDTO as lp, UserDefaultLanguageSchema as lq, type UserDefaultLanguageDTO as lr, UserDefaultTimeZoneSchema as ls, type UserDefaultTimeZoneDTO as lt, UserDefaultDateFormatSchema as lu, type UserDefaultDateFormatDTO as lv, toUserPayload as lw, toUserProfilePayload as lx, newUserPayload as ly, get_user_image_presigned_url as lz, type MasterUserRole as m, getMasterVehicleSubModelCache as m$, updateFleetFuelDailySummary as m0, deleteFleetFuelDailySummary as m1, fuel_dashboard as m2, findFleetFuelMonthlySummary as m3, findVehicleFuelSummary as m4, type MasterDriverFile as m5, type AssignRemoveDriverHistory as m6, type DriverLoginPush as m7, MasterDriverFileSchema as m8, type MasterDriverFileDTO as m9, type VehicleOrganisationGroupLink as mA, OrganisationGroupSchema as mB, type OrganisationGroupDTO as mC, OrganisationGroupQuerySchema as mD, type OrganisationGroupQueryDTO as mE, toOrganisationGroupPayload as mF, newOrganisationGroupPayload as mG, findOrganisationGroups as mH, createOrganisationGroup as mI, updateOrganisationGroup as mJ, deleteOrganisationGroup as mK, getOrganisationGroupCache as mL, getOrganisationGroupCacheCount as mM, getOrganisationGroupCacheChild as mN, type MasterVehicleSubModel as mO, MasterVehicleSubModelSchema as mP, type MasterVehicleSubModelDTO as mQ, MasterVehicleSubModelQuerySchema as mR, type MasterVehicleSubModelQueryDTO as mS, FindCacheSchema$5 as mT, type FindCacheDTO$5 as mU, toMasterVehicleSubModelPayload as mV, newMasterVehicleSubModelPayload as mW, findMasterVehicleSubModels as mX, createMasterVehicleSubModel as mY, updateMasterVehicleSubModel as mZ, deleteMasterVehicleSubModel as m_, MasterDriverSchema as ma, type MasterDriverDTO as mb, MasterDriverQuerySchema as mc, type MasterDriverQueryDTO as md, MasterDriverLogoSchema as me, type MasterDriverLogoDTO as mf, MasterDriverProfileSchema as mg, type MasterDriverProfileDTO as mh, toDriverPayload as mi, newDriverPayload as mj, toDriverProfilePayload as mk, get_master_driver_logo_presigned_url as ml, get_master_driver_file_presigned_url as mm, update_master_driver_logo as mn, delete_master_driver_logo as mo, create_master_driver_file as mp, remove_master_driver_file as mq, findMasterDriver as mr, createMasterDriver as ms, updateMasterDriver as mt, deleteMasterDriver as mu, updateMasterDriverLogo as mv, deleteMasterDriverLogo as mw, updateMasterDriverProfile as mx, getMasterDriverCache as my, getMasterDriverCacheSimple as mz, type MasterUserStatus as n, findMasterVehicleTypes as n$, getMasterVehicleSubModelCacheCount as n0, getMasterVehicleSubModelCacheChild as n1, type MasterVehicleModel as n2, MasterVehicleModelSchema as n3, type MasterVehicleModelDTO as n4, MasterVehicleModelQuerySchema as n5, type MasterVehicleModelQueryDTO as n6, FindCacheSchema$4 as n7, type FindCacheDTO$4 as n8, toMasterVehicleModelPayload as n9, newMasterVehicleStatusTypePayload as nA, findMasterVehicleStatusTypes as nB, createMasterVehicleStatusType as nC, updateMasterVehicleStatusType as nD, deleteMasterVehicleStatusType as nE, getMasterVehicleStatusTypeCache as nF, getMasterVehicleStatusTypeCacheCount as nG, getMasterVehicleStatusTypeCacheChild as nH, MasterVehicleOwnershipTypeSchema as nI, type MasterVehicleOwnershipTypeDTO as nJ, MasterVehicleOwnershipTypeQuerySchema as nK, type MasterVehicleOwnershipTypeQueryDTO as nL, toMasterVehicleOwnershipTypePayload as nM, newMasterVehicleOwnershipTypePayload as nN, findMasterVehicleOwnershipTypes as nO, createMasterVehicleOwnershipType as nP, updateMasterVehicleOwnershipType as nQ, deleteMasterVehicleOwnershipType as nR, getMasterVehicleOwnershipTypeCache as nS, getMasterVehicleOwnershipTypeCacheCount as nT, getMasterVehicleOwnershipTypeCacheChild as nU, MasterVehicleTypeSchema as nV, type MasterVehicleTypeDTO as nW, MasterVehicleTypeQuerySchema as nX, type MasterVehicleTypeQueryDTO as nY, toMasterVehicleTypePayload as nZ, newMasterVehicleTypePayload as n_, newMasterVehicleModelPayload as na, findMasterVehicleModels as nb, createMasterVehicleModel as nc, updateMasterVehicleModel as nd, deleteMasterVehicleModel as ne, getMasterVehicleModelCache as nf, getMasterVehicleModelCacheCount as ng, getMasterVehicleModelCacheChild as nh, MasterVehicleMakeSchema as ni, type MasterVehicleMakeDTO as nj, MasterVehicleMakeQuerySchema as nk, type MasterVehicleMakeQueryDTO as nl, toMasterVehicleMakePayload as nm, newMasterVehicleMakePayload as nn, findMasterVehicleMakes as no, createMasterVehicleMake as np, updateMasterVehicleMake as nq, deleteMasterVehicleMake as nr, getMasterVehicleMakeCache as ns, getMasterVehicleMakeCacheCount as nt, getMasterVehicleMakeCacheChild as nu, MasterVehicleStatusTypeSchema as nv, type MasterVehicleStatusTypeDTO as nw, MasterVehicleStatusTypeQuerySchema as nx, type MasterVehicleStatusTypeQueryDTO as ny, toMasterVehicleStatusTypePayload as nz, type MasterTyreMake as o, extendGPSLiveTrackLinkTime as o$, createMasterVehicleType as o0, updateMasterVehicleType as o1, deleteMasterVehicleType as o2, getMasterVehicleTypeCache as o3, getMasterVehicleTypeCacheCount as o4, getMasterVehicleTypeCacheChild as o5, MasterVehicleAssociatedToSchema as o6, type MasterVehicleAssociatedToDTO as o7, MasterVehicleAssociatedToQuerySchema as o8, type MasterVehicleAssociatedToQueryDTO as o9, OrganisationReportPreferenceSchema as oA, type OrganisationReportPreferenceDTO as oB, OrganisationReportPreferenceQuerySchema as oC, type OrganisationReportPreferenceQueryDTO as oD, toOrganisationReportPreferencePayload as oE, newOrganisationReportPreferencePayload as oF, findOrganisationReportPreference as oG, createOrganisationReportPreference as oH, updateOrganisationReportPreference as oI, deleteOrganisationReportPreference as oJ, findOrganisationReportAutomationMail as oK, type GPSLiveTrackShareLink as oL, type GPSLiveTrackShareLinkNotification as oM, GPSLiveTrackShareLinkNotificationSchema as oN, type GPSLiveTrackShareLinkNotificationDTO as oO, GPSLiveTrackShareLinkSchema as oP, type GPSLiveTrackShareLinkDTO as oQ, GPSLiveTrackShareLinkUpdateExpiryTimeSchema as oR, type GPSLiveTrackShareLinkUpdateExpiryTimeDTO as oS, GPSLiveTrackShareLinkUpdateLinkStatusSchema as oT, type GPSLiveTrackShareLinkUpdateLinkStatusDTO as oU, GPSLiveTrackShareLinkQuerySchema as oV, type GPSLiveTrackShareLinkQueryDTO as oW, toGPSLiveTrackShareLinkPayload as oX, newGPSLiveTrackShareLinkPayload as oY, findGPSLiveTrackShareLink as oZ, createGPSLiveTrackShareLink as o_, toMasterVehicleAssociatedToPayload as oa, newMasterVehicleAssociatedToPayload as ob, findMasterVehicleAssociatedTos as oc, createMasterVehicleAssociatedTo as od, updateMasterVehicleAssociatedTo as oe, deleteMasterVehicleAssociatedTo as of, getMasterVehicleAssociatedToCache as og, getMasterVehicleAssociatedToCacheCount as oh, getMasterVehicleAssociatedToCacheChild as oi, MasterVehicleDocumentTypeSchema as oj, type MasterVehicleDocumentTypeDTO as ok, MasterVehicleDocumentTypeQuerySchema as ol, type MasterVehicleDocumentTypeQueryDTO as om, toMasterVehicleDocumentTypePayload as on, newMasterVehicleDocumentTypePayload as oo, findMasterVehicleDocumentTypes as op, createMasterVehicleDocumentType as oq, updateMasterVehicleDocumentType as or, deleteMasterVehicleDocumentType as os, getMasterVehicleDocumentTypeCache as ot, type OrganisationReportPreference as ou, type OrganisationReportPreferenceVehicleLink as ov, type OrganisationReportAutomationMail as ow, type OrganisationReportAutomationMailVehicleLink as ox, OrganisationReportAutomationMailQuerySchema as oy, type OrganisationReportAutomationMailQueryDTO as oz, type MasterTyreGrade as p, createMasterSemester as p$, updateGPSLiveTrackLinkStatus as p0, deleteGPSLiveTrackShareLink as p1, createGPSLiveTrackShareLinkNotification as p2, type GPSTrackHistoryShareLink as p3, type GPSTrackHistoryShareLinkNotification as p4, GPSTrackHistoryShareLinkNotificationSchema as p5, type GPSTrackHistoryShareLinkNotificationDTO as p6, GPSTrackHistoryShareLinkSchema as p7, type GPSTrackHistoryShareLinkDTO as p8, GPSTrackHistoryShareLinkUpdateLinkStatusSchema as p9, toMasterProgramPayload as pA, newMasterProgramPayload as pB, findMasterProgram as pC, createMasterProgram as pD, updateMasterProgram as pE, deleteMasterProgram as pF, getMasterProgramCache as pG, getMasterProgramCacheCount as pH, MasterSectionSchema as pI, type MasterSectionDTO as pJ, MasterSectionQuerySchema as pK, type MasterSectionQueryDTO as pL, toMasterSectionPayload as pM, newMasterSectionPayload as pN, findMasterSection as pO, createMasterSection as pP, updateMasterSection as pQ, deleteMasterSection as pR, getMasterSectionCache as pS, getMasterSectionCacheCount as pT, MasterSemesterSchema as pU, type MasterSemesterDTO as pV, MasterSemesterQuerySchema as pW, type MasterSemesterQueryDTO as pX, toMasterSemesterPayload as pY, newMasterSemesterPayload as pZ, findMasterSemester as p_, type GPSTrackHistoryShareLinkUpdateLinkStatusDTO as pa, GPSTrackHistoryShareLinkQuerySchema as pb, type GPSTrackHistoryShareLinkQueryDTO as pc, toGPSTrackHistoryShareLinkPayload as pd, newGPSTrackHistoryShareLinkPayload as pe, findGPSTrackHistoryShareLink as pf, createGPSTrackHistoryShareLink as pg, updateTrackHistoryLinkStatus as ph, deleteGPSTrackHistoryShareLink as pi, createGPSTrackHistoryShareLinkNotification as pj, MasterClassSchema as pk, type MasterClassDTO as pl, MasterClassQuerySchema as pm, type MasterClassQueryDTO as pn, toMasterClassPayload as po, newMasterClassPayload as pp, findMasterClass as pq, createMasterClass as pr, updateMasterClass as ps, deleteMasterClass as pt, getMasterClassCache as pu, getMasterClassCacheCount as pv, MasterProgramSchema as pw, type MasterProgramDTO as px, MasterProgramQuerySchema as py, type MasterProgramQueryDTO as pz, type MasterTripPartyType as q, type MasterRouteQueryDTO as q$, updateMasterSemester as q0, deleteMasterSemester as q1, getMasterSemesterCache as q2, getMasterSemesterCacheCount as q3, MasterStreamSchema as q4, type MasterStreamDTO as q5, MasterStreamQuerySchema as q6, type MasterStreamQueryDTO as q7, toMasterStreamPayload as q8, newMasterStreamPayload as q9, updateMasterRelationship as qA, deleteMasterRelationship as qB, getMasterRelationshipCache as qC, getMasterRelationshipCacheCount as qD, type BusStopPolygonData as qE, type BusStop as qF, type BusDashboard as qG, BusStopPolygonDataSchema as qH, type BusStopPolygonDataDTO as qI, BusStopSchema as qJ, type BusStopDTO as qK, BusStopQuerySchema as qL, type BusStopQueryDTO as qM, BusDashBoardQuerySchema as qN, type BusDashBoardQueryDTO as qO, toBusStopPayload as qP, newBusStopPayload as qQ, findBusStop as qR, createBusStop as qS, updateBusStop as qT, deleteBusStop as qU, bus_dashboard as qV, type MasterRoute as qW, type MasterRouteStop as qX, MasterRouteSchema as qY, type MasterRouteDTO as qZ, MasterRouteQuerySchema as q_, findMasterStream as qa, createMasterStream as qb, updateMasterStream as qc, deleteMasterStream as qd, getMasterStreamCache as qe, getMasterStreamCacheCount as qf, MasterYearSchema as qg, type MasterYearDTO as qh, MasterYearQuerySchema as qi, type MasterYearQueryDTO as qj, toMasterYearPayload as qk, newMasterYearPayload as ql, findMasterYear as qm, createMasterYear as qn, updateMasterYear as qo, deleteMasterYear as qp, getMasterYearCache as qq, getMasterYearCacheCount as qr, MasterRelationshipSchema as qs, type MasterRelationshipDTO as qt, MasterRelationshipQuerySchema as qu, type MasterRelationshipQueryDTO as qv, toMasterRelationshipPayload as qw, newMasterRelationshipPayload as qx, findMasterRelationship as qy, createMasterRelationship as qz, type MasterSparePartCategory as r, type StudentLeaveRequestDTO as r$, MasterRouteStopSchema as r0, type MasterRouteStopDTO as r1, MasterRouteStopUpdateSchema as r2, type MasterRouteStopUpdateDTO as r3, MasterRouteStopCreateSchema as r4, type MasterRouteStopCreateDTO as r5, MasterRouteStopIds as r6, type MasterRouteStopIdsDTO as r7, MasterRouteStopReorderSchema as r8, type MasterRouteStopReorderDTO as r9, StudentSchema as rA, type StudentDTO as rB, StudentProfilePictureSchema as rC, type StudentProfilePictureDTO as rD, StudentQuerySchema as rE, type StudentQueryDTO as rF, SchoolDashBoardQuerySchema as rG, type SchoolDashBoardQueryDTO as rH, StudentNoRouteQuerySchema as rI, type StudentNoRouteQueryDTO as rJ, StudentAddressSchema as rK, type StudentAddressDTO as rL, StudentAddressQuerySchema as rM, type StudentAddressQueryDTO as rN, StudentGuardianLinkSchema as rO, type StudentGuardianLinkDTO as rP, GuardianProfilePictureSchema as rQ, type GuardianProfilePictureDTO as rR, GuardianDetailsSchema as rS, type GuardianDetailsDTO as rT, GuardianMobileNumberSchema as rU, type GuardianMobileNumberDTO as rV, StudentGuardianLinkQuerySchema as rW, type StudentGuardianLinkQueryDTO as rX, StudentGuardianAutofillQuerySchema as rY, type StudentGuardianAutofillQueryDTO as rZ, StudentLeaveRequestSchema as r_, MasterRouteStopDeleteSchema as ra, type MasterRouteStopDeleteReOrderDTO as rb, MasterRouteStopDeleteAllSchema as rc, type MasterRouteStopDeleteDTO as rd, toMasterRoutePayload as re, newMasterRoutePayload as rf, findMasterRoute as rg, createMasterRoute as rh, updateMasterRoute as ri, deleteMasterRoute as rj, createStopsFirstTimeRoute as rk, appendRouteStop as rl, updateRouteStop as rm, reorderRouteStops as rn, deleteRouteStopsAll as ro, deleteRouteStopReorder as rp, type Student as rq, type SchoolDashboard as rr, type StudentAddress as rs, type StudentGuardian as rt, type StudentGuardianLink as ru, type StudentLeaveRequest as rv, type StudentStopChangeRequest as rw, type StudentTransportPlanTypeChangeHistory as rx, type StudentLoginPush as ry, type StudentGuardianLoginPush as rz, type MasterSparePartUnit as s, MasterFixedScheduleQuerySchema as s$, StudentLeaveRequestApprovalSchema as s0, type StudentLeaveRequestApprovalDTO as s1, StudentLeaveRequestQuerySchema as s2, type StudentLeaveRequestQueryDTO as s3, StudentStopChangeRequestSchema as s4, type StudentStopChangeRequestDTO as s5, StudentStopChangeRequestApprovalSchema as s6, type StudentStopChangeRequestApprovalDTO as s7, StudentStopChangeRequestQuerySchema as s8, type StudentStopChangeRequestQueryDTO as s9, findStudentAddress as sA, updateStudentAddress as sB, deleteStudentAddress as sC, findStudentGuardianLink as sD, createStudentGuardianLink as sE, updateStudentGuardianLink as sF, updateGuardianProfilePicture as sG, updateGuardianDetails as sH, updateGuardianMobileNumber as sI, deleteStudentGuardian as sJ, findStudentGuardianAutofillDetails as sK, createStudentLeaveRequest as sL, findStudentLeaveRequest as sM, updateStudentLeaveRequest as sN, approveLeaveRequest as sO, deleteStudentLeaveRequest as sP, findStudentStopChangeRequest as sQ, createStudentStopChangeRequest as sR, updateStudentStopChangeRequest as sS, approveStopChangeRequest as sT, deleteStudentStopChangeRequest as sU, findStudentTransportPlanTypeChangeHistory as sV, school_dashboard as sW, type MasterFixedSchedule as sX, type MasterRouteStudent as sY, MasterFixedScheduleSchema as sZ, type MasterFixedScheduleDTO as s_, StudentTransportPlanTypeChangeHistoryQuerySchema as sa, type StudentTransportPlanTypeChangeHistoryQueryDTO as sb, toStudentPayload as sc, newStudentPayload as sd, toStudentAddressPayload as se, newStudentAddressPayload as sf, toStudentLeaveRequestPayload as sg, newStudentLeaveRequestPayload as sh, toStudentStopChangeRequestPayload as si, newStudentStopChangeRequestPayload as sj, toStudentGuardianLinkPayload as sk, newStudentGuardianLinkPayload as sl, get_student_presigned_url as sm, get_student_guardian_presigned_url as sn, update_profile_picture as so, delete_profile_picture as sp, update_guardian_profile_picture as sq, delete_guardian_profile_picture as sr, findStudent as ss, createStudent as st, updateStudent as su, deleteStudent as sv, findStudentsWithNoRoutePickup as sw, findStudentsWithNoRouteDrop as sx, updateProfilePicture as sy, createStudentAddress as sz, type OrganisationBranch as t, type VehicleDetailGPSSensorDTO as t$, type MasterFixedScheduleQueryDTO as t0, StudentNoStopQuerySchema as t1, type StudentNoStopQueryDTO as t2, StudentNoScheduleQuerySchema as t3, type StudentNoScheduleQueryDTO as t4, MasterRouteStudentAssignRemoveSchema as t5, type MasterRouteStudentAssignRemoveDTO as t6, MasterRouteStudentStopAssignRemoveSchema as t7, type MasterRouteStudentStopAssignRemoveDTO as t8, MasterRouteStudentScheduleAssignRemoveSchema as t9, type MasterVehicleFile as tA, type VehicleDetailGPS as tB, type VehicleDetailTrip as tC, type VehicleDetailBody as tD, type VehicleDetailLifeCycle as tE, type VehicleDetailPurchase as tF, type VehicleDocument as tG, type VehicleDocumentFile as tH, type VehicleDocumentExpiry as tI, type VehicleOdometerHistory as tJ, MasterVehicleFileSchema as tK, type MasterVehicleFileDTO as tL, CalibrationFileSchema as tM, type CalibrationFileDTO as tN, VehicleSchema as tO, type VehicleDTO as tP, VehicleBulkSchema as tQ, type VehicleBulkDTO as tR, MasterDeviceFileSchema as tS, type MasterDeviceFileDTO as tT, VehicleDeviceLinkSchema as tU, type VehicleDeviceLinkDTO as tV, VehicleDeviceUnlinkSchema as tW, type VehicleDeviceUnlinkDTO as tX, VehicleDriverLinkSchema as tY, type VehicleDriverLinkDTO as tZ, VehicleDetailGPSSensorSchema as t_, type MasterRouteStudentScheduleAssignRemoveDTO as ta, toMasterFixedSchedulePayload as tb, newMasterFixedSchedulePayload as tc, toMasterRouteStudentAssignPayload as td, newMasterRouteStudentAssignPayload as te, findMasterFixedSchedule as tf, createMasterFixedSchedule as tg, updateMasterFixedSchedule as th, deleteMasterFixedSchedule as ti, findStudentsWithNoStopPickup as tj, findStudentsWithNoStopDrop as tk, findStudentsWithNoSchedulePickup as tl, findStudentsWithNoScheduleDrop as tm, assignRouteStudentsPickup as tn, assignRouteStudentsDrop as to, removeRouteStudentsPickup as tp, removeRouteStudentsDrop as tq, assignMasterRouteStudentStopToStudentsPickup as tr, assignMasterRouteStudentStopToStudentsDrop as ts, removeMasterRouteStudentStopToStudentsPickup as tt, removeMasterRouteStudentStopToStudentsDrop as tu, assignMasterRouteStudentScheduleToStudentsPickup as tv, assignMasterRouteStudentScheduleToStudentDrop as tw, removeMasterRouteStudentScheduleToStudentPickup as tx, removeMasterRouteStudentScheduleToStudentDrop as ty, type MasterVehicleDropdown as tz, type OrganisationColor as u, linkDeviceToVehicle as u$, VehicleDetailTripSchema as u0, type VehicleDetailTripDTO as u1, VehicleDetailBodySchema as u2, type VehicleDetailBodyDTO as u3, VehicleDetailLifeCycleSchema as u4, type VehicleDetailLifeCycleDto as u5, VehicleDetailPurchaseSchema as u6, type VehicleDetailPurchaseDTO as u7, VehicleDocumentFileSchema as u8, type VehicleDocumentFileDTO as u9, get_device_file_presigned_url as uA, get_vehicle_document_file_presigned_url as uB, get_calibration_file_presigned_url as uC, create_file_vehicle as uD, remove_file_vehicle as uE, create_file_device as uF, remove_file_device as uG, create_file_vehicle_document as uH, remove_file_vehicle_document as uI, update_calibration_file as uJ, delete_calibration_file as uK, findVehicles as uL, find_no_gps_data_vehicles as uM, findVehiclesLiveDashboard as uN, findVehicleGPSDetails as uO, createVehicle as uP, updateVehicle as uQ, deleteVehicle as uR, updateDetailsGpsSensor as uS, updateDetailsTrip as uT, updateVehicleBodyDetails as uU, updateVehicleLifeCycleDetails as uV, updateVehiclePurchaseDetails as uW, linkDriverToVehicle as uX, unlinkDriverFromVehicle as uY, getDriverLinkHistoryByVehicle as uZ, getDriverLinkHistoryByDriver as u_, VehicleDocumentSchema as ua, type VehicleDocumentDTO as ub, VehicleDocumentQuerySchema as uc, type VehicleDocumentQueryDTO as ud, VehicleDocumentExpirySchema as ue, type VehicleDocumentExpiryDTO as uf, VehicleDocumentExpiryQuerySchema as ug, type VehicleDocumentExpiryQueryDTO as uh, VehicleQuerySchema as ui, type VehicleQueryDTO as uj, NoGPSDataVehiclesQuerySchema as uk, type NoGPSDataVehiclesQueryDTO as ul, VehicleGPSQuerySchema as um, type VehicleGPSQueryDTO as un, toVehiclePayload as uo, newVehiclePayload as up, toVehicleDetailsGPSPayload as uq, toVehicleDetailsTripPayload as ur, toVehicleDetailsBodyPayload as us, toVehicleDetailLifeCyclePayload as ut, toVehicleDetailPurchasePayload as uu, toVehicleDocumentPayload as uv, newVehicleDocumentPayload as uw, toVehicleDocumentExpiryPayload as ux, newVehicleDocumentExpiryPayload as uy, get_vehicle_file_presigned_url as uz, type OrganisationTag as v, type MasterMainSimProviderDTO as v$, unlinkDeviceFromVehicle as v0, getDeviceLinkHistoryByVehicle as v1, getDeviceLinkHistoryByDevice as v2, createVehicleDocument as v3, findVehicleDocument as v4, updateVehicleDocument as v5, removeVehicleDocument as v6, createVehicleDocumentExpiry as v7, findVehicleDocumentExpiry as v8, updateVehicleDocumentExpiry as v9, type MasterDeviceModelQueryDTO as vA, FindCacheSchema$2 as vB, type FindCacheDTO$2 as vC, toMasterDeviceModelPayload as vD, newMasterDeviceModelPayload as vE, findMasterDeviceModels as vF, createMasterDeviceModel as vG, updateMasterDeviceModel as vH, deleteMasterDeviceModel as vI, getMasterDeviceModelCache as vJ, getMasterDeviceModelCacheCount as vK, getMasterDeviceModelCacheChild as vL, type MasterDeviceManufacturer as vM, MasterDeviceManufacturerSchema as vN, type MasterDeviceManufacturerDTO as vO, MasterDeviceManufacturerQuerySchema as vP, type MasterDeviceManufacturerQueryDTO as vQ, toMasterDeviceManufacturerPayload as vR, newMasterDeviceManufacturerPayload as vS, findMasterDeviceManufacturers as vT, createMasterDeviceManufacturer as vU, updateMasterDeviceManufacturer as vV, deleteMasterDeviceManufacturer as vW, getMasterDeviceManufacturerCache as vX, getMasterDeviceManufacturerCacheCount as vY, getMasterDeviceManufacturerCacheChild as vZ, MasterMainSimProviderSchema as v_, removeVehicleDocumentExpiry as va, getVehicleCache as vb, getVehicleSimpleCache as vc, getVehicleParentCache as vd, getVehicleSimpleDropdownCustom as ve, getVehicleSimpleDropdownCacheLiveData as vf, type MasterDeviceType as vg, MasterDeviceTypeSchema as vh, type MasterDeviceTypeDTO as vi, MasterDeviceTypeQuerySchema as vj, type MasterDeviceTypeQueryDTO as vk, FindCacheSchema$3 as vl, type FindCacheDTO$3 as vm, toMasterDeviceTypePayload as vn, newMasterDeviceTypePayload as vo, findMasterDeviceTypes as vp, createMasterDeviceType as vq, updateMasterDeviceType as vr, deleteMasterDeviceType as vs, getMasterDeviceTypeCache as vt, getMasterDeviceTypeCacheCount as vu, getMasterDeviceTypeCacheChild as vv, type MasterDeviceModel as vw, MasterDeviceModelSchema as vx, type MasterDeviceModelDTO as vy, MasterDeviceModelQuerySchema as vz, type OrganisationGroup as w, deleteMasterMainState as w$, MasterMainSimProviderQuerySchema as w0, type MasterMainSimProviderQueryDTO as w1, toMasterMainSimProviderPayload as w2, newMasterMainSimProviderPayload as w3, findMasterMainSimProviders as w4, createMasterMainSimProvider as w5, updateMasterMainSimProvider as w6, deleteMasterMainSimProvider as w7, getMasterMainSimProviderCache as w8, type MasterSim as w9, device_sim_link as wA, device_sim_unlink as wB, get_device_sim_link_history_by_sim as wC, get_device_sim_link_history_by_device as wD, type MasterMainTimeZone as wE, MasterMainTimeZoneSchema as wF, type MasterMainTimeZoneDTO as wG, MasterMainTimeZoneQuerySchema as wH, type MasterMainTimeZoneQueryDTO as wI, toMasterMainTimeZonePayload as wJ, newMasterMainTimeZonePayload as wK, findMasterMainTimeZones as wL, createMasterMainTimeZone as wM, updateMasterMainTimeZone as wN, deleteMasterMainTimeZone as wO, getMasterMainTimeZoneCacheAll as wP, getMasterMainTimeZoneCache as wQ, type MasterMainState as wR, MasterMainStateSchema as wS, type MasterMainStateDTO as wT, MasterMainStateQuerySchema as wU, type MasterMainStateQueryDTO as wV, toMasterMainStatePayload as wW, newMasterMainStatePayload as wX, findMasterMainStates as wY, createMasterMainState as wZ, updateMasterMainState as w_, type AssignRemoveSimHistory as wa, MasterSimSchema as wb, type MasterSimDTO as wc, MasterSimQuerySchema as wd, type MasterSimQueryDTO as we, toMasterSimPayload as wf, newMasterSimPayload as wg, findMasterSims as wh, createMasterSim as wi, updateMasterSim as wj, deleteMasterSim as wk, type MasterDevice as wl, type AssignRemoveDeviceHistory as wm, type MasterDeviceFile as wn, MasterDeviceSchema as wo, type MasterDeviceDTO as wp, MasterDeviceQuerySchema as wq, type MasterDeviceQueryDTO as wr, DeviceSimLinkSchema as ws, type DeviceSimLinkDTO as wt, toMasterDevicePayload as wu, newMasterDevicePayload as wv, findMasterDevices as ww, createMasterDevice as wx, updateMasterDevice as wy, deleteMasterDevice as wz, type MasterMainIndustry as x, findMasterExpenseTypes as x$, getMasterMainStateCache as x0, MasterMainCountrySchema as x1, type MasterMainCountryDTO as x2, MasterMainCountryQuerySchema as x3, type MasterMainCountryQueryDTO as x4, toMasterMainCountryPayload as x5, newMasterMainCountryPayload as x6, findMasterMainCountries as x7, createMasterMainCountry as x8, updateMasterMainCountry as x9, OrganisationCalendarSchema as xA, type OrganisationCalendarDTO as xB, OrganisationCalendarQuerySchema as xC, type OrganisationCalendarQueryDTO as xD, toOrganisationCalendarPayload as xE, newOrganisationCalendarPayload as xF, findOrganisationCalendar as xG, createOrganisationCalendar as xH, updateOrganisationCalendar as xI, deleteOrganisationCalendar as xJ, type OrganisationNoticeBoard as xK, OrganisationNoticeBoardSchema as xL, type OrganisationNoticeBoardDTO as xM, OrganisationNoticeBoardQuerySchema as xN, type OrganisationNoticeBoardQueryDTO as xO, toOrganisationNoticeBoardPayload as xP, newOrganisationNoticeBoardPayload as xQ, findOrganisationNoticeBoard as xR, createOrganisationNoticeBoard as xS, updateOrganisationNoticeBoard as xT, deleteOrganisationNoticeBoard as xU, MasterExpenseTypeSchema as xV, type MasterExpenseTypeDTO as xW, MasterExpenseTypeQuerySchema as xX, type MasterExpenseTypeQueryDTO as xY, toMasterExpenseTypePayload as xZ, newMasterExpenseTypePayload as x_, deleteMasterMainCountry as xa, getMasterMainCountryCache as xb, getMasterMainCountryCacheChild as xc, MasterMainUnitMileageSchema as xd, type MasterMainUnitMileageDTO as xe, MasterMainUnitMileageQuerySchema as xf, type MasterMainUnitMileageQueryDTO as xg, toMasterMainUnitMileagePayload as xh, newMasterMainUnitMileagePayload as xi, findMasterMainUnitMileages as xj, createMasterMainUnitMileage as xk, updateMasterMainUnitMileage as xl, deleteMasterMainUnitMileage as xm, getMasterMainUnitMileageCache as xn, MasterMainUnitVolumeSchema as xo, type MasterMainUnitVolumeDTO as xp, MasterMainUnitVolumeQuerySchema as xq, type MasterMainUnitVolumeQueryDTO as xr, toMasterMainUnitVolumePayload as xs, newMasterMainUnitVolumePayload as xt, findMasterMainUnitVolumes as xu, createMasterMainUnitVolume as xv, updateMasterMainUnitVolume as xw, deleteMasterMainUnitVolume as xx, getMasterMainUnitVolumeCache as xy, type OrganisationCalendar as xz, type MasterMainCountry as y, updateMasterTyreGrade as y$, createMasterExpenseType as y0, updateMasterExpenseType as y1, deleteMasterExpenseType as y2, getMasterExpenseTypeCache as y3, type MasterSparePartSubCategory as y4, MasterSparePartSubCategorySchema as y5, type MasterSparePartSubCategoryDTO as y6, SparePartSubCategoryQuerySchema as y7, type SparePartSubCategoryQueryDTO as y8, FindCacheSchema$1 as y9, toMasterSparePartUnitPayload as yA, newMasterSparePartUnitPayload as yB, findMasterSparePartUnits as yC, createMasterSparePartUnit as yD, updateMasterSparePartUnit as yE, deleteMasterSparePartUnit as yF, getMasterSparePartUnitCache as yG, getMasterSparePartUnitCacheCount as yH, MasterTripPartyTypeSchema as yI, type MasterTripPartyTypeDTO as yJ, MasterTripPartyTypeQuerySchema as yK, type MasterTripPartyTypeQueryDTO as yL, toMasterTripPartyTypePayload as yM, newMasterTripPartyTypePayload as yN, findMasterTripPartyTypes as yO, createMasterTripPartyType as yP, updateMasterTripPartyType as yQ, deleteMasterTripPartyType as yR, getMasterTripPartyTypeCache as yS, MasterTyreGradeSchema as yT, type MasterTyreGradeDTO as yU, MasterTyreGradeQuerySchema as yV, type MasterTyreGradeQueryDTO as yW, toMasterTyreGradePayload as yX, newMasterTyreGradePayload as yY, findMasterTyreGrades as yZ, createMasterTyreGrade as y_, type FindCacheDTO$1 as ya, toMasterSparePartSubCategoryPayload as yb, newMasterSparePartSubCategoryPayload as yc, findMasterSparePartSubCategories as yd, createMasterSparePartSubCategory as ye, updateMasterSparePartSubCategory as yf, deleteMasterSparePartSubCategory as yg, getMasterSparePartSubCategoryCache as yh, getMasterSparePartSubCategoryCacheCount as yi, MasterSparePartCategorySchema as yj, type MasterSparePartCategoryDTO as yk, SparePartCategoryQuerySchema as yl, type SparePartCategoryQueryDTO as ym, toMasterSparePartCategoryPayload as yn, newMasterSparePartCategoryPayload as yo, findMasterSparePartCategories as yp, createMasterSparePartCategory as yq, updateMasterSparePartCategory as yr, deleteMasterSparePartCategory as ys, getMasterSparePartCategoryCache as yt, getMasterSparePartCategoryCacheChild as yu, getMasterSparePartCategoryCacheCount as yv, MasterSparePartUnitSchema as yw, type MasterSparePartUnitDTO as yx, SparePartUnitQuerySchema as yy, type SparePartUnitQueryDTO as yz, type MasterMainDateFormat as z, BookMarkSchema as z$, deleteMasterTyreGrade as z0, getMasterTyreGradeCache as z1, getMasterTyreGradeCacheCount as z2, type MasterTyreModel as z3, MasterTyreModelSchema as z4, type MasterTyreModelDTO as z5, MasterTyreModelQuerySchema as z6, type MasterTyreModelQueryDTO as z7, FindCacheSchema as z8, type FindCacheDTO as z9, newMasterMainUnitDistancePayload as zA, findMasterMainUnitDistances as zB, createMasterMainUnitDistance as zC, updateMasterMainUnitDistance as zD, deleteMasterMainUnitDistance as zE, getMasterMainUnitDistanceCache as zF, type UserOrganisationSimple as zG, UserOrganisationSchema as zH, type UserOrganisationDTO as zI, UserOrganisationQuerySchema as zJ, type UserOrganisationQueryDTO as zK, UserOrganisationLogoSchema as zL, type UserOrganisationLogoDTO as zM, UserOrganisationShowFilterSchema as zN, type UserOrganisationShowFilterDTO as zO, toUserOrganisationPayload as zP, newUserOrganisationPayload as zQ, get_organisation_logo_presigned_url as zR, update_organisation_logo as zS, delete_organisation_logo as zT, findUserOrganisation as zU, createUserOrganisation as zV, updateUserOrganisation as zW, deleteUserOrganisation as zX, getUserOrganisationCache as zY, getUserOrganisationCacheSimple as zZ, type BookMark as z_, toMasterTyreModelPayload as za, newMasterTyreModelPayload as zb, findMasterTyreModels as zc, createMasterTyreModel as zd, updateMasterTyreModel as ze, deleteMasterTyreModel as zf, getMasterTyreModelCache as zg, getMasterTyreModelCacheCount as zh, MasterTyreMakeSchema as zi, type MasterTyreMakeDTO as zj, MasterTyreMakeQuerySchema as zk, type MasterTyreMakeQueryDTO as zl, toMasterTyreMakePayload as zm, newMasterTyreMakePayload as zn, findMasterTyreMakes as zo, createMasterTyreMake as zp, updateMasterTyreMake as zq, deleteMasterTyreMake as zr, getMasterTyreMakeCache as zs, getMasterTyreMakeCacheCount as zt, getMasterTyreMakeCacheChild as zu, MasterMainUnitDistanceSchema as zv, type MasterMainUnitDistanceDTO as zw, MasterMainUnitDistanceQuerySchema as zx, type MasterMainUnitDistanceQueryDTO as zy, toMasterMainUnitDistancePayload as zz };
23730
+ export { MasterMainIndustrySchema as $, type MasterMainLanguage as A, type BookMark as A0, BookMarkSchema as A1, type BookMarkDTO as A2, BookMarkQuerySchema as A3, type BookMarkQueryDTO as A4, toBookMarkPayload as A5, newBookMarkPayload as A6, findBookMarks as A7, createBookMark as A8, updateBookMark as A9, deleteBookMark as Aa, type MasterMainUnitDistance as B, type MasterMainUnitMileage as C, type MasterMainUnitVolume as D, type MasterMainSimProvider as E, type MasterFleetIncidentType as F, type MasterFleetIncidentStatus as G, type MasterFleetIncidentSeverity as H, type MasterFleetInsuranceClaimStatus as I, type MasterFleetServiceTask as J, type MasterExpenseName as K, type MasterExpenseType as L, type MasterMainCurrency as M, type MasterVendorType as N, type OrganisationSubCompany as O, type MasterVendorTag as P, type MasterVendorDocumentType as Q, type MasterFuelCompany as R, type MasterClass as S, type MasterProgram as T, type UserOrganisation as U, type MasterSemester as V, type MasterRelationship as W, type MasterSection as X, type MasterStream as Y, type MasterYear as Z, type MasterVehicle as _, type User as a, getOrganisationColorCache as a$, type MasterMainIndustryDTO as a0, MasterMainIndustryQuerySchema as a1, type MasterMainIndustryQueryDTO as a2, toMasterMainIndustryPayload as a3, newMasterMainIndustryPayload as a4, findMasterMainIndustry as a5, createMasterMainIndustry as a6, updateMasterMainIndustry as a7, deleteMasterMainIndustry as a8, getMasterMainIndustryCache as a9, deleteOrganisationSubCompany as aA, getOrganisationSubCompanyCache as aB, getOrganisationSubCompanyCacheCount as aC, getOrganisationSubCompanyCacheChild as aD, OrganisationBranchSchema as aE, type OrganisationBranchDTO as aF, OrganisationBranchQuerySchema as aG, type OrganisationBranchQueryDTO as aH, toOrganisationBranchPayload as aI, newOrganisationBranchPayload as aJ, findOrganisationBranchs as aK, createOrganisationBranch as aL, updateOrganisationBranch as aM, deleteOrganisationBranch as aN, getOrganisationBranchCache as aO, getOrganisationBranchCacheCount as aP, getOrganisationBranchCacheChild as aQ, OrganisationColorSchema as aR, type OrganisationColorDTO as aS, OrganisationColorQuerySchema as aT, type OrganisationColorQueryDTO as aU, toOrganisationColorPayload as aV, newOrganisationColorPayload as aW, findOrganisationColors as aX, createOrganisationColor as aY, updateOrganisationColor as aZ, deleteOrganisationColor as a_, MasterMainCurrencySchema as aa, type MasterMainCurrencyDTO as ab, MasterMainCurrencyQuerySchema as ac, type MasterMainCurrencyQueryDTO as ad, toMasterMainCurrencyPayload as ae, newMasterMainCurrencyPayload as af, findMasterMainCurrencies as ag, createMasterMainCurrency as ah, updateMasterMainCurrency as ai, deleteMasterMainCurrency as aj, getMasterMainCurrencyCacheAll as ak, getMasterMainCurrencyCache as al, OrganisationSubCompanySchema as am, type OrganisationSubCompanyDTO as an, OrganisationSubCompanyQuerySchema as ao, type OrganisationSubCompanyQueryDTO as ap, SubCompanyLogoSchema as aq, type SubCompanyLogoDTO as ar, toOrganisationSubCompanyPayload as as, newOrganisationSubCompanyPayload as at, get_organisation_sub_company_logo_presigned_url as au, update_organisation_sub_company_logo as av, delete_organisation_sub_company_logo as aw, findOrganisationSubCompanyies as ax, createOrganisationSubCompany as ay, updateOrganisationSubCompany as az, type UserAdmin as b, type GPSGeofenceTransactionSummaryDTO as b$, getOrganisationColorCacheCount as b0, getOrganisationColorCacheChild as b1, OrganisationTagSchema as b2, type OrganisationTagDTO as b3, OrganisationTagQuerySchema as b4, type OrganisationTagQueryDTO as b5, toOrganisationTagPayload as b6, newOrganisationTagPayload as b7, findOrganisationTags as b8, createOrganisationTag as b9, deleteMasterUserStatus as bA, getMasterUserStatusCache as bB, getMasterUserStatusCacheCount as bC, MasterMainLanguageSchema as bD, type MasterMainLanguageDTO as bE, MasterMainLanguageQuerySchema as bF, type MasterMainLanguageQueryDTO as bG, toMasterMainLanguagePayload as bH, newMasterMainLanguagePayload as bI, findMasterMainLanguages as bJ, createMasterMainLanguage as bK, updateMasterMainLanguage as bL, deleteMasterMainLanguage as bM, getMasterMainLanguageCache as bN, MasterMainDateFormatSchema as bO, type MasterMainDateFormatDTO as bP, MasterMainDateFormatQuerySchema as bQ, type MasterMainDateFormatQueryDTO as bR, toMasterMainDateFormatPayload as bS, newMasterMainDateFormatPayload as bT, findMasterMainDateFormats as bU, createMasterMainDateFormat as bV, updateMasterMainDateFormat as bW, deleteMasterMainDateFormat as bX, getMasterMainDateFormatCache as bY, type GPSGeofenceTransactionSummary as bZ, GPSGeofenceTransactionSummarySchema as b_, updateOrganisationTag as ba, deleteOrganisationTag as bb, getOrganisationTagCache as bc, getOrganisationTagCacheCount as bd, getOrganisationTagCacheChild as be, MasterUserRoleSchema as bf, type MasterUserRoleDTO as bg, MasterUserRoleQuerySchema as bh, type MasterUserRoleQueryDTO as bi, toMasterUserRolePayload as bj, newMasterUserRolePayload as bk, findMasterUserRoles as bl, createMasterUserRole as bm, updateMasterUserRole as bn, deleteMasterUserRole as bo, getMasterUserRoleCache as bp, getMasterUserRoleCacheCount as bq, MasterUserStatusSchema as br, type MasterUserStatusDTO as bs, MasterUserStatusQuerySchema as bt, type MasterUserStatusQueryDTO as bu, toMasterUserStatusPayload as bv, newMasterUserStatusPayload as bw, findMasterUserStatuses as bx, createMasterUserStatus as by, updateMasterUserStatus as bz, type MasterDriver as c, UserAdminLogoSchema as c$, GPSGeofenceTransactionSummaryQuerySchema as c0, type GPSGeofenceTransactionSummaryQueryDTO as c1, toGPSGeofenceTransactionSummaryPayload as c2, newGPSGeofenceTransactionSummaryPayload as c3, findGPSGeofenceTransactionSummary as c4, createGPSGeofenceTransactionSummary as c5, updateGPSGeofenceTransactionSummary as c6, deleteGPSGeofenceTransactionSummary as c7, type GPSGeofenceTransaction as c8, GPSGeofenceTransactionSchema as c9, type GPSGeofenceDTO as cA, GPSGeofenceQuerySchema as cB, type GPSGeofenceQueryDTO as cC, toGPSGeofencePayload as cD, newGPSGeofencePayload as cE, findGPSGeofence as cF, createGPSGeofence as cG, updateGPSGeofence as cH, deleteGPSGeofence as cI, getGPSGeofenceCache as cJ, type OrganisationNotificationPreference as cK, type OrganisationNotificationPreferenceVehicleLink as cL, type OrganisationNotificationPreferenceGeofenceLink as cM, type OrganisationNotificationPreferenceUserLink as cN, OrganisationNotificationPreferenceSchema as cO, type OrganisationNotificationPreferenceDTO as cP, OrganisationNotificationPreferenceQuerySchema as cQ, type OrganisationNotificationPreferenceQueryDTO as cR, toOrganisationNotificationPreferencePayload as cS, newOrganisationNotificationPreferencePayload as cT, findOrganisationNotificationPreference as cU, createOrganisationNotificationPreference as cV, updateOrganisationNotificationPreference as cW, deleteOrganisationNotificationPreference as cX, type UserAdminLoginPush as cY, UserAdminSchema as cZ, type UserAdminDTO as c_, type GPSGeofenceTransactionDTO as ca, GPSGeofenceTransactionQuerySchema as cb, type GPSGeofenceTransactionQueryDTO as cc, toGPSGeofenceTransactionPayload as cd, newGPSGeofenceTransactionPayload as ce, findGPSGeofenceTransaction as cf, createGPSGeofenceTransaction as cg, updateGPSGeofenceTransaction as ch, deleteGPSGeofenceTransaction as ci, type TripGeofenceToGeofence as cj, TripGeofenceToGeofenceSchema as ck, type TripGeofenceToGeofenceDTO as cl, TripGeofenceToGeofenceQuerySchema as cm, type TripGeofenceToGeofenceQueryDTO as cn, toTripGeofenceToGeofencePayload as co, newTripGeofenceToGeofencePayload as cp, findTripGeofenceToGeofence as cq, createTripGeofenceToGeofence as cr, updateTripGeofenceToGeofence as cs, deleteTripGeofenceToGeofence as ct, type GPSGeofence as cu, type GPSGeofencePolilineData as cv, type GPSGeofenceCache as cw, GPSGeofencePolilineDataSchema as cx, type GPSGeofencePolilineDataDTO as cy, GPSGeofenceSchema as cz, type MasterVehicleType as d, MasterVehicleFuelUnitSchema as d$, type UserAdminLogoDTO as d0, UserAdminProfileSchema as d1, type UserAdminProfileDTO as d2, UserAdminQuerySchema as d3, type UserAdminQueryDTO as d4, toUserAdminProfilePayload as d5, newUserAdminPayload as d6, get_admin_image_presigned_url as d7, update_admin_image as d8, delete_admin_image as d9, updateTicket as dA, updateVerifyStatus as dB, deleteTicket as dC, type MasterMainLandMark as dD, MasterMainLandmarkSchema as dE, type MasterMainLandmarkDTO as dF, MasterMainLandmarkQuerySchema as dG, type MasterMainLandmarkQueryDTO as dH, toMasterMainLandmarkPayload as dI, newMasterMainLandmarkPayload as dJ, findMasterMainCountries$1 as dK, createMasterMainCountry$1 as dL, updateMasterMainCountry$1 as dM, deleteMasterMainCountry$1 as dN, MasterVehicleFuelTypeSchema as dO, type MasterVehicleFuelTypeDTO as dP, MasterVehicleFuelTypeQuerySchema as dQ, type MasterVehicleFuelTypeQueryDTO as dR, toMasterVehicleFuelTypePayload as dS, newMasterVehicleFuelTypePayload as dT, findMasterVehicleFuelTypes as dU, createMasterVehicleFuelType as dV, updateMasterVehicleFuelType as dW, deleteMasterVehicleFuelType as dX, getMasterVehicleFuelTypeCache as dY, getMasterVehicleFuelTypeCacheCount as dZ, getMasterVehicleFuelTypeCacheChild as d_, findUserAdmin as da, createUserAdmin as db, updateUserAdmin as dc, deleteUserAdmin as dd, updateUserAdminProfile as de, getAdminUserCache as df, type Ticket as dg, type TicketFile as dh, TicketFileSchema as di, type TicketFileDTO as dj, TicketSchema as dk, type TicketDTO as dl, TicketVerifySchema as dm, type TicketVerifyDTO as dn, TicketQuerySchema as dp, type TicketQueryDTO as dq, toTicketPayload as dr, newTicketPayload as ds, newVerifyTicketPayload as dt, toVerifyTicketPayload as du, get_ticket_file_presigned_url as dv, create_ticket_file as dw, remove_ticket_file as dx, findTickets as dy, createTicket as dz, type MasterVehicleMake as e, createMasterFleetInsuranceClaimStatus as e$, type MasterVehicleFuelUnitDTO as e0, MasterVehicleFuelUnitQuerySchema as e1, type MasterVehicleFuelUnitQueryDTO as e2, toMasterVehicleFuelUnitPayload as e3, newMasterVehicleFuelUnitPayload as e4, findMasterVehicleFuelUnits as e5, createMasterVehicleFuelUnit as e6, updateMasterVehicleFuelUnit as e7, deleteMasterVehicleFuelUnit as e8, getMasterVehicleFuelUnitCache as e9, MasterVendorDocumentTypeQuerySchema as eA, type MasterVendorDocumentTypeQueryDTO as eB, toMasterVendorDocumentTypePayload as eC, newMasterVendorDocumentTypePayload as eD, findMasterVendorDocumentTypes as eE, createMasterVendorDocumentType as eF, updateMasterVendorDocumentType as eG, deleteMasterVendorDocumentType as eH, getMasterVendorDocumentTypeCache as eI, MasterFleetServiceTaskSchema as eJ, type MasterFleetServiceTaskDTO as eK, MasterFleetServiceTaskQuerySchema as eL, type MasterFleetServiceTaskQueryDTO as eM, toMasterFleetServiceTaskPayload as eN, newMasterFleetServiceTaskPayload as eO, findMasterFleetServiceTasks as eP, createMasterFleetServiceTask as eQ, updateMasterFleetServiceTask as eR, deleteMasterFleetServiceTask as eS, getMasterFleetServiceTaskCache as eT, MasterFleetInsuranceClaimStatusSchema as eU, type MasterFleetInsuranceClaimStatusDTO as eV, MasterFleetInsuranceClaimStatusQuerySchema as eW, type MasterFleetInsuranceClaimStatusQueryDTO as eX, toMasterFleetInsuranceClaimStatusPayload as eY, newMasterFleetInsuranceClaimStatusPayload as eZ, findMasterFleetInsuranceClaimStatuses as e_, getMasterVehicleFuelUnitCacheCount as ea, getMasterVehicleFuelUnitCacheChild as eb, MasterVendorTypeSchema as ec, type MasterVendorTypeDTO as ed, MasterVendorTypeQuerySchema as ee, type MasterVendorTypeQueryDTO as ef, toMasterVendorTypePayload as eg, newMasterVendorTypePayload as eh, findMasterVendorTypes as ei, createMasterVendorType as ej, updateMasterVendorType as ek, deleteMasterVendorType as el, getMasterVendorTypeCache as em, MasterVendorTagSchema as en, type MasterVendorTagDTO as eo, MasterVendorTagQuerySchema as ep, type MasterVendorTagQueryDTO as eq, toMasterVendorTagPayload as er, newMasterVendorTagPayload as es, findMasterVendorTags as et, createMasterVendorTag as eu, updateMasterVendorTag as ev, deleteMasterVendorTag as ew, getMasterVendorTagCache as ex, MasterVendorDocumentTypeSchema as ey, type MasterVendorDocumentTypeDTO as ez, type MasterVehicleStatusType as f, toFleetIncidentManagementPayload as f$, updateMasterFleetInsuranceClaimStatus as f0, deleteMasterFleetInsuranceClaimStatus as f1, getMasterFleetInsuranceClaimStatusCache as f2, MasterFleetIncidentSeveritySchema as f3, type MasterFleetIncidentSeverityDTO as f4, MasterFleetIncidentSeverityQuerySchema as f5, type MasterFleetIncidentSeverityQueryDTO as f6, toMasterFleetIncidentSeverityPayload as f7, newMasterFleetIncidentSeverityPayload as f8, findMasterFleetIncidentSeverities as f9, MasterExpenseNameSchema as fA, type MasterExpenseNameDTO as fB, MasterExpenseNameQuerySchema as fC, type MasterExpenseNameQueryDTO as fD, toMasterExpenseNamePayload as fE, newMasterExpenseNamePayload as fF, findMasterExpenseNames as fG, createMasterExpenseName as fH, updateMasterExpenseName as fI, deleteMasterExpenseName as fJ, getMasterExpenseNameCache as fK, type FleetIncidentManagement as fL, type FleetIncidentManagementCost as fM, type FleetIncidentManagementFile as fN, type IncidentDashboard as fO, FleetIncidentManagementFileSchema as fP, type FleetIncidentManagementFileDTO as fQ, FleetIncidentManagementSchema as fR, type FleetIncidentManagementDTO as fS, FleetIncidentManagementQuerySchema as fT, type FleetIncidentManagementQueryDTO as fU, FleetIncidentManagementDashBoardQuerySchema as fV, type FleetIncidentManagementDashBoardQueryDTO as fW, FleetIncidentManagementCostSchema as fX, type FleetIncidentManagementCostDTO as fY, FleetIncidentManagementCostQuerySchema as fZ, type FleetIncidentManagementCostQueryDTO as f_, createMasterFleetIncidentSeverity as fa, updateMasterFleetIncidentSeverity as fb, deleteMasterFleetIncidentSeverity as fc, getMasterFleetIncidentSeverityCache as fd, MasterFleetIncidentStatusSchema as fe, type MasterFleetIncidentStatusDTO as ff, MasterFleetIncidentStatusQuerySchema as fg, type MasterFleetIncidentStatusQueryDTO as fh, toMasterFleetIncidentStatusPayload as fi, newMasterFleetIncidentStatusPayload as fj, findMasterFleetIncidentStatuses as fk, createMasterFleetIncidentStatus as fl, updateMasterFleetIncidentStatus as fm, deleteMasterFleetIncidentStatus as fn, getMasterFleetIncidentStatusCache as fo, MasterFleetIncidentTypeSchema as fp, type MasterFleetIncidentTypeDTO as fq, MasterFleetIncidentTypeQuerySchema as fr, type MasterFleetIncidentTypeQueryDTO as fs, toMasterFleetIncidentTypePayload as ft, newMasterFleetIncidentTypePayload as fu, findMasterFleetIncidentTypes as fv, createMasterFleetIncidentType as fw, updateMasterFleetIncidentType as fx, deleteMasterFleetIncidentType as fy, getMasterFleetIncidentTypeCache as fz, type MasterVehicleOwnershipType as g, type FleetIssueManagementDTO as g$, newFleetIncidentManagementPayload as g0, toFleetIncidentManagementCostPayload as g1, newFleetIncidentManagementCostPayload as g2, get_incident_file_presigned_url as g3, create_incident_file as g4, remove_incident_file as g5, createFleetIncidentManagement as g6, findFleetIncidentManagement as g7, updateFleetIncidentManagement as g8, deleteFleetIncidentManagement as g9, FleetInspectionSchema as gA, type FleetInspectionDTO as gB, FleetInspectionQuerySchema as gC, type FleetInspectionQueryDTO as gD, FleetInspectionDashBoardQuerySchema as gE, type FleetInspectionDashBoardQueryDTO as gF, FleetInspectionCheckPendingQuerySchema as gG, type FleetInspectionCheckPendingQueryDTO as gH, toFleetInspectionPayload as gI, newFleetInspectionPayload as gJ, get_inspection_file_presigned_url as gK, create_inspection_file as gL, remove_inspection_file as gM, findFleetInspection as gN, createFleetInspection as gO, updateFleetInspection as gP, deleteFleetInspection as gQ, inspection_dashboard as gR, find_check_pending as gS, type FleetIssueManagement as gT, type FleetIssueManagementHistory as gU, type FleetIssueManagementComment as gV, type FleetIssueManagementFile as gW, type IssueDashboard as gX, FleetIssueManagementFileSchema as gY, type FleetIssueManagementFileDTO as gZ, FleetIssueManagementSchema as g_, incident_dashboard as ga, createFleetIncidentManagementCost as gb, findFleetIncidentManagementCost as gc, updateFleetIncidentManagementCost as gd, deleteFleetIncidentManagementCost as ge, type FleetInspectionForm as gf, type FleetInspectionFormSimple as gg, FleetInspectionFormSchema as gh, type FleetInspectionFormDTO as gi, FleetInspectionFormQuerySchema as gj, type FleetInspectionFormQueryDTO as gk, FleetInspectionFormFieldsSchema as gl, type FleetInspectionFormFieldsDTO as gm, toFleetInspectionFormPayload as gn, newFleetInspectionFormPayload as go, findFleetInspectionForm as gp, createFleetInspectionForm as gq, updateFleetInspectionForm as gr, updateFleetInspectionFormData as gs, deleteFleetInspectionForm as gt, getFleetInspectionFormCacheSimple as gu, type FleetInspection as gv, type FleetInspectionFile as gw, type InspectionDashboard as gx, FleetInspectionFileSchema as gy, type FleetInspectionFileDTO as gz, type MasterVehicleAssociatedTo as h, findFleetServiceReminder as h$, FleetIssueManagementQuerySchema as h0, type FleetIssueManagementQueryDTO as h1, FleetIssueManagementDashBoardQuerySchema as h2, type FleetIssueManagementDashBoardQueryDTO as h3, FleetIssueManagementCommentSchema as h4, type FleetIssueManagementCommentDTO as h5, FleetIssueManagementCommentQuerySchema as h6, type FleetIssueManagementCommentQueryDTO as h7, toFleetIssueManagementPayload as h8, newFleetIssueManagementPayload as h9, type FleetServiceManagementDashBoardQueryDTO as hA, FleetServiceManagementTaskSchema as hB, type FleetServiceManagementTaskDTO as hC, FleetServiceManagementTaskQuerySchema as hD, type FleetServiceManagementTaskQueryDTO as hE, FleetServiceReminderSchema as hF, type FleetServiceReminderDTO as hG, FleetServiceReminderQuerySchema as hH, type FleetServiceReminderQueryDTO as hI, toFleetServiceManagementPayload as hJ, newFleetServiceManagementPayload as hK, toFleetServiceManagementTaskPayload as hL, newFleetServiceManagementTaskPayload as hM, toFleetServiceReminderPayload as hN, newFleetServiceReminderPayload as hO, get_service_file_presigned_url as hP, create_service_file as hQ, remove_service_file as hR, findFleetServiceManagement as hS, createFleetServiceManagement as hT, updateFleetServiceManagement as hU, deleteFleetServiceManagement as hV, service_dashboard as hW, findFleetServiceManagementTask as hX, createFleetServiceManagementTask as hY, updateFleetServiceManagementTask as hZ, deleteFleetServiceManagementTask as h_, toFleetIssueManagementCommentPayload as ha, newFleetIssueManagementCommentPayload as hb, get_issue_file_presigned_url as hc, create_issue_file as hd, remove_issue_file as he, findFleetIssueManagement as hf, createFleetIssueManagement as hg, updateFleetIssueManagement as hh, deleteFleetIssueManagement as hi, issue_dashboard as hj, findFleetIssueManagementComment as hk, createFleetIssueManagementComment as hl, updateFleetIssueManagementComment as hm, deleteFleetIssueManagementComment as hn, type FleetServiceManagement as ho, type FleetServiceManagementTask as hp, type FleetServiceManagementFile as hq, type FleetServiceReminder as hr, type ServiceDashboard as hs, FleetServiceManagementFileSchema as ht, type FleetServiceManagementFileDTO as hu, FleetServiceManagementSchema as hv, type FleetServiceManagementDTO as hw, FleetServiceManagementQuerySchema as hx, type FleetServiceManagementQueryDTO as hy, FleetServiceManagementDashBoardQuerySchema as hz, type MasterVehicleFuelType as i, type FleetVendorDocumentFileDTO as i$, createFleetServiceReminder as i0, updateFleetServiceReminder as i1, deleteFleetServiceReminder as i2, type FleetVendorServiceCenter as i3, type FleetVendorServiceCenterSimple as i4, FleetVendorServiceCenterSchema as i5, type FleetVendorServiceCenterDTO as i6, FleetVendorServiceCenterQuerySchema as i7, type FleetVendorServiceCenterQueryDTO as i8, toFleetVendorServiceCenterPayload as i9, FleetVendorFuelStationSchema as iA, type FleetVendorFuelStationDTO as iB, FleetVendorFuelStationQuerySchema as iC, type FleetVendorFuelStationQueryDTO as iD, toFleetVendorFuelStationPayload as iE, newFleetVendorFuelStationPayload as iF, findFleetVendorFuelStation as iG, createFleetVendorFuelStation as iH, updateFleetVendorFuelStation as iI, deleteFleetVendorFuelStation as iJ, getFleetVendorFuelStationCacheSimple as iK, type FleetVendor as iL, type VendorDashboard as iM, type FleetVendorSimple as iN, type FleetVendorTypeLink as iO, type FleetVendorTagLink as iP, type FleetVendorAddress as iQ, type FleetVendorBankAccount as iR, type FleetVendorContactPersons as iS, type FleetVendorReview as iT, type FleetVendorDocument as iU, type FleetVendorDocumentFile as iV, FleetVendorLogoSchema as iW, type FleetVendorLogoDTO as iX, FleetVendorContactPersonsLogoSchema as iY, type FleetVendorContactPersonsLogoDTO as iZ, FleetVendorDocumentFileSchema as i_, newFleetVendorServiceCenterPayload as ia, findFleetVendorServiceCenter as ib, createFleetVendorServiceCenter as ic, updateFleetVendorServiceCenter as id, deleteFleetVendorServiceCenter as ie, getFleetVendorServiceCenterCacheSimple as ig, MasterFuelCompanySchema as ih, type MasterFuelCompanyDTO as ii, MasterFuelCompanyQuerySchema as ij, type MasterFuelCompanyQueryDTO as ik, FuelCompanyLogoSchema as il, type FuelCompanyLogoDTO as im, toMasterFuelCompanyPayload as io, newMasterFuelCompanyPayload as ip, get_master_fuel_company_presigned_url as iq, update_master_fuel_company_logo as ir, delete_master_fuel_company_logo as is, findMasterFuelCompanys as it, createMasterFuelCompany as iu, updateMasterFuelCompany as iv, deleteMasterFuelCompany as iw, getMasterFuelCompanyCache as ix, type FleetVendorFuelStation as iy, type FleetVendorFuelStationSimple as iz, type MasterVehicleFuelUnit as j, deleteFleetVendorContactPersons as j$, FleetVendorAddressSchema as j0, type FleetVendorAddressDTO as j1, FleetVendorAddressQuerySchema as j2, type FleetVendorAddressQueryDTO as j3, FleetVendorBankAccountSchema as j4, type FleetVendorBankAccountDTO as j5, FleetVendorBankAccountQuerySchema as j6, type FleetVendorBankAccountQueryDTO as j7, FleetVendorContactPersonsSchema as j8, type FleetVendorContactPersonsDTO as j9, toFleetVendorDocumentPayload as jA, newFleetVendorDocumentPayload as jB, get_vendor_logo_presigned_url as jC, get_vendor_contact_person_logo_presigned_url as jD, get_vendor_document_file_presigned_url as jE, update_vendor_logo as jF, delete_vendor_logo as jG, update_vendor_contact_person_logo as jH, delete_vendor_contact_person_logo as jI, create_vendor_document_file as jJ, remove_vendor_document_file as jK, findFleetVendor as jL, createFleetVendor as jM, updateFleetVendor as jN, deleteFleetVendor as jO, vendor_dashboard as jP, createFleetVendorAddress as jQ, findFleetVendorAddress as jR, updateFleetVendorAddress as jS, deleteFleetVendorAddress as jT, createFleetVendorBankAccount as jU, findFleetVendorBankAccount as jV, updateFleetVendorBankAccount as jW, deleteFleetVendorBankAccount as jX, createFleetVendorContactPersons as jY, findFleetVendorContactPersons as jZ, updateFleetVendorContactPersons as j_, FleetVendorContactPersonsQuerySchema as ja, type FleetVendorContactPersonsQueryDTO as jb, FleetVendorReviewSchema as jc, type FleetVendorReviewDTO as jd, FleetVendorReviewQuerySchema as je, type FleetVendorReviewQueryDTO as jf, FleetVendorDocumentSchema as jg, type FleetVendorDocumentDTO as jh, FleetVendorDocumentQuerySchema as ji, type FleetVendorDocumentQueryDTO as jj, FleetVendorSchema as jk, type FleetVendorDTO as jl, FleetVendorQuerySchema as jm, type FleetVendorQueryDTO as jn, FleetVendorDashBoardQuerySchema as jo, type FleetVendorDashBoardQueryDTO as jp, toFleetVendorPayload as jq, newFleetVendorPayload as jr, toFleetVendorAddressPayload as js, newFleetVendorAddressPayload as jt, toFleetVendorBankAccountPayload as ju, newFleetVendorBankAccountPayload as jv, toFleetVendorContactPersonsPayload as jw, newFleetVendorContactPersonsPayload as jx, toFleetVendorReviewPayload as jy, newFleetVendorReviewPayload as jz, type MasterVehicleFuelRemovalReason as k, newFleetInspectionSchedulePayload as k$, createFleetVendorReview as k0, findFleetVendorReview as k1, updateFleetVendorReview as k2, deleteFleetVendorReview as k3, createFleetVendorDocument as k4, findFleetVendorDocument as k5, updateFleetVendorDocument as k6, deleteFleetVendorDocument as k7, getFleetVendorCacheSimple as k8, type FleetFuelRefill as k9, getMasterVehicleFuelRemovalReasonCache as kA, getMasterVehicleFuelRemovalReasonCacheCount as kB, getMasterVehicleFuelRemovalReasonCacheChild as kC, type FleetFuelRemoval as kD, type FleetFuelRemovalFile as kE, FleetFuelRemovalFileSchema as kF, type FleetFuelRemovalFileDTO as kG, FleetFuelRemovalSchema as kH, type FleetFuelRemovalDTO as kI, FleetFuelRemovalQuerySchema as kJ, type FleetFuelRemovalQueryDTO as kK, toFleetFuelRemovalPayload as kL, newFleetFuelRemovalPayload as kM, get_fuel_removal_file_presigned_url as kN, create_fuel_removal_file as kO, remove_fuel_removal_file as kP, findFleetFuelRemoval as kQ, createFleetFuelRemoval as kR, updateFleetFuelRemoval as kS, deleteFleetFuelRemoval as kT, type FleetInspectionSchedule as kU, type FleetInspectionScheduleVehicleLink as kV, FleetInspectionScheduleSchema as kW, type FleetInspectionScheduleDTO as kX, FleetInspectionScheduleQuerySchema as kY, type FleetInspectionScheduleQueryDTO as kZ, toFleetInspectionSchedulePayload as k_, type FleetFuelRefillFile as ka, FleetFuelRefillFileSchema as kb, type FleetFuelRefillFileDTO as kc, FleetFuelRefillSchema as kd, type FleetFuelRefillDTO as ke, FleetFuelRefillQuerySchema as kf, type FleetFuelRefillQueryDTO as kg, toFleetFuelRefillPayload as kh, newFleetFuelRefillPayload as ki, get_fuel_refill_file_presigned_url as kj, create_fuel_refill_file as kk, remove_fuel_refill_file as kl, findFleetFuelRefill as km, createFleetFuelRefill as kn, updateFleetFuelRefill as ko, deleteFleetFuelRefill as kp, MasterVehicleFuelRemovalReasonSchema as kq, type MasterVehicleFuelRemovalReasonDTO as kr, MasterVehicleFuelRemovalReasonQuerySchema as ks, type MasterVehicleFuelRemovalReasonQueryDTO as kt, toMasterVehicleFuelRemovalReasonPayload as ku, newMasterVehicleFuelRemovalReasonPayload as kv, findMasterVehicleFuelRemovalReasons as kw, createMasterVehicleFuelRemovalReason as kx, updateMasterVehicleFuelRemovalReason as ky, deleteMasterVehicleFuelRemovalReason as kz, type MasterVehicleDocumentType as l, createFleetFuelDailySummary as l$, findFleetInspectionSchedule as l0, createFleetInspectionSchedule as l1, updateFleetInspectionSchedule as l2, deleteFleetInspectionSchedule as l3, type FleetServiceSchedule as l4, type FleetServiceScheduleVehicleLink as l5, FleetServiceScheduleSchema as l6, type FleetServiceScheduleDTO as l7, FleetServiceScheduleQuerySchema as l8, type FleetServiceScheduleQueryDTO as l9, update_user_image as lA, delete_user_image as lB, findUser as lC, createUser as lD, updateUser as lE, deleteUser as lF, updateUserProfile as lG, getUserCache as lH, getUserCacheSimple as lI, updateUserDefaultLanguage as lJ, updateUserDefaultTimezone as lK, updateUserDefaultDateformat as lL, type FleetFuelDailySummary as lM, FleetFuelDailySummarySchema as lN, type FleetFuelDailySummaryDTO as lO, FleetFuelDailySummaryQuerySchema as lP, type FleetFuelDailySummaryQueryDTO as lQ, FleetFuelDailyMonthlySummaryQuerySchema as lR, type FleetFuelDailyMonthlySummaryQueryDTO as lS, AllVehiclesFuelDailySummaryQuerySchema as lT, type AllVehiclesFuelDailySummaryDTO as lU, FleetFuelDailySummaryDashBoardQuerySchema as lV, type FleetFuelDailySummaryDashBoardQueryDTO as lW, type FuelDashboard as lX, toFleetFuelDailySummaryPayload as lY, newFleetFuelDailySummaryPayload as lZ, findFleetFuelDailySummary as l_, toFleetServiceSchedulePayload as la, newFleetServiceSchedulePayload as lb, findFleetServiceSchedule as lc, createFleetServiceSchedule as ld, updateFleetServiceSchedule as le, deleteFleetServiceSchedule as lf, type UserVehicleLink as lg, type UserLoginPush as lh, UserSchema as li, type UserDTO as lj, UserQuerySchema as lk, type UserQueryDTO as ll, UserLogoSchema as lm, type UserLogoDTO as ln, UserProfileSchema as lo, type UserProfileDTO as lp, UserDefaultLanguageSchema as lq, type UserDefaultLanguageDTO as lr, UserDefaultTimeZoneSchema as ls, type UserDefaultTimeZoneDTO as lt, UserDefaultDateFormatSchema as lu, type UserDefaultDateFormatDTO as lv, toUserPayload as lw, toUserProfilePayload as lx, newUserPayload as ly, get_user_image_presigned_url as lz, type MasterUserRole as m, getMasterVehicleSubModelCache as m$, updateFleetFuelDailySummary as m0, deleteFleetFuelDailySummary as m1, fuel_dashboard as m2, findFleetFuelMonthlySummary as m3, findVehicleFuelSummary as m4, type MasterDriverFile as m5, type AssignRemoveDriverHistory as m6, type DriverLoginPush as m7, MasterDriverFileSchema as m8, type MasterDriverFileDTO as m9, type VehicleOrganisationGroupLink as mA, OrganisationGroupSchema as mB, type OrganisationGroupDTO as mC, OrganisationGroupQuerySchema as mD, type OrganisationGroupQueryDTO as mE, toOrganisationGroupPayload as mF, newOrganisationGroupPayload as mG, findOrganisationGroups as mH, createOrganisationGroup as mI, updateOrganisationGroup as mJ, deleteOrganisationGroup as mK, getOrganisationGroupCache as mL, getOrganisationGroupCacheCount as mM, getOrganisationGroupCacheChild as mN, type MasterVehicleSubModel as mO, MasterVehicleSubModelSchema as mP, type MasterVehicleSubModelDTO as mQ, MasterVehicleSubModelQuerySchema as mR, type MasterVehicleSubModelQueryDTO as mS, FindCacheSchema$5 as mT, type FindCacheDTO$5 as mU, toMasterVehicleSubModelPayload as mV, newMasterVehicleSubModelPayload as mW, findMasterVehicleSubModels as mX, createMasterVehicleSubModel as mY, updateMasterVehicleSubModel as mZ, deleteMasterVehicleSubModel as m_, MasterDriverSchema as ma, type MasterDriverDTO as mb, MasterDriverQuerySchema as mc, type MasterDriverQueryDTO as md, MasterDriverLogoSchema as me, type MasterDriverLogoDTO as mf, MasterDriverProfileSchema as mg, type MasterDriverProfileDTO as mh, toDriverPayload as mi, newDriverPayload as mj, toDriverProfilePayload as mk, get_master_driver_logo_presigned_url as ml, get_master_driver_file_presigned_url as mm, update_master_driver_logo as mn, delete_master_driver_logo as mo, create_master_driver_file as mp, remove_master_driver_file as mq, findMasterDriver as mr, createMasterDriver as ms, updateMasterDriver as mt, deleteMasterDriver as mu, updateMasterDriverLogo as mv, deleteMasterDriverLogo as mw, updateMasterDriverProfile as mx, getMasterDriverCache as my, getMasterDriverCacheSimple as mz, type MasterUserStatus as n, findMasterVehicleTypes as n$, getMasterVehicleSubModelCacheCount as n0, getMasterVehicleSubModelCacheChild as n1, type MasterVehicleModel as n2, MasterVehicleModelSchema as n3, type MasterVehicleModelDTO as n4, MasterVehicleModelQuerySchema as n5, type MasterVehicleModelQueryDTO as n6, FindCacheSchema$4 as n7, type FindCacheDTO$4 as n8, toMasterVehicleModelPayload as n9, newMasterVehicleStatusTypePayload as nA, findMasterVehicleStatusTypes as nB, createMasterVehicleStatusType as nC, updateMasterVehicleStatusType as nD, deleteMasterVehicleStatusType as nE, getMasterVehicleStatusTypeCache as nF, getMasterVehicleStatusTypeCacheCount as nG, getMasterVehicleStatusTypeCacheChild as nH, MasterVehicleOwnershipTypeSchema as nI, type MasterVehicleOwnershipTypeDTO as nJ, MasterVehicleOwnershipTypeQuerySchema as nK, type MasterVehicleOwnershipTypeQueryDTO as nL, toMasterVehicleOwnershipTypePayload as nM, newMasterVehicleOwnershipTypePayload as nN, findMasterVehicleOwnershipTypes as nO, createMasterVehicleOwnershipType as nP, updateMasterVehicleOwnershipType as nQ, deleteMasterVehicleOwnershipType as nR, getMasterVehicleOwnershipTypeCache as nS, getMasterVehicleOwnershipTypeCacheCount as nT, getMasterVehicleOwnershipTypeCacheChild as nU, MasterVehicleTypeSchema as nV, type MasterVehicleTypeDTO as nW, MasterVehicleTypeQuerySchema as nX, type MasterVehicleTypeQueryDTO as nY, toMasterVehicleTypePayload as nZ, newMasterVehicleTypePayload as n_, newMasterVehicleModelPayload as na, findMasterVehicleModels as nb, createMasterVehicleModel as nc, updateMasterVehicleModel as nd, deleteMasterVehicleModel as ne, getMasterVehicleModelCache as nf, getMasterVehicleModelCacheCount as ng, getMasterVehicleModelCacheChild as nh, MasterVehicleMakeSchema as ni, type MasterVehicleMakeDTO as nj, MasterVehicleMakeQuerySchema as nk, type MasterVehicleMakeQueryDTO as nl, toMasterVehicleMakePayload as nm, newMasterVehicleMakePayload as nn, findMasterVehicleMakes as no, createMasterVehicleMake as np, updateMasterVehicleMake as nq, deleteMasterVehicleMake as nr, getMasterVehicleMakeCache as ns, getMasterVehicleMakeCacheCount as nt, getMasterVehicleMakeCacheChild as nu, MasterVehicleStatusTypeSchema as nv, type MasterVehicleStatusTypeDTO as nw, MasterVehicleStatusTypeQuerySchema as nx, type MasterVehicleStatusTypeQueryDTO as ny, toMasterVehicleStatusTypePayload as nz, type MasterTyreMake as o, extendGPSLiveTrackLinkTime as o$, createMasterVehicleType as o0, updateMasterVehicleType as o1, deleteMasterVehicleType as o2, getMasterVehicleTypeCache as o3, getMasterVehicleTypeCacheCount as o4, getMasterVehicleTypeCacheChild as o5, MasterVehicleAssociatedToSchema as o6, type MasterVehicleAssociatedToDTO as o7, MasterVehicleAssociatedToQuerySchema as o8, type MasterVehicleAssociatedToQueryDTO as o9, OrganisationReportPreferenceSchema as oA, type OrganisationReportPreferenceDTO as oB, OrganisationReportPreferenceQuerySchema as oC, type OrganisationReportPreferenceQueryDTO as oD, toOrganisationReportPreferencePayload as oE, newOrganisationReportPreferencePayload as oF, findOrganisationReportPreference as oG, createOrganisationReportPreference as oH, updateOrganisationReportPreference as oI, deleteOrganisationReportPreference as oJ, findOrganisationReportAutomationMail as oK, type GPSLiveTrackShareLink as oL, type GPSLiveTrackShareLinkNotification as oM, GPSLiveTrackShareLinkNotificationSchema as oN, type GPSLiveTrackShareLinkNotificationDTO as oO, GPSLiveTrackShareLinkSchema as oP, type GPSLiveTrackShareLinkDTO as oQ, GPSLiveTrackShareLinkUpdateExpiryTimeSchema as oR, type GPSLiveTrackShareLinkUpdateExpiryTimeDTO as oS, GPSLiveTrackShareLinkUpdateLinkStatusSchema as oT, type GPSLiveTrackShareLinkUpdateLinkStatusDTO as oU, GPSLiveTrackShareLinkQuerySchema as oV, type GPSLiveTrackShareLinkQueryDTO as oW, toGPSLiveTrackShareLinkPayload as oX, newGPSLiveTrackShareLinkPayload as oY, findGPSLiveTrackShareLink as oZ, createGPSLiveTrackShareLink as o_, toMasterVehicleAssociatedToPayload as oa, newMasterVehicleAssociatedToPayload as ob, findMasterVehicleAssociatedTos as oc, createMasterVehicleAssociatedTo as od, updateMasterVehicleAssociatedTo as oe, deleteMasterVehicleAssociatedTo as of, getMasterVehicleAssociatedToCache as og, getMasterVehicleAssociatedToCacheCount as oh, getMasterVehicleAssociatedToCacheChild as oi, MasterVehicleDocumentTypeSchema as oj, type MasterVehicleDocumentTypeDTO as ok, MasterVehicleDocumentTypeQuerySchema as ol, type MasterVehicleDocumentTypeQueryDTO as om, toMasterVehicleDocumentTypePayload as on, newMasterVehicleDocumentTypePayload as oo, findMasterVehicleDocumentTypes as op, createMasterVehicleDocumentType as oq, updateMasterVehicleDocumentType as or, deleteMasterVehicleDocumentType as os, getMasterVehicleDocumentTypeCache as ot, type OrganisationReportPreference as ou, type OrganisationReportPreferenceVehicleLink as ov, type OrganisationReportAutomationMail as ow, type OrganisationReportAutomationMailVehicleLink as ox, OrganisationReportAutomationMailQuerySchema as oy, type OrganisationReportAutomationMailQueryDTO as oz, type MasterTyreGrade as p, createMasterSemester as p$, updateGPSLiveTrackLinkStatus as p0, deleteGPSLiveTrackShareLink as p1, createGPSLiveTrackShareLinkNotification as p2, type GPSTrackHistoryShareLink as p3, type GPSTrackHistoryShareLinkNotification as p4, GPSTrackHistoryShareLinkNotificationSchema as p5, type GPSTrackHistoryShareLinkNotificationDTO as p6, GPSTrackHistoryShareLinkSchema as p7, type GPSTrackHistoryShareLinkDTO as p8, GPSTrackHistoryShareLinkUpdateLinkStatusSchema as p9, toMasterProgramPayload as pA, newMasterProgramPayload as pB, findMasterProgram as pC, createMasterProgram as pD, updateMasterProgram as pE, deleteMasterProgram as pF, getMasterProgramCache as pG, getMasterProgramCacheCount as pH, MasterSectionSchema as pI, type MasterSectionDTO as pJ, MasterSectionQuerySchema as pK, type MasterSectionQueryDTO as pL, toMasterSectionPayload as pM, newMasterSectionPayload as pN, findMasterSection as pO, createMasterSection as pP, updateMasterSection as pQ, deleteMasterSection as pR, getMasterSectionCache as pS, getMasterSectionCacheCount as pT, MasterSemesterSchema as pU, type MasterSemesterDTO as pV, MasterSemesterQuerySchema as pW, type MasterSemesterQueryDTO as pX, toMasterSemesterPayload as pY, newMasterSemesterPayload as pZ, findMasterSemester as p_, type GPSTrackHistoryShareLinkUpdateLinkStatusDTO as pa, GPSTrackHistoryShareLinkQuerySchema as pb, type GPSTrackHistoryShareLinkQueryDTO as pc, toGPSTrackHistoryShareLinkPayload as pd, newGPSTrackHistoryShareLinkPayload as pe, findGPSTrackHistoryShareLink as pf, createGPSTrackHistoryShareLink as pg, updateTrackHistoryLinkStatus as ph, deleteGPSTrackHistoryShareLink as pi, createGPSTrackHistoryShareLinkNotification as pj, MasterClassSchema as pk, type MasterClassDTO as pl, MasterClassQuerySchema as pm, type MasterClassQueryDTO as pn, toMasterClassPayload as po, newMasterClassPayload as pp, findMasterClass as pq, createMasterClass as pr, updateMasterClass as ps, deleteMasterClass as pt, getMasterClassCache as pu, getMasterClassCacheCount as pv, MasterProgramSchema as pw, type MasterProgramDTO as px, MasterProgramQuerySchema as py, type MasterProgramQueryDTO as pz, type MasterTripPartyType as q, type MasterRouteQueryDTO as q$, updateMasterSemester as q0, deleteMasterSemester as q1, getMasterSemesterCache as q2, getMasterSemesterCacheCount as q3, MasterStreamSchema as q4, type MasterStreamDTO as q5, MasterStreamQuerySchema as q6, type MasterStreamQueryDTO as q7, toMasterStreamPayload as q8, newMasterStreamPayload as q9, updateMasterRelationship as qA, deleteMasterRelationship as qB, getMasterRelationshipCache as qC, getMasterRelationshipCacheCount as qD, type BusStopPolygonData as qE, type BusStop as qF, type BusDashboard as qG, BusStopPolygonDataSchema as qH, type BusStopPolygonDataDTO as qI, BusStopSchema as qJ, type BusStopDTO as qK, BusStopQuerySchema as qL, type BusStopQueryDTO as qM, BusDashBoardQuerySchema as qN, type BusDashBoardQueryDTO as qO, toBusStopPayload as qP, newBusStopPayload as qQ, findBusStop as qR, createBusStop as qS, updateBusStop as qT, deleteBusStop as qU, bus_dashboard as qV, type MasterRoute as qW, type MasterRouteStop as qX, MasterRouteSchema as qY, type MasterRouteDTO as qZ, MasterRouteQuerySchema as q_, findMasterStream as qa, createMasterStream as qb, updateMasterStream as qc, deleteMasterStream as qd, getMasterStreamCache as qe, getMasterStreamCacheCount as qf, MasterYearSchema as qg, type MasterYearDTO as qh, MasterYearQuerySchema as qi, type MasterYearQueryDTO as qj, toMasterYearPayload as qk, newMasterYearPayload as ql, findMasterYear as qm, createMasterYear as qn, updateMasterYear as qo, deleteMasterYear as qp, getMasterYearCache as qq, getMasterYearCacheCount as qr, MasterRelationshipSchema as qs, type MasterRelationshipDTO as qt, MasterRelationshipQuerySchema as qu, type MasterRelationshipQueryDTO as qv, toMasterRelationshipPayload as qw, newMasterRelationshipPayload as qx, findMasterRelationship as qy, createMasterRelationship as qz, type MasterSparePartCategory as r, type StudentGuardianAutofillQueryDTO as r$, MasterRouteStopSchema as r0, type MasterRouteStopDTO as r1, MasterRouteStopUpdateSchema as r2, type MasterRouteStopUpdateDTO as r3, MasterRouteStopCreateSchema as r4, type MasterRouteStopCreateDTO as r5, MasterRouteStopIds as r6, type MasterRouteStopIdsDTO as r7, MasterRouteStopReorderSchema as r8, type MasterRouteStopReorderDTO as r9, type StudentLoginPush as rA, type StudentGuardianLoginPush as rB, StudentSchema as rC, type StudentDTO as rD, StudentProfilePictureSchema as rE, type StudentProfilePictureDTO as rF, StudentQuerySchema as rG, type StudentQueryDTO as rH, SchoolDashBoardQuerySchema as rI, type SchoolDashBoardQueryDTO as rJ, StudentNoRouteQuerySchema as rK, type StudentNoRouteQueryDTO as rL, StudentAddressSchema as rM, type StudentAddressDTO as rN, StudentAddressQuerySchema as rO, type StudentAddressQueryDTO as rP, StudentGuardianLinkSchema as rQ, type StudentGuardianLinkDTO as rR, GuardianProfilePictureSchema as rS, type GuardianProfilePictureDTO as rT, GuardianDetailsSchema as rU, type GuardianDetailsDTO as rV, GuardianMobileNumberSchema as rW, type GuardianMobileNumberDTO as rX, StudentGuardianLinkQuerySchema as rY, type StudentGuardianLinkQueryDTO as rZ, StudentGuardianAutofillQuerySchema as r_, MasterRouteStopDeleteSchema as ra, type MasterRouteStopDeleteReOrderDTO as rb, MasterRouteStopDeleteAllSchema as rc, type MasterRouteStopDeleteDTO as rd, MasterRouteJourneyTimeSchema as re, type MasterRouteJourneyTimeDTO as rf, toMasterRoutePayload as rg, newMasterRoutePayload as rh, findMasterRoute as ri, createMasterRoute as rj, updateMasterRoute as rk, deleteMasterRoute as rl, appendRouteStop as rm, updateRouteStop as rn, reorderRouteStops as ro, deleteRouteStopsAll as rp, deleteRouteStopReorder as rq, update_journey_time as rr, type Student as rs, type SchoolDashboard as rt, type StudentAddress as ru, type StudentGuardian as rv, type StudentGuardianLink as rw, type StudentLeaveRequest as rx, type StudentStopChangeRequest as ry, type StudentTransportPlanTypeChangeHistory as rz, type MasterSparePartUnit as s, MasterFixedScheduleSchema as s$, StudentLeaveRequestSchema as s0, type StudentLeaveRequestDTO as s1, StudentLeaveRequestApprovalSchema as s2, type StudentLeaveRequestApprovalDTO as s3, StudentLeaveRequestQuerySchema as s4, type StudentLeaveRequestQueryDTO as s5, StudentStopChangeRequestSchema as s6, type StudentStopChangeRequestDTO as s7, StudentStopChangeRequestApprovalSchema as s8, type StudentStopChangeRequestApprovalDTO as s9, updateProfilePicture as sA, createStudentAddress as sB, findStudentAddress as sC, updateStudentAddress as sD, deleteStudentAddress as sE, findStudentGuardianLink as sF, createStudentGuardianLink as sG, updateStudentGuardianLink as sH, updateGuardianProfilePicture as sI, updateGuardianDetails as sJ, updateGuardianMobileNumber as sK, deleteStudentGuardianLink as sL, findStudentGuardianAutofillDetails as sM, createStudentLeaveRequest as sN, findStudentLeaveRequest as sO, updateStudentLeaveRequest as sP, approveLeaveRequest as sQ, deleteStudentLeaveRequest as sR, findStudentStopChangeRequest as sS, createStudentStopChangeRequest as sT, updateStudentStopChangeRequest as sU, approveStopChangeRequest as sV, deleteStudentStopChangeRequest as sW, findStudentTransportPlanTypeChangeHistory as sX, school_dashboard as sY, type MasterFixedSchedule as sZ, type MasterRouteStudent as s_, StudentStopChangeRequestQuerySchema as sa, type StudentStopChangeRequestQueryDTO as sb, StudentTransportPlanTypeChangeHistoryQuerySchema as sc, type StudentTransportPlanTypeChangeHistoryQueryDTO as sd, toStudentPayload as se, newStudentPayload as sf, toStudentAddressPayload as sg, newStudentAddressPayload as sh, toStudentLeaveRequestPayload as si, newStudentLeaveRequestPayload as sj, toStudentStopChangeRequestPayload as sk, newStudentStopChangeRequestPayload as sl, toStudentGuardianLinkPayload as sm, newStudentGuardianLinkPayload as sn, get_student_presigned_url as so, get_student_guardian_presigned_url as sp, update_profile_picture as sq, delete_profile_picture as sr, update_guardian_profile_picture as ss, delete_guardian_profile_picture as st, findStudent as su, createStudent as sv, updateStudent as sw, deleteStudent as sx, findStudentsWithNoRoutePickup as sy, findStudentsWithNoRouteDrop as sz, type OrganisationBranch as t, type VehicleDriverLinkDTO as t$, type MasterFixedScheduleDTO as t0, MasterFixedScheduleQuerySchema as t1, type MasterFixedScheduleQueryDTO as t2, StudentNoStopQuerySchema as t3, type StudentNoStopQueryDTO as t4, StudentNoScheduleQuerySchema as t5, type StudentNoScheduleQueryDTO as t6, MasterRouteStudentAssignRemoveSchema as t7, type MasterRouteStudentAssignRemoveDTO as t8, MasterRouteStudentStopAssignRemoveSchema as t9, removeMasterRouteStudentScheduleToStudentDrop as tA, type MasterVehicleDropdown as tB, type MasterVehicleFile as tC, type VehicleDetailGPS as tD, type VehicleDetailTrip as tE, type VehicleDetailBody as tF, type VehicleDetailLifeCycle as tG, type VehicleDetailPurchase as tH, type VehicleDocument as tI, type VehicleDocumentFile as tJ, type VehicleDocumentExpiry as tK, type VehicleOdometerHistory as tL, MasterVehicleFileSchema as tM, type MasterVehicleFileDTO as tN, CalibrationFileSchema as tO, type CalibrationFileDTO as tP, VehicleSchema as tQ, type VehicleDTO as tR, VehicleBulkSchema as tS, type VehicleBulkDTO as tT, MasterDeviceFileSchema as tU, type MasterDeviceFileDTO as tV, VehicleDeviceLinkSchema as tW, type VehicleDeviceLinkDTO as tX, VehicleDeviceUnlinkSchema as tY, type VehicleDeviceUnlinkDTO as tZ, VehicleDriverLinkSchema as t_, type MasterRouteStudentStopAssignRemoveDTO as ta, MasterRouteStudentScheduleAssignRemoveSchema as tb, type MasterRouteStudentScheduleAssignRemoveDTO as tc, toMasterFixedSchedulePayload as td, newMasterFixedSchedulePayload as te, toMasterRouteStudentAssignPayload as tf, newMasterRouteStudentAssignPayload as tg, findMasterFixedSchedule as th, createMasterFixedSchedule as ti, updateMasterFixedSchedule as tj, deleteMasterFixedSchedule as tk, findStudentsWithNoStopPickup as tl, findStudentsWithNoStopDrop as tm, findStudentsWithNoSchedulePickup as tn, findStudentsWithNoScheduleDrop as to, assignRouteStudentsPickup as tp, assignRouteStudentsDrop as tq, removeRouteStudentsPickup as tr, removeRouteStudentsDrop as ts, assignMasterRouteStudentStopToStudentsPickup as tt, assignMasterRouteStudentStopToStudentsDrop as tu, removeMasterRouteStudentStopToStudentsPickup as tv, removeMasterRouteStudentStopToStudentsDrop as tw, assignMasterRouteStudentScheduleToStudentsPickup as tx, assignMasterRouteStudentScheduleToStudentDrop as ty, removeMasterRouteStudentScheduleToStudentPickup as tz, type OrganisationColor as u, getDriverLinkHistoryByVehicle as u$, VehicleDetailGPSSensorSchema as u0, type VehicleDetailGPSSensorDTO as u1, VehicleDetailTripSchema as u2, type VehicleDetailTripDTO as u3, VehicleDetailBodySchema as u4, type VehicleDetailBodyDTO as u5, VehicleDetailLifeCycleSchema as u6, type VehicleDetailLifeCycleDto as u7, VehicleDetailPurchaseSchema as u8, type VehicleDetailPurchaseDTO as u9, newVehicleDocumentExpiryPayload as uA, get_vehicle_file_presigned_url as uB, get_device_file_presigned_url as uC, get_vehicle_document_file_presigned_url as uD, get_calibration_file_presigned_url as uE, create_file_vehicle as uF, remove_file_vehicle as uG, create_file_device as uH, remove_file_device as uI, create_file_vehicle_document as uJ, remove_file_vehicle_document as uK, update_calibration_file as uL, delete_calibration_file as uM, findVehicles as uN, find_no_gps_data_vehicles as uO, findVehiclesLiveDashboard as uP, findVehicleGPSDetails as uQ, createVehicle as uR, updateVehicle as uS, deleteVehicle as uT, updateDetailsGpsSensor as uU, updateDetailsTrip as uV, updateVehicleBodyDetails as uW, updateVehicleLifeCycleDetails as uX, updateVehiclePurchaseDetails as uY, linkDriverToVehicle as uZ, unlinkDriverFromVehicle as u_, VehicleDocumentFileSchema as ua, type VehicleDocumentFileDTO as ub, VehicleDocumentSchema as uc, type VehicleDocumentDTO as ud, VehicleDocumentQuerySchema as ue, type VehicleDocumentQueryDTO as uf, VehicleDocumentExpirySchema as ug, type VehicleDocumentExpiryDTO as uh, VehicleDocumentExpiryQuerySchema as ui, type VehicleDocumentExpiryQueryDTO as uj, VehicleQuerySchema as uk, type VehicleQueryDTO as ul, NoGPSDataVehiclesQuerySchema as um, type NoGPSDataVehiclesQueryDTO as un, VehicleGPSQuerySchema as uo, type VehicleGPSQueryDTO as up, toVehiclePayload as uq, newVehiclePayload as ur, toVehicleDetailsGPSPayload as us, toVehicleDetailsTripPayload as ut, toVehicleDetailsBodyPayload as uu, toVehicleDetailLifeCyclePayload as uv, toVehicleDetailPurchasePayload as uw, toVehicleDocumentPayload as ux, newVehicleDocumentPayload as uy, toVehicleDocumentExpiryPayload as uz, type OrganisationTag as v, getMasterDeviceManufacturerCacheChild as v$, getDriverLinkHistoryByDriver as v0, linkDeviceToVehicle as v1, unlinkDeviceFromVehicle as v2, getDeviceLinkHistoryByVehicle as v3, getDeviceLinkHistoryByDevice as v4, createVehicleDocument as v5, findVehicleDocument as v6, updateVehicleDocument as v7, removeVehicleDocument as v8, createVehicleDocumentExpiry as v9, type MasterDeviceModelDTO as vA, MasterDeviceModelQuerySchema as vB, type MasterDeviceModelQueryDTO as vC, FindCacheSchema$2 as vD, type FindCacheDTO$2 as vE, toMasterDeviceModelPayload as vF, newMasterDeviceModelPayload as vG, findMasterDeviceModels as vH, createMasterDeviceModel as vI, updateMasterDeviceModel as vJ, deleteMasterDeviceModel as vK, getMasterDeviceModelCache as vL, getMasterDeviceModelCacheCount as vM, getMasterDeviceModelCacheChild as vN, type MasterDeviceManufacturer as vO, MasterDeviceManufacturerSchema as vP, type MasterDeviceManufacturerDTO as vQ, MasterDeviceManufacturerQuerySchema as vR, type MasterDeviceManufacturerQueryDTO as vS, toMasterDeviceManufacturerPayload as vT, newMasterDeviceManufacturerPayload as vU, findMasterDeviceManufacturers as vV, createMasterDeviceManufacturer as vW, updateMasterDeviceManufacturer as vX, deleteMasterDeviceManufacturer as vY, getMasterDeviceManufacturerCache as vZ, getMasterDeviceManufacturerCacheCount as v_, findVehicleDocumentExpiry as va, updateVehicleDocumentExpiry as vb, removeVehicleDocumentExpiry as vc, getVehicleCache as vd, getVehicleSimpleCache as ve, getVehicleParentCache as vf, getVehicleSimpleDropdownCustom as vg, getVehicleSimpleDropdownCacheLiveData as vh, type MasterDeviceType as vi, MasterDeviceTypeSchema as vj, type MasterDeviceTypeDTO as vk, MasterDeviceTypeQuerySchema as vl, type MasterDeviceTypeQueryDTO as vm, FindCacheSchema$3 as vn, type FindCacheDTO$3 as vo, toMasterDeviceTypePayload as vp, newMasterDeviceTypePayload as vq, findMasterDeviceTypes as vr, createMasterDeviceType as vs, updateMasterDeviceType as vt, deleteMasterDeviceType as vu, getMasterDeviceTypeCache as vv, getMasterDeviceTypeCacheCount as vw, getMasterDeviceTypeCacheChild as vx, type MasterDeviceModel as vy, MasterDeviceModelSchema as vz, type OrganisationGroup as w, createMasterMainState as w$, MasterMainSimProviderSchema as w0, type MasterMainSimProviderDTO as w1, MasterMainSimProviderQuerySchema as w2, type MasterMainSimProviderQueryDTO as w3, toMasterMainSimProviderPayload as w4, newMasterMainSimProviderPayload as w5, findMasterMainSimProviders as w6, createMasterMainSimProvider as w7, updateMasterMainSimProvider as w8, deleteMasterMainSimProvider as w9, updateMasterDevice as wA, deleteMasterDevice as wB, device_sim_link as wC, device_sim_unlink as wD, get_device_sim_link_history_by_sim as wE, get_device_sim_link_history_by_device as wF, type MasterMainTimeZone as wG, MasterMainTimeZoneSchema as wH, type MasterMainTimeZoneDTO as wI, MasterMainTimeZoneQuerySchema as wJ, type MasterMainTimeZoneQueryDTO as wK, toMasterMainTimeZonePayload as wL, newMasterMainTimeZonePayload as wM, findMasterMainTimeZones as wN, createMasterMainTimeZone as wO, updateMasterMainTimeZone as wP, deleteMasterMainTimeZone as wQ, getMasterMainTimeZoneCacheAll as wR, getMasterMainTimeZoneCache as wS, type MasterMainState as wT, MasterMainStateSchema as wU, type MasterMainStateDTO as wV, MasterMainStateQuerySchema as wW, type MasterMainStateQueryDTO as wX, toMasterMainStatePayload as wY, newMasterMainStatePayload as wZ, findMasterMainStates as w_, getMasterMainSimProviderCache as wa, type MasterSim as wb, type AssignRemoveSimHistory as wc, MasterSimSchema as wd, type MasterSimDTO as we, MasterSimQuerySchema as wf, type MasterSimQueryDTO as wg, toMasterSimPayload as wh, newMasterSimPayload as wi, findMasterSims as wj, createMasterSim as wk, updateMasterSim as wl, deleteMasterSim as wm, type MasterDevice as wn, type AssignRemoveDeviceHistory as wo, type MasterDeviceFile as wp, MasterDeviceSchema as wq, type MasterDeviceDTO as wr, MasterDeviceQuerySchema as ws, type MasterDeviceQueryDTO as wt, DeviceSimLinkSchema as wu, type DeviceSimLinkDTO as wv, toMasterDevicePayload as ww, newMasterDevicePayload as wx, findMasterDevices as wy, createMasterDevice as wz, type MasterMainIndustry as x, toMasterExpenseTypePayload as x$, updateMasterMainState as x0, deleteMasterMainState as x1, getMasterMainStateCache as x2, MasterMainCountrySchema as x3, type MasterMainCountryDTO as x4, MasterMainCountryQuerySchema as x5, type MasterMainCountryQueryDTO as x6, toMasterMainCountryPayload as x7, newMasterMainCountryPayload as x8, findMasterMainCountries as x9, getMasterMainUnitVolumeCache as xA, type OrganisationCalendar as xB, OrganisationCalendarSchema as xC, type OrganisationCalendarDTO as xD, OrganisationCalendarQuerySchema as xE, type OrganisationCalendarQueryDTO as xF, toOrganisationCalendarPayload as xG, newOrganisationCalendarPayload as xH, findOrganisationCalendar as xI, createOrganisationCalendar as xJ, updateOrganisationCalendar as xK, deleteOrganisationCalendar as xL, type OrganisationNoticeBoard as xM, OrganisationNoticeBoardSchema as xN, type OrganisationNoticeBoardDTO as xO, OrganisationNoticeBoardQuerySchema as xP, type OrganisationNoticeBoardQueryDTO as xQ, toOrganisationNoticeBoardPayload as xR, newOrganisationNoticeBoardPayload as xS, findOrganisationNoticeBoard as xT, createOrganisationNoticeBoard as xU, updateOrganisationNoticeBoard as xV, deleteOrganisationNoticeBoard as xW, MasterExpenseTypeSchema as xX, type MasterExpenseTypeDTO as xY, MasterExpenseTypeQuerySchema as xZ, type MasterExpenseTypeQueryDTO as x_, createMasterMainCountry as xa, updateMasterMainCountry as xb, deleteMasterMainCountry as xc, getMasterMainCountryCache as xd, getMasterMainCountryCacheChild as xe, MasterMainUnitMileageSchema as xf, type MasterMainUnitMileageDTO as xg, MasterMainUnitMileageQuerySchema as xh, type MasterMainUnitMileageQueryDTO as xi, toMasterMainUnitMileagePayload as xj, newMasterMainUnitMileagePayload as xk, findMasterMainUnitMileages as xl, createMasterMainUnitMileage as xm, updateMasterMainUnitMileage as xn, deleteMasterMainUnitMileage as xo, getMasterMainUnitMileageCache as xp, MasterMainUnitVolumeSchema as xq, type MasterMainUnitVolumeDTO as xr, MasterMainUnitVolumeQuerySchema as xs, type MasterMainUnitVolumeQueryDTO as xt, toMasterMainUnitVolumePayload as xu, newMasterMainUnitVolumePayload as xv, findMasterMainUnitVolumes as xw, createMasterMainUnitVolume as xx, updateMasterMainUnitVolume as xy, deleteMasterMainUnitVolume as xz, type MasterMainCountry as y, findMasterTyreGrades as y$, newMasterExpenseTypePayload as y0, findMasterExpenseTypes as y1, createMasterExpenseType as y2, updateMasterExpenseType as y3, deleteMasterExpenseType as y4, getMasterExpenseTypeCache as y5, type MasterSparePartSubCategory as y6, MasterSparePartSubCategorySchema as y7, type MasterSparePartSubCategoryDTO as y8, SparePartSubCategoryQuerySchema as y9, SparePartUnitQuerySchema as yA, type SparePartUnitQueryDTO as yB, toMasterSparePartUnitPayload as yC, newMasterSparePartUnitPayload as yD, findMasterSparePartUnits as yE, createMasterSparePartUnit as yF, updateMasterSparePartUnit as yG, deleteMasterSparePartUnit as yH, getMasterSparePartUnitCache as yI, getMasterSparePartUnitCacheCount as yJ, MasterTripPartyTypeSchema as yK, type MasterTripPartyTypeDTO as yL, MasterTripPartyTypeQuerySchema as yM, type MasterTripPartyTypeQueryDTO as yN, toMasterTripPartyTypePayload as yO, newMasterTripPartyTypePayload as yP, findMasterTripPartyTypes as yQ, createMasterTripPartyType as yR, updateMasterTripPartyType as yS, deleteMasterTripPartyType as yT, getMasterTripPartyTypeCache as yU, MasterTyreGradeSchema as yV, type MasterTyreGradeDTO as yW, MasterTyreGradeQuerySchema as yX, type MasterTyreGradeQueryDTO as yY, toMasterTyreGradePayload as yZ, newMasterTyreGradePayload as y_, type SparePartSubCategoryQueryDTO as ya, FindCacheSchema$1 as yb, type FindCacheDTO$1 as yc, toMasterSparePartSubCategoryPayload as yd, newMasterSparePartSubCategoryPayload as ye, findMasterSparePartSubCategories as yf, createMasterSparePartSubCategory as yg, updateMasterSparePartSubCategory as yh, deleteMasterSparePartSubCategory as yi, getMasterSparePartSubCategoryCache as yj, getMasterSparePartSubCategoryCacheCount as yk, MasterSparePartCategorySchema as yl, type MasterSparePartCategoryDTO as ym, SparePartCategoryQuerySchema as yn, type SparePartCategoryQueryDTO as yo, toMasterSparePartCategoryPayload as yp, newMasterSparePartCategoryPayload as yq, findMasterSparePartCategories as yr, createMasterSparePartCategory as ys, updateMasterSparePartCategory as yt, deleteMasterSparePartCategory as yu, getMasterSparePartCategoryCache as yv, getMasterSparePartCategoryCacheChild as yw, getMasterSparePartCategoryCacheCount as yx, MasterSparePartUnitSchema as yy, type MasterSparePartUnitDTO as yz, type MasterMainDateFormat as z, getUserOrganisationCacheSimple as z$, createMasterTyreGrade as z0, updateMasterTyreGrade as z1, deleteMasterTyreGrade as z2, getMasterTyreGradeCache as z3, getMasterTyreGradeCacheCount as z4, type MasterTyreModel as z5, MasterTyreModelSchema as z6, type MasterTyreModelDTO as z7, MasterTyreModelQuerySchema as z8, type MasterTyreModelQueryDTO as z9, type MasterMainUnitDistanceQueryDTO as zA, toMasterMainUnitDistancePayload as zB, newMasterMainUnitDistancePayload as zC, findMasterMainUnitDistances as zD, createMasterMainUnitDistance as zE, updateMasterMainUnitDistance as zF, deleteMasterMainUnitDistance as zG, getMasterMainUnitDistanceCache as zH, type UserOrganisationSimple as zI, UserOrganisationSchema as zJ, type UserOrganisationDTO as zK, UserOrganisationQuerySchema as zL, type UserOrganisationQueryDTO as zM, UserOrganisationLogoSchema as zN, type UserOrganisationLogoDTO as zO, UserOrganisationShowFilterSchema as zP, type UserOrganisationShowFilterDTO as zQ, toUserOrganisationPayload as zR, newUserOrganisationPayload as zS, get_organisation_logo_presigned_url as zT, update_organisation_logo as zU, delete_organisation_logo as zV, findUserOrganisation as zW, createUserOrganisation as zX, updateUserOrganisation as zY, deleteUserOrganisation as zZ, getUserOrganisationCache as z_, FindCacheSchema as za, type FindCacheDTO as zb, toMasterTyreModelPayload as zc, newMasterTyreModelPayload as zd, findMasterTyreModels as ze, createMasterTyreModel as zf, updateMasterTyreModel as zg, deleteMasterTyreModel as zh, getMasterTyreModelCache as zi, getMasterTyreModelCacheCount as zj, MasterTyreMakeSchema as zk, type MasterTyreMakeDTO as zl, MasterTyreMakeQuerySchema as zm, type MasterTyreMakeQueryDTO as zn, toMasterTyreMakePayload as zo, newMasterTyreMakePayload as zp, findMasterTyreMakes as zq, createMasterTyreMake as zr, updateMasterTyreMake as zs, deleteMasterTyreMake as zt, getMasterTyreMakeCache as zu, getMasterTyreMakeCacheCount as zv, getMasterTyreMakeCacheChild as zw, MasterMainUnitDistanceSchema as zx, type MasterMainUnitDistanceDTO as zy, MasterMainUnitDistanceQuerySchema as zz };