vms-nest-api-document 34.0.0 → 36.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 (125) hide show
  1. package/dist/core/Enums.d.ts +5 -1
  2. package/dist/core/Enums.js +6 -0
  3. package/dist/services/account/eway_bill_details.d.ts +5 -5
  4. package/dist/services/account/fasttag_details.d.ts +5 -5
  5. package/dist/services/account/invoice_service.d.ts +1 -1
  6. package/dist/services/account/master_bookmark_service.d.ts +1 -1
  7. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  8. package/dist/services/account/report_preferences.service.d.ts +1 -1
  9. package/dist/services/account/ticket_service.d.ts +1 -1
  10. package/dist/services/account/user_bookmark_service.d.ts +1 -1
  11. package/dist/services/core/external_api_push.service.d.ts +1 -1
  12. package/dist/services/core/external_api_share.service.d.ts +1 -1
  13. package/dist/services/core/external_api_sync.service.d.ts +282 -0
  14. package/dist/services/core/external_api_sync.service.js +410 -0
  15. package/dist/services/fleet/breakdown_management/breakdown_management_service.d.ts +1 -1
  16. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
  17. package/dist/services/fleet/bus_mangement/day_run_daily_schedule_api.d.ts +1 -1
  18. package/dist/services/fleet/bus_mangement/day_run_special_schedule_api.d.ts +1 -1
  19. package/dist/services/fleet/bus_mangement/master_daily_schedule.d.ts +1 -1
  20. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  21. package/dist/services/fleet/bus_mangement/master_special_schedule.d.ts +1 -1
  22. package/dist/services/fleet/document_management/document_management_service.d.ts +1 -1
  23. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  24. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
  25. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  26. package/dist/services/fleet/incident_management/incident_management_service.d.ts +1 -1
  27. package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +1 -1
  28. package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +1 -1
  29. package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +1 -1
  30. package/dist/services/fleet/issue_management/issue_management_service.d.ts +1 -1
  31. package/dist/services/fleet/school_management/calendar_service.d.ts +1 -1
  32. package/dist/services/fleet/school_management/notice_board_service.d.ts +1 -1
  33. package/dist/services/fleet/school_management/student_service.d.ts +1 -1
  34. package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +1 -1
  35. package/dist/services/fleet/service_management/fleet_service_service.d.ts +1 -1
  36. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
  37. package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
  38. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
  39. package/dist/services/fleet/workshop_management/fleet_workshop_service.d.ts +1 -1
  40. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  41. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
  42. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
  43. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
  44. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
  45. package/dist/services/gps/features/gps_lock_digital_door_log_service.d.ts +1 -1
  46. package/dist/services/gps/features/gps_lock_relay_log_service.d.ts +1 -1
  47. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
  48. package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +18 -18
  49. package/dist/services/main/device/master_data_check_service.d.ts +5 -3
  50. package/dist/services/main/device/master_device_service.d.ts +4 -4
  51. package/dist/services/main/device/master_traccar_server_service.d.ts +4 -4
  52. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  53. package/dist/services/main/users/auth_service.d.ts +1 -1
  54. package/dist/services/main/users/user_admin_service.d.ts +1 -1
  55. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  56. package/dist/services/main/users/user_service.d.ts +1 -1
  57. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  58. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  59. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  60. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  61. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  62. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  63. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  64. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  65. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  66. package/dist/services/master/cache_reset/master_reset_cache_service.d.ts +1 -1
  67. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  68. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  69. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  70. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  71. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  72. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  73. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  74. package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
  75. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  76. package/dist/services/master/fleet/master_fleet_breakdown_type_service.d.ts +1 -1
  77. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  78. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  79. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  80. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  81. package/dist/services/master/fleet/master_fleet_service_part_service.d.ts +1 -1
  82. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  83. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  84. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  85. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  86. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  87. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  88. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  89. package/dist/services/master/main/master_main_sim_provider_service.d.ts +1 -1
  90. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  91. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  92. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  93. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  94. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  95. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  96. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  97. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  98. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  99. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  100. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  101. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  102. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  103. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  104. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  105. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  106. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  107. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  108. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  109. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  110. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  111. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  112. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  113. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  114. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  115. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  116. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  117. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  118. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  119. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  120. package/dist/services/website/contact_us_detail_service.d.ts +1 -1
  121. package/dist/services/website/exclusive_feature_access.d.ts +1 -1
  122. package/dist/services/website/faq_service.d.ts +1 -1
  123. package/dist/services/website/request_demo.service.d.ts +4 -4
  124. package/package.json +1 -1
  125. package/dist/{user_organisation_service-CjWQUkDm.d.ts → user_organisation_service-BBU1rYm0.d.ts} +2 -2
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { td as FleetServiceSchedule, te as FleetServiceScheduleDTO, tf as FleetServiceScheduleQueryDTO, tg as FleetServiceScheduleQuerySchema, th as FleetServiceScheduleSchema, ti as FleetServiceScheduleVehicleLink, tj as createFleetServiceSchedule, tk as deleteFleetServiceSchedule, tl as findFleetServiceSchedule, tm as newFleetServiceSchedulePayload, tn as toFleetServiceSchedulePayload, to as updateFleetServiceSchedule } from '../../../user_organisation_service-CjWQUkDm.js';
4
+ export { td as FleetServiceSchedule, te as FleetServiceScheduleDTO, tf as FleetServiceScheduleQueryDTO, tg as FleetServiceScheduleQuerySchema, th as FleetServiceScheduleSchema, ti as FleetServiceScheduleVehicleLink, tj as createFleetServiceSchedule, tk as deleteFleetServiceSchedule, tl as findFleetServiceSchedule, tm as newFleetServiceSchedulePayload, tn as toFleetServiceSchedulePayload, to as updateFleetServiceSchedule } from '../../../user_organisation_service-BBU1rYm0.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -2,5 +2,5 @@ import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
4
  import '../../../zod_utils/zod_base_schema.js';
5
- export { gX as FleetService, gY as FleetServiceDTO, gZ as FleetServiceDashBoardQueryDTO, g_ as FleetServiceDashBoardQuerySchema, g$ as FleetServiceFile, h0 as FleetServiceFileDTO, h1 as FleetServiceFileSchema, h2 as FleetServiceQueryDTO, h3 as FleetServiceQuerySchema, h4 as FleetServiceReminder, h5 as FleetServiceReminderDTO, h6 as FleetServiceReminderQueryDTO, h7 as FleetServiceReminderQuerySchema, h8 as FleetServiceReminderSchema, h9 as FleetServiceSchema, ha as FleetServiceTask, hb as FleetServiceTaskDTO, hc as FleetServiceTaskQueryDTO, hd as FleetServiceTaskQuerySchema, he as FleetServiceTaskSchema, hf as ServiceDashboard, hg as createFleetService, hh as createFleetServiceReminder, hi as createFleetServiceTask, hj as create_service_file, hk as deleteFleetService, hl as deleteFleetServiceReminder, hm as deleteFleetServiceTask, hn as findFleetService, ho as findFleetServiceReminder, hp as findFleetServiceTask, hq as get_service_file_presigned_url, hr as newFleetServicePayload, hs as newFleetServiceReminderPayload, ht as newFleetServiceTaskPayload, hu as remove_service_file, hv as service_dashboard, hw as toFleetServicePayload, hx as toFleetServiceReminderPayload, hy as toFleetServiceTaskPayload, hz as updateFleetService, hA as updateFleetServiceReminder, hB as updateFleetServiceTask } from '../../../user_organisation_service-CjWQUkDm.js';
5
+ export { gX as FleetService, gY as FleetServiceDTO, gZ as FleetServiceDashBoardQueryDTO, g_ as FleetServiceDashBoardQuerySchema, g$ as FleetServiceFile, h0 as FleetServiceFileDTO, h1 as FleetServiceFileSchema, h2 as FleetServiceQueryDTO, h3 as FleetServiceQuerySchema, h4 as FleetServiceReminder, h5 as FleetServiceReminderDTO, h6 as FleetServiceReminderQueryDTO, h7 as FleetServiceReminderQuerySchema, h8 as FleetServiceReminderSchema, h9 as FleetServiceSchema, ha as FleetServiceTask, hb as FleetServiceTaskDTO, hc as FleetServiceTaskQueryDTO, hd as FleetServiceTaskQuerySchema, he as FleetServiceTaskSchema, hf as ServiceDashboard, hg as createFleetService, hh as createFleetServiceReminder, hi as createFleetServiceTask, hj as create_service_file, hk as deleteFleetService, hl as deleteFleetServiceReminder, hm as deleteFleetServiceTask, hn as findFleetService, ho as findFleetServiceReminder, hp as findFleetServiceTask, hq as get_service_file_presigned_url, hr as newFleetServicePayload, hs as newFleetServiceReminderPayload, ht as newFleetServiceTaskPayload, hu as remove_service_file, hv as service_dashboard, hw as toFleetServicePayload, hx as toFleetServiceReminderPayload, hy as toFleetServiceTaskPayload, hz as updateFleetService, hA as updateFleetServiceReminder, hB as updateFleetServiceTask } from '../../../user_organisation_service-BBU1rYm0.js';
6
6
  import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { eb as FleetVendorFuelStation, ec as FleetVendorFuelStationDTO, ed as FleetVendorFuelStationQueryDTO, ee as FleetVendorFuelStationQuerySchema, ef as FleetVendorFuelStationSchema, eg as FleetVendorFuelStationSimple, eh as createFleetVendorFuelStation, ei as deleteFleetVendorFuelStation, ej as findFleetVendorFuelStation, ek as find_fuel_station_cache_simple, el as newFleetVendorFuelStationPayload, em as toFleetVendorFuelStationPayload, en as updateFleetVendorFuelStation } from '../../../user_organisation_service-CjWQUkDm.js';
4
+ export { eb as FleetVendorFuelStation, ec as FleetVendorFuelStationDTO, ed as FleetVendorFuelStationQueryDTO, ee as FleetVendorFuelStationQuerySchema, ef as FleetVendorFuelStationSchema, eg as FleetVendorFuelStationSimple, eh as createFleetVendorFuelStation, ei as deleteFleetVendorFuelStation, ej as findFleetVendorFuelStation, ek as find_fuel_station_cache_simple, el as newFleetVendorFuelStationPayload, em as toFleetVendorFuelStationPayload, en as updateFleetVendorFuelStation } from '../../../user_organisation_service-BBU1rYm0.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -2,5 +2,5 @@ import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
4
  import '../../../zod_utils/zod_base_schema.js';
5
- export { eV as FleetVendor, eW as FleetVendorAddress, eX as FleetVendorAddressDTO, eY as FleetVendorAddressQueryDTO, eZ as FleetVendorAddressQuerySchema, e_ as FleetVendorAddressSchema, e$ as FleetVendorBankAccount, f0 as FleetVendorBankAccountDTO, f1 as FleetVendorBankAccountQueryDTO, f2 as FleetVendorBankAccountQuerySchema, f3 as FleetVendorBankAccountSchema, f4 as FleetVendorContactPerson, f5 as FleetVendorContactPersonDTO, f6 as FleetVendorContactPersonLogoDTO, f7 as FleetVendorContactPersonLogoSchema, f8 as FleetVendorContactPersonQueryDTO, f9 as FleetVendorContactPersonQuerySchema, fa as FleetVendorContactPersonSchema, fb as FleetVendorDTO, fc as FleetVendorDashBoardQueryDTO, fd as FleetVendorDashBoardQuerySchema, fe as FleetVendorDocument, ff as FleetVendorDocumentDTO, fg as FleetVendorDocumentFile, fh as FleetVendorDocumentFileDTO, fi as FleetVendorDocumentFileSchema, fj as FleetVendorDocumentQueryDTO, fk as FleetVendorDocumentQuerySchema, fl as FleetVendorDocumentSchema, fm as FleetVendorLogoDTO, fn as FleetVendorLogoSchema, fo as FleetVendorQueryDTO, fp as FleetVendorQuerySchema, fq as FleetVendorReview, fr as FleetVendorReviewDTO, fs as FleetVendorReviewQueryDTO, ft as FleetVendorReviewQuerySchema, fu as FleetVendorReviewSchema, fv as FleetVendorSchema, fw as FleetVendorSimple, fx as FleetVendorTagLink, fy as FleetVendorTypeLink, fz as VendorDashboard, fA as createFleetVendor, fB as createFleetVendorAddress, fC as createFleetVendorBankAccount, fD as createFleetVendorContactPerson, fE as createFleetVendorDocument, fF as createFleetVendorReview, fG as create_vendor_document_file, fH as deleteFleetVendor, fI as deleteFleetVendorAddress, fJ as deleteFleetVendorBankAccount, fK as deleteFleetVendorContactPerson, fL as deleteFleetVendorDocument, fM as deleteFleetVendorReview, fN as findFleetVendor, fO as findFleetVendorAddress, fP as findFleetVendorBankAccount, fQ as findFleetVendorContactPerson, fR as findFleetVendorDocument, fS as findFleetVendorReview, fT as find_vendor_cache_simple, fU as get_vendor_contact_person_logo_presigned_url, fV as get_vendor_document_file_presigned_url, fW as get_vendor_logo_presigned_url, fX as newFleetVendorAddressPayload, fY as newFleetVendorBankAccountPayload, fZ as newFleetVendorContactPersonPayload, f_ as newFleetVendorDocumentPayload, f$ as newFleetVendorPayload, g0 as newFleetVendorReviewPayload, g1 as remove_vendor_contact_person_image, g2 as remove_vendor_document_file, g3 as remove_vendor_logo, g4 as toFleetVendorAddressPayload, g5 as toFleetVendorBankAccountPayload, g6 as toFleetVendorContactPersonPayload, g7 as toFleetVendorDocumentPayload, g8 as toFleetVendorPayload, g9 as toFleetVendorReviewPayload, ga as updateFleetVendor, gb as updateFleetVendorAddress, gc as updateFleetVendorBankAccount, gd as updateFleetVendorContactPerson, ge as updateFleetVendorDocument, gf as updateFleetVendorReview, gg as update_vendor_contact_person_image, gh as update_vendor_logo, gi as vendor_dashboard } from '../../../user_organisation_service-CjWQUkDm.js';
5
+ export { eV as FleetVendor, eW as FleetVendorAddress, eX as FleetVendorAddressDTO, eY as FleetVendorAddressQueryDTO, eZ as FleetVendorAddressQuerySchema, e_ as FleetVendorAddressSchema, e$ as FleetVendorBankAccount, f0 as FleetVendorBankAccountDTO, f1 as FleetVendorBankAccountQueryDTO, f2 as FleetVendorBankAccountQuerySchema, f3 as FleetVendorBankAccountSchema, f4 as FleetVendorContactPerson, f5 as FleetVendorContactPersonDTO, f6 as FleetVendorContactPersonLogoDTO, f7 as FleetVendorContactPersonLogoSchema, f8 as FleetVendorContactPersonQueryDTO, f9 as FleetVendorContactPersonQuerySchema, fa as FleetVendorContactPersonSchema, fb as FleetVendorDTO, fc as FleetVendorDashBoardQueryDTO, fd as FleetVendorDashBoardQuerySchema, fe as FleetVendorDocument, ff as FleetVendorDocumentDTO, fg as FleetVendorDocumentFile, fh as FleetVendorDocumentFileDTO, fi as FleetVendorDocumentFileSchema, fj as FleetVendorDocumentQueryDTO, fk as FleetVendorDocumentQuerySchema, fl as FleetVendorDocumentSchema, fm as FleetVendorLogoDTO, fn as FleetVendorLogoSchema, fo as FleetVendorQueryDTO, fp as FleetVendorQuerySchema, fq as FleetVendorReview, fr as FleetVendorReviewDTO, fs as FleetVendorReviewQueryDTO, ft as FleetVendorReviewQuerySchema, fu as FleetVendorReviewSchema, fv as FleetVendorSchema, fw as FleetVendorSimple, fx as FleetVendorTagLink, fy as FleetVendorTypeLink, fz as VendorDashboard, fA as createFleetVendor, fB as createFleetVendorAddress, fC as createFleetVendorBankAccount, fD as createFleetVendorContactPerson, fE as createFleetVendorDocument, fF as createFleetVendorReview, fG as create_vendor_document_file, fH as deleteFleetVendor, fI as deleteFleetVendorAddress, fJ as deleteFleetVendorBankAccount, fK as deleteFleetVendorContactPerson, fL as deleteFleetVendorDocument, fM as deleteFleetVendorReview, fN as findFleetVendor, fO as findFleetVendorAddress, fP as findFleetVendorBankAccount, fQ as findFleetVendorContactPerson, fR as findFleetVendorDocument, fS as findFleetVendorReview, fT as find_vendor_cache_simple, fU as get_vendor_contact_person_logo_presigned_url, fV as get_vendor_document_file_presigned_url, fW as get_vendor_logo_presigned_url, fX as newFleetVendorAddressPayload, fY as newFleetVendorBankAccountPayload, fZ as newFleetVendorContactPersonPayload, f_ as newFleetVendorDocumentPayload, f$ as newFleetVendorPayload, g0 as newFleetVendorReviewPayload, g1 as remove_vendor_contact_person_image, g2 as remove_vendor_document_file, g3 as remove_vendor_logo, g4 as toFleetVendorAddressPayload, g5 as toFleetVendorBankAccountPayload, g6 as toFleetVendorContactPersonPayload, g7 as toFleetVendorDocumentPayload, g8 as toFleetVendorPayload, g9 as toFleetVendorReviewPayload, ga as updateFleetVendor, gb as updateFleetVendorAddress, gc as updateFleetVendorBankAccount, gd as updateFleetVendorContactPerson, ge as updateFleetVendorDocument, gf as updateFleetVendorReview, gg as update_vendor_contact_person_image, gh as update_vendor_logo, gi as vendor_dashboard } from '../../../user_organisation_service-BBU1rYm0.js';
6
6
  import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { dK as FleetVendorServiceCenter, dL as FleetVendorServiceCenterDTO, dM as FleetVendorServiceCenterQueryDTO, dN as FleetVendorServiceCenterQuerySchema, dO as FleetVendorServiceCenterSchema, dP as FleetVendorServiceCenterSimple, dQ as createFleetVendorServiceCenter, dR as deleteFleetVendorServiceCenter, dS as findFleetVendorServiceCenter, dT as find_service_center_cache_simple, dU as newFleetVendorServiceCenterPayload, dV as toFleetVendorServiceCenterPayload, dW as updateFleetVendorServiceCenter } from '../../../user_organisation_service-CjWQUkDm.js';
4
+ export { dK as FleetVendorServiceCenter, dL as FleetVendorServiceCenterDTO, dM as FleetVendorServiceCenterQueryDTO, dN as FleetVendorServiceCenterQuerySchema, dO as FleetVendorServiceCenterSchema, dP as FleetVendorServiceCenterSimple, dQ as createFleetVendorServiceCenter, dR as deleteFleetVendorServiceCenter, dS as findFleetVendorServiceCenter, dT as find_service_center_cache_simple, dU as newFleetVendorServiceCenterPayload, dV as toFleetVendorServiceCenterPayload, dW as updateFleetVendorServiceCenter } from '../../../user_organisation_service-BBU1rYm0.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { gj as FleetWorkshop, gk as FleetWorkshopDTO, gl as FleetWorkshopDashBoardQueryDTO, gm as FleetWorkshopDashBoardQuerySchema, gn as FleetWorkshopQueryDTO, go as FleetWorkshopQuerySchema, gp as FleetWorkshopSchema, gq as FleetWorkshopSimple, gr as WorkshopDashboard, gs as createFleetWorkshop, gt as deleteFleetWorkshop, gu as findFleetWorkshop, gv as find_workshop_cache_simple, gw as fleet_workshop_dashboard, gx as newFleetWorkshopPayload, gy as toFleetWorkshopPayload, gz as updateFleetWorkshop } from '../../../user_organisation_service-CjWQUkDm.js';
4
+ export { gj as FleetWorkshop, gk as FleetWorkshopDTO, gl as FleetWorkshopDashBoardQueryDTO, gm as FleetWorkshopDashBoardQuerySchema, gn as FleetWorkshopQueryDTO, go as FleetWorkshopQuerySchema, gp as FleetWorkshopSchema, gq as FleetWorkshopSimple, gr as WorkshopDashboard, gs as createFleetWorkshop, gt as deleteFleetWorkshop, gu as findFleetWorkshop, gv as find_workshop_cache_simple, gw as fleet_workshop_dashboard, gx as newFleetWorkshopPayload, gy as toFleetWorkshopPayload, gz as updateFleetWorkshop } from '../../../user_organisation_service-BBU1rYm0.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../../core/Enums.js';
2
2
  import '../../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { pz as GPSGeofence, pA as GPSGeofenceCache, pB as GPSGeofenceDTO, pC as GPSGeofencePolilineData, pD as GPSGeofencePolilineDataDTO, pE as GPSGeofencePolilineDataSchema, pF as GPSGeofenceQueryDTO, pG as GPSGeofenceQuerySchema, pH as GPSGeofenceSchema, pI as createGPSGeofence, pJ as deleteGPSGeofence, pK as findGPSGeofence, pL as getGPSGeofenceCache, pM as newGPSGeofencePayload, pN as toGPSGeofencePayload, pO as updateGPSGeofence } from '../../../../user_organisation_service-CjWQUkDm.js';
4
+ export { pz as GPSGeofence, pA as GPSGeofenceCache, pB as GPSGeofenceDTO, pC as GPSGeofencePolilineData, pD as GPSGeofencePolilineDataDTO, pE as GPSGeofencePolilineDataSchema, pF as GPSGeofenceQueryDTO, pG as GPSGeofenceQuerySchema, pH as GPSGeofenceSchema, pI as createGPSGeofence, pJ as deleteGPSGeofence, pK as findGPSGeofence, pL as getGPSGeofenceCache, pM as newGPSGeofencePayload, pN as toGPSGeofencePayload, pO as updateGPSGeofence } from '../../../../user_organisation_service-BBU1rYm0.js';
5
5
  import '../../../../zod_utils/zod_base_schema.js';
6
6
  import '../../reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../../core/Enums.js';
2
2
  import '../../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { pP as GPSGeofenceTransaction, pQ as GPSGeofenceTransactionDTO, pR as GPSGeofenceTransactionQueryDTO, pS as GPSGeofenceTransactionQuerySchema, pT as GPSGeofenceTransactionSchema, pU as createGPSGeofenceTransaction, pV as deleteGPSGeofenceTransaction, pW as findGPSGeofenceTransaction, pX as newGPSGeofenceTransactionPayload, pY as toGPSGeofenceTransactionPayload, pZ as updateGPSGeofenceTransaction } from '../../../../user_organisation_service-CjWQUkDm.js';
4
+ export { pP as GPSGeofenceTransaction, pQ as GPSGeofenceTransactionDTO, pR as GPSGeofenceTransactionQueryDTO, pS as GPSGeofenceTransactionQuerySchema, pT as GPSGeofenceTransactionSchema, pU as createGPSGeofenceTransaction, pV as deleteGPSGeofenceTransaction, pW as findGPSGeofenceTransaction, pX as newGPSGeofenceTransactionPayload, pY as toGPSGeofenceTransactionPayload, pZ as updateGPSGeofenceTransaction } from '../../../../user_organisation_service-BBU1rYm0.js';
5
5
  import '../../../../zod_utils/zod_base_schema.js';
6
6
  import '../../reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../../core/Enums.js';
2
2
  import '../../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { pd as GPSGeofenceTransactionSummary, pe as GPSGeofenceTransactionSummaryDTO, pf as GPSGeofenceTransactionSummaryQueryDTO, pg as GPSGeofenceTransactionSummaryQuerySchema, ph as GPSGeofenceTransactionSummarySchema, pi as createGPSGeofenceTransactionSummary, pj as deleteGPSGeofenceTransactionSummary, pk as findGPSGeofenceTransactionSummary, pl as newGPSGeofenceTransactionSummaryPayload, pm as toGPSGeofenceTransactionSummaryPayload, pn as updateGPSGeofenceTransactionSummary } from '../../../../user_organisation_service-CjWQUkDm.js';
4
+ export { pd as GPSGeofenceTransactionSummary, pe as GPSGeofenceTransactionSummaryDTO, pf as GPSGeofenceTransactionSummaryQueryDTO, pg as GPSGeofenceTransactionSummaryQuerySchema, ph as GPSGeofenceTransactionSummarySchema, pi as createGPSGeofenceTransactionSummary, pj as deleteGPSGeofenceTransactionSummary, pk as findGPSGeofenceTransactionSummary, pl as newGPSGeofenceTransactionSummaryPayload, pm as toGPSGeofenceTransactionSummaryPayload, pn as updateGPSGeofenceTransactionSummary } from '../../../../user_organisation_service-BBU1rYm0.js';
5
5
  import '../../../../zod_utils/zod_base_schema.js';
6
6
  import '../../reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../../core/Enums.js';
2
2
  import '../../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { po as TripGeofenceToGeofence, pp as TripGeofenceToGeofenceDTO, pq as TripGeofenceToGeofenceQueryDTO, pr as TripGeofenceToGeofenceQuerySchema, ps as TripGeofenceToGeofenceSchema, pt as createTripGeofenceToGeofence, pu as deleteTripGeofenceToGeofence, pv as findTripGeofenceToGeofence, pw as newTripGeofenceToGeofencePayload, px as toTripGeofenceToGeofencePayload, py as updateTripGeofenceToGeofence } from '../../../../user_organisation_service-CjWQUkDm.js';
4
+ export { po as TripGeofenceToGeofence, pp as TripGeofenceToGeofenceDTO, pq as TripGeofenceToGeofenceQueryDTO, pr as TripGeofenceToGeofenceQuerySchema, ps as TripGeofenceToGeofenceSchema, pt as createTripGeofenceToGeofence, pu as deleteTripGeofenceToGeofence, pv as findTripGeofenceToGeofence, pw as newTripGeofenceToGeofencePayload, px as toTripGeofenceToGeofencePayload, py as updateTripGeofenceToGeofence } from '../../../../user_organisation_service-BBU1rYm0.js';
5
5
  import '../../../../zod_utils/zod_base_schema.js';
6
6
  import '../../reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { tp as GPSLiveTrackShareLink, tq as GPSLiveTrackShareLinkDTO, tr as GPSLiveTrackShareLinkNotification, ts as GPSLiveTrackShareLinkNotificationDTO, tt as GPSLiveTrackShareLinkNotificationSchema, tu as GPSLiveTrackShareLinkQueryDTO, tv as GPSLiveTrackShareLinkQuerySchema, tw as GPSLiveTrackShareLinkSchema, tx as GPSLiveTrackShareLinkUpdateExpiryTimeDTO, ty as GPSLiveTrackShareLinkUpdateExpiryTimeSchema, tz as GPSLiveTrackShareLinkUpdateLinkStatusDTO, tA as GPSLiveTrackShareLinkUpdateLinkStatusSchema, tB as createGPSLiveTrackShareLink, tC as createGPSLiveTrackShareLinkNotification, tD as deleteGPSLiveTrackShareLink, tE as extendGPSLiveTrackLinkTime, tF as findGPSLiveTrackShareLink, tG as newGPSLiveTrackShareLinkPayload, tH as toGPSLiveTrackShareLinkPayload, tI as updateGPSLiveTrackLinkStatus } from '../../../user_organisation_service-CjWQUkDm.js';
4
+ export { tp as GPSLiveTrackShareLink, tq as GPSLiveTrackShareLinkDTO, tr as GPSLiveTrackShareLinkNotification, ts as GPSLiveTrackShareLinkNotificationDTO, tt as GPSLiveTrackShareLinkNotificationSchema, tu as GPSLiveTrackShareLinkQueryDTO, tv as GPSLiveTrackShareLinkQuerySchema, tw as GPSLiveTrackShareLinkSchema, tx as GPSLiveTrackShareLinkUpdateExpiryTimeDTO, ty as GPSLiveTrackShareLinkUpdateExpiryTimeSchema, tz as GPSLiveTrackShareLinkUpdateLinkStatusDTO, tA as GPSLiveTrackShareLinkUpdateLinkStatusSchema, tB as createGPSLiveTrackShareLink, tC as createGPSLiveTrackShareLinkNotification, tD as deleteGPSLiveTrackShareLink, tE as extendGPSLiveTrackLinkTime, tF as findGPSLiveTrackShareLink, tG as newGPSLiveTrackShareLinkPayload, tH as toGPSLiveTrackShareLinkPayload, tI as updateGPSLiveTrackLinkStatus } from '../../../user_organisation_service-BBU1rYm0.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,7 +1,7 @@
1
1
  import { RequestType, YesNo, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy } from '../../../core/Enums.js';
2
2
  import { SBR, FBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User, M as MasterVehicle, d as MasterDriver } from '../../../user_organisation_service-CjWQUkDm.js';
4
+ import { U as UserOrganisation, a as User, M as MasterVehicle, d as MasterDriver } from '../../../user_organisation_service-BBU1rYm0.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../reports/gps_models/FuelConsumptionMonthly.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { RequestType, YesNo, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy } from '../../../core/Enums.js';
2
2
  import { SBR, FBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, a as User, M as MasterVehicle, d as MasterDriver } from '../../../user_organisation_service-CjWQUkDm.js';
4
+ import { U as UserOrganisation, a as User, M as MasterVehicle, d as MasterDriver } from '../../../user_organisation_service-BBU1rYm0.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../reports/gps_models/FuelConsumptionMonthly.js';
7
7
 
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { tJ as GPSTrackHistoryShareLink, tK as GPSTrackHistoryShareLinkDTO, tL as GPSTrackHistoryShareLinkNotification, tM as GPSTrackHistoryShareLinkNotificationDTO, tN as GPSTrackHistoryShareLinkNotificationSchema, tO as GPSTrackHistoryShareLinkQueryDTO, tP as GPSTrackHistoryShareLinkQuerySchema, tQ as GPSTrackHistoryShareLinkSchema, tR as GPSTrackHistoryShareLinkUpdateLinkStatusDTO, tS as GPSTrackHistoryShareLinkUpdateLinkStatusSchema, tT as createGPSTrackHistoryShareLink, tU as createGPSTrackHistoryShareLinkNotification, tV as deleteGPSTrackHistoryShareLink, tW as findGPSTrackHistoryShareLink, tX as newGPSTrackHistoryShareLinkPayload, tY as toGPSTrackHistoryShareLinkPayload, tZ as updateTrackHistoryLinkStatus } from '../../../user_organisation_service-CjWQUkDm.js';
4
+ export { tJ as GPSTrackHistoryShareLink, tK as GPSTrackHistoryShareLinkDTO, tL as GPSTrackHistoryShareLinkNotification, tM as GPSTrackHistoryShareLinkNotificationDTO, tN as GPSTrackHistoryShareLinkNotificationSchema, tO as GPSTrackHistoryShareLinkQueryDTO, tP as GPSTrackHistoryShareLinkQuerySchema, tQ as GPSTrackHistoryShareLinkSchema, tR as GPSTrackHistoryShareLinkUpdateLinkStatusDTO, tS as GPSTrackHistoryShareLinkUpdateLinkStatusSchema, tT as createGPSTrackHistoryShareLink, tU as createGPSTrackHistoryShareLinkNotification, tV as deleteGPSTrackHistoryShareLink, tW as findGPSTrackHistoryShareLink, tX as newGPSTrackHistoryShareLinkPayload, tY as toGPSTrackHistoryShareLinkPayload, tZ as updateTrackHistoryLinkStatus } from '../../../user_organisation_service-BBU1rYm0.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../reports/gps_models/FuelConsumptionMonthly.js';
@@ -36,14 +36,13 @@ declare const MultipleVehicleReportSchema: z.ZodObject<{
36
36
  vehicle_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
37
37
  driver_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
38
38
  }, "strip", z.ZodTypeAny, {
39
- night_driving: NightDriving;
40
39
  search: string;
41
40
  paging: PAGING;
42
41
  page_count: number;
43
42
  page_index: number;
43
+ login_from: LoginFrom;
44
44
  date_format_id: string;
45
45
  time_zone_id: string;
46
- login_from: LoginFrom;
47
46
  organisation_id: string;
48
47
  db_instance: string;
49
48
  db_group: string;
@@ -51,6 +50,7 @@ declare const MultipleVehicleReportSchema: z.ZodObject<{
51
50
  from_date: string;
52
51
  to_date: string;
53
52
  time_slot: TimeSlot;
53
+ night_driving: NightDriving;
54
54
  over_speed: OverSpeed;
55
55
  utilization_km: number;
56
56
  raw_data: YesNo;
@@ -58,21 +58,21 @@ declare const MultipleVehicleReportSchema: z.ZodObject<{
58
58
  vehicle_summary: YesNo;
59
59
  driver_summary: YesNo;
60
60
  }, {
61
+ login_from: LoginFrom;
61
62
  date_format_id: string;
62
63
  time_zone_id: string;
63
- login_from: LoginFrom;
64
64
  organisation_id: string;
65
65
  db_instance: string;
66
66
  db_group: string;
67
67
  from_date: string;
68
68
  to_date: string;
69
- night_driving?: NightDriving | undefined;
70
69
  search?: string | undefined;
71
70
  paging?: PAGING | undefined;
72
71
  page_count?: unknown;
73
72
  page_index?: unknown;
74
73
  vehicle_ids?: string[] | undefined;
75
74
  time_slot?: TimeSlot | undefined;
75
+ night_driving?: NightDriving | undefined;
76
76
  over_speed?: OverSpeed | undefined;
77
77
  utilization_km?: unknown;
78
78
  raw_data?: YesNo | undefined;
@@ -105,20 +105,20 @@ declare const MultipleDriverReportSchema: z.ZodObject<{
105
105
  vehicle_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
106
106
  driver_summary: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
107
107
  }, "strip", z.ZodTypeAny, {
108
- night_driving: NightDriving;
109
108
  search: string;
110
109
  paging: PAGING;
111
110
  page_count: number;
112
111
  page_index: number;
112
+ login_from: LoginFrom;
113
113
  date_format_id: string;
114
114
  time_zone_id: string;
115
- login_from: LoginFrom;
116
115
  organisation_id: string;
117
116
  db_instance: string;
118
117
  db_group: string;
119
118
  from_date: string;
120
119
  to_date: string;
121
120
  time_slot: TimeSlot;
121
+ night_driving: NightDriving;
122
122
  over_speed: OverSpeed;
123
123
  utilization_km: number;
124
124
  raw_data: YesNo;
@@ -127,20 +127,20 @@ declare const MultipleDriverReportSchema: z.ZodObject<{
127
127
  driver_summary: YesNo;
128
128
  driver_ids: string[];
129
129
  }, {
130
+ login_from: LoginFrom;
130
131
  date_format_id: string;
131
132
  time_zone_id: string;
132
- login_from: LoginFrom;
133
133
  organisation_id: string;
134
134
  db_instance: string;
135
135
  db_group: string;
136
136
  from_date: string;
137
137
  to_date: string;
138
- night_driving?: NightDriving | undefined;
139
138
  search?: string | undefined;
140
139
  paging?: PAGING | undefined;
141
140
  page_count?: unknown;
142
141
  page_index?: unknown;
143
142
  time_slot?: TimeSlot | undefined;
143
+ night_driving?: NightDriving | undefined;
144
144
  over_speed?: OverSpeed | undefined;
145
145
  utilization_km?: unknown;
146
146
  raw_data?: YesNo | undefined;
@@ -173,9 +173,9 @@ declare const SimpleReportSchema: z.ZodObject<{
173
173
  paging: PAGING;
174
174
  page_count: number;
175
175
  page_index: number;
176
+ login_from: LoginFrom;
176
177
  date_format_id: string;
177
178
  time_zone_id: string;
178
- login_from: LoginFrom;
179
179
  organisation_id: string;
180
180
  db_instance: string;
181
181
  db_group: string;
@@ -186,9 +186,9 @@ declare const SimpleReportSchema: z.ZodObject<{
186
186
  interval_seconds: number;
187
187
  boolean_type: BooleanType;
188
188
  }, {
189
+ login_from: LoginFrom;
189
190
  date_format_id: string;
190
191
  time_zone_id: string;
191
- login_from: LoginFrom;
192
192
  organisation_id: string;
193
193
  db_instance: string;
194
194
  db_group: string;
@@ -224,9 +224,9 @@ declare const MultipleVehicleLast24HoursReportSchema: z.ZodObject<{
224
224
  paging: PAGING;
225
225
  page_count: number;
226
226
  page_index: number;
227
+ login_from: LoginFrom;
227
228
  date_format_id: string;
228
229
  time_zone_id: string;
229
- login_from: LoginFrom;
230
230
  organisation_id: string;
231
231
  db_instance: string;
232
232
  db_group: string;
@@ -234,9 +234,9 @@ declare const MultipleVehicleLast24HoursReportSchema: z.ZodObject<{
234
234
  utilization_km: number;
235
235
  is12am: Is12AM;
236
236
  }, {
237
+ login_from: LoginFrom;
237
238
  date_format_id: string;
238
239
  time_zone_id: string;
239
- login_from: LoginFrom;
240
240
  organisation_id: string;
241
241
  db_instance: string;
242
242
  db_group: string;
@@ -270,9 +270,9 @@ declare const SingleVehicleReportSchema: z.ZodObject<{
270
270
  paging: PAGING;
271
271
  page_count: number;
272
272
  page_index: number;
273
+ login_from: LoginFrom;
273
274
  date_format_id: string;
274
275
  time_zone_id: string;
275
- login_from: LoginFrom;
276
276
  organisation_id: string;
277
277
  db_instance: string;
278
278
  db_group: string;
@@ -281,9 +281,9 @@ declare const SingleVehicleReportSchema: z.ZodObject<{
281
281
  from_date_time: string;
282
282
  to_date_time: string;
283
283
  }, {
284
+ login_from: LoginFrom;
284
285
  date_format_id: string;
285
286
  time_zone_id: string;
286
- login_from: LoginFrom;
287
287
  organisation_id: string;
288
288
  db_instance: string;
289
289
  db_group: string;
@@ -315,17 +315,17 @@ declare const VehicleDashboardSummaryQuerySchema: z.ZodObject<{
315
315
  paging: PAGING;
316
316
  page_count: number;
317
317
  page_index: number;
318
+ login_from: LoginFrom;
318
319
  date_format_id: string;
319
320
  time_zone_id: string;
320
- login_from: LoginFrom;
321
321
  organisation_id: string;
322
322
  db_instance: string;
323
323
  db_group: string;
324
324
  vehicle_id: string;
325
325
  }, {
326
+ login_from: LoginFrom;
326
327
  date_format_id: string;
327
328
  time_zone_id: string;
328
- login_from: LoginFrom;
329
329
  organisation_id: string;
330
330
  db_instance: string;
331
331
  db_group: string;
@@ -362,9 +362,9 @@ declare const AlertReportSchema: z.ZodObject<{
362
362
  paging: PAGING;
363
363
  page_count: number;
364
364
  page_index: number;
365
+ login_from: LoginFrom;
365
366
  date_format_id: string;
366
367
  time_zone_id: string;
367
- login_from: LoginFrom;
368
368
  organisation_id: string;
369
369
  db_instance: string;
370
370
  db_group: string;
@@ -378,9 +378,9 @@ declare const AlertReportSchema: z.ZodObject<{
378
378
  alert_types: AlertType[];
379
379
  alert_sub_types: AlertSubType[];
380
380
  }, {
381
+ login_from: LoginFrom;
381
382
  date_format_id: string;
382
383
  time_zone_id: string;
383
- login_from: LoginFrom;
384
384
  organisation_id: string;
385
385
  db_instance: string;
386
386
  db_group: string;
@@ -10,6 +10,8 @@ interface DataCheckTraccarRow extends Record<string, unknown> {
10
10
  fix_time: string | null;
11
11
  server_time: string | null;
12
12
  nearest_location_f: string | null;
13
+ t1: string | null;
14
+ t2: string | null;
13
15
  payload: unknown;
14
16
  }
15
17
  interface DataCheckProtocolRow extends Record<string, unknown> {
@@ -97,8 +99,9 @@ declare const MasterDataCheckQuerySchema: z.ZodObject<{
97
99
  master_traccar_server_id: z.ZodEffects<z.ZodString, string, string>;
98
100
  search: z.ZodEffects<z.ZodString, string, string>;
99
101
  }, "strip", z.ZodTypeAny, {
100
- search: string;
102
+ master_traccar_server_id: string;
101
103
  status: Status[];
104
+ search: string;
102
105
  paging: PAGING;
103
106
  page_count: number;
104
107
  page_index: number;
@@ -118,12 +121,11 @@ declare const MasterDataCheckQuerySchema: z.ZodObject<{
118
121
  include_master_data: YesNo;
119
122
  date_format_id: string;
120
123
  time_zone_id: string;
121
- master_traccar_server_id: string;
122
124
  }, {
125
+ master_traccar_server_id: string;
123
126
  search: string;
124
127
  date_format_id: string;
125
128
  time_zone_id: string;
126
- master_traccar_server_id: string;
127
129
  status?: Status[] | undefined;
128
130
  paging?: PAGING | undefined;
129
131
  page_count?: unknown;
@@ -74,8 +74,9 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
74
74
  } & {
75
75
  master_traccar_server_id: z.ZodEffects<z.ZodString, string, string>;
76
76
  }, "strip", z.ZodTypeAny, {
77
- search: string;
77
+ master_traccar_server_id: string;
78
78
  status: Status[];
79
+ search: string;
79
80
  paging: PAGING;
80
81
  page_count: number;
81
82
  page_index: number;
@@ -95,13 +96,12 @@ declare const MasterDeviceQuerySchema: z.ZodObject<{
95
96
  include_master_data: YesNo;
96
97
  date_format_id: string;
97
98
  time_zone_id: string;
98
- master_traccar_server_id: string;
99
99
  }, {
100
+ master_traccar_server_id: string;
100
101
  date_format_id: string;
101
102
  time_zone_id: string;
102
- master_traccar_server_id: string;
103
- search?: string | undefined;
104
103
  status?: Status[] | undefined;
104
+ search?: string | undefined;
105
105
  paging?: PAGING | undefined;
106
106
  page_count?: unknown;
107
107
  page_index?: unknown;
@@ -35,7 +35,6 @@ declare const MasterTraccarServerSchema: z.ZodObject<{
35
35
  api_admin_password: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
36
36
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
37
37
  }, "strip", z.ZodTypeAny, {
38
- status: Status;
39
38
  server_code: string;
40
39
  db_host: string;
41
40
  db_port: number;
@@ -48,9 +47,10 @@ declare const MasterTraccarServerSchema: z.ZodObject<{
48
47
  api_base_url: string;
49
48
  api_admin_email: string;
50
49
  api_admin_password: string;
51
- }, {
52
50
  status: Status;
51
+ }, {
53
52
  server_code: string;
53
+ status: Status;
54
54
  db_host?: string | undefined;
55
55
  db_port?: unknown;
56
56
  db_name?: string | undefined;
@@ -97,8 +97,8 @@ declare const MasterTraccarServerQuerySchema: z.ZodObject<{
97
97
  } & {
98
98
  master_traccar_server_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
99
99
  }, "strip", z.ZodTypeAny, {
100
- search: string;
101
100
  status: Status[];
101
+ search: string;
102
102
  paging: PAGING;
103
103
  page_count: number;
104
104
  page_index: number;
@@ -122,8 +122,8 @@ declare const MasterTraccarServerQuerySchema: z.ZodObject<{
122
122
  }, {
123
123
  date_format_id: string;
124
124
  time_zone_id: string;
125
- search?: string | undefined;
126
125
  status?: Status[] | undefined;
126
+ search?: string | undefined;
127
127
  paging?: PAGING | undefined;
128
128
  page_count?: unknown;
129
129
  page_index?: unknown;
@@ -2,5 +2,5 @@ import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
4
  import '../../../zod_utils/zod_base_schema.js';
5
- export { p_ as AssignRemoveDriverHistory, p$ as DriverLoginPush, d as MasterDriver, q0 as MasterDriverDTO, q1 as MasterDriverFile, q2 as MasterDriverFileDTO, q3 as MasterDriverFileSchema, q4 as MasterDriverLogoDTO, q5 as MasterDriverLogoSchema, q6 as MasterDriverProfileDTO, q7 as MasterDriverProfileSchema, q8 as MasterDriverQueryDTO, q9 as MasterDriverQuerySchema, qa as MasterDriverSchema, qb as createMasterDriver, qc as create_master_driver_file, qd as deleteMasterDriver, qe as findMasterDriver, qf as getMasterDriverCache, qg as getMasterDriverCacheSimple, qh as get_master_driver_file_presigned_url, qi as get_master_driver_image_presigned_url, qj as newDriverPayload, qk as remove_master_driver_file, ql as remove_master_driver_image, qm as toDriverPayload, qn as toDriverProfilePayload, qo as updateMasterDriver, qp as updateMasterDriverProfile, qq as update_master_driver_image } from '../../../user_organisation_service-CjWQUkDm.js';
5
+ export { p_ as AssignRemoveDriverHistory, p$ as DriverLoginPush, d as MasterDriver, q0 as MasterDriverDTO, q1 as MasterDriverFile, q2 as MasterDriverFileDTO, q3 as MasterDriverFileSchema, q4 as MasterDriverLogoDTO, q5 as MasterDriverLogoSchema, q6 as MasterDriverProfileDTO, q7 as MasterDriverProfileSchema, q8 as MasterDriverQueryDTO, q9 as MasterDriverQuerySchema, qa as MasterDriverSchema, qb as createMasterDriver, qc as create_master_driver_file, qd as deleteMasterDriver, qe as findMasterDriver, qf as getMasterDriverCache, qg as getMasterDriverCacheSimple, qh as get_master_driver_file_presigned_url, qi as get_master_driver_image_presigned_url, qj as newDriverPayload, qk as remove_master_driver_file, ql as remove_master_driver_image, qm as toDriverPayload, qn as toDriverProfilePayload, qo as updateMasterDriver, qp as updateMasterDriverProfile, qq as update_master_driver_image } from '../../../user_organisation_service-BBU1rYm0.js';
6
6
  import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,6 +1,6 @@
1
1
  import { SBR, BR } from '../../../core/BaseResponse.js';
2
2
  import { z } from 'zod';
3
- import { f as UserAdmin, d as MasterDriver, a as User } from '../../../user_organisation_service-CjWQUkDm.js';
3
+ import { f as UserAdmin, d as MasterDriver, a as User } from '../../../user_organisation_service-BBU1rYm0.js';
4
4
  import { LoginFrom } from '../../../core/Enums.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { f as UserAdmin, vD as UserAdminDTO, vE as UserAdminLoginPush, vF as UserAdminLogoDTO, vG as UserAdminLogoSchema, vH as UserAdminProfileDTO, vI as UserAdminProfileSchema, vJ as UserAdminQueryDTO, vK as UserAdminQuerySchema, vL as UserAdminSchema, vM as createUserAdmin, vN as deleteUserAdmin, vO as findUserAdmin, vP as getAdminUserCache, vQ as get_admin_image_presigned_url, vR as newUserAdminPayload, vS as remove_admin_image, vT as toUserAdminProfilePayload, vU as updateUserAdmin, vV as updateUserAdminProfile, vW as update_admin_image } from '../../../user_organisation_service-CjWQUkDm.js';
4
+ export { f as UserAdmin, vD as UserAdminDTO, vE as UserAdminLoginPush, vF as UserAdminLogoDTO, vG as UserAdminLogoSchema, vH as UserAdminProfileDTO, vI as UserAdminProfileSchema, vJ as UserAdminQueryDTO, vK as UserAdminQuerySchema, vL as UserAdminSchema, vM as createUserAdmin, vN as deleteUserAdmin, vO as findUserAdmin, vP as getAdminUserCache, vQ as get_admin_image_presigned_url, vR as newUserAdminPayload, vS as remove_admin_image, vT as toUserAdminProfilePayload, vU as updateUserAdmin, vV as updateUserAdminProfile, vW as update_admin_image } from '../../../user_organisation_service-BBU1rYm0.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { AW as NextOrganisationUTrackId, U as UserOrganisation, AX as UserOrganisationDTO, AY as UserOrganisationLogoDTO, AZ as UserOrganisationLogoSchema, A_ as UserOrganisationQueryDTO, A$ as UserOrganisationQuerySchema, B0 as UserOrganisationSchema, B1 as UserOrganisationShowFilterDTO, B2 as UserOrganisationShowFilterSchema, B3 as UserOrganisationSimple, B4 as createUserOrganisation, B5 as deleteUserOrganisation, B6 as findUserOrganisation, B7 as getNextOrganisationUTrackId, B8 as getUserOrganisationCache, B9 as getUserOrganisationCacheSimple, Ba as get_organisation_logo_presigned_url, Bb as newUserOrganisationPayload, Bc as remove_organisation_logo, Bd as toUserOrganisationPayload, Be as updateUserOrganisation, Bf as updateUserOrganisationShowFilter, Bg as update_organisation_logo } from '../../../user_organisation_service-CjWQUkDm.js';
4
+ export { AW as NextOrganisationUTrackId, U as UserOrganisation, AX as UserOrganisationDTO, AY as UserOrganisationLogoDTO, AZ as UserOrganisationLogoSchema, A_ as UserOrganisationQueryDTO, A$ as UserOrganisationQuerySchema, B0 as UserOrganisationSchema, B1 as UserOrganisationShowFilterDTO, B2 as UserOrganisationShowFilterSchema, B3 as UserOrganisationSimple, B4 as createUserOrganisation, B5 as deleteUserOrganisation, B6 as findUserOrganisation, B7 as getNextOrganisationUTrackId, B8 as getUserOrganisationCache, B9 as getUserOrganisationCacheSimple, Ba as get_organisation_logo_presigned_url, Bb as newUserOrganisationPayload, Bc as remove_organisation_logo, Bd as toUserOrganisationPayload, Be as updateUserOrganisation, Bf as updateUserOrganisationShowFilter, Bg as update_organisation_logo } from '../../../user_organisation_service-BBU1rYm0.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { a as User, xd as UserDTO, xe as UserDefaultDateFormatDTO, xf as UserDefaultDateFormatSchema, xg as UserDefaultLanguageDTO, xh as UserDefaultLanguageSchema, xi as UserDefaultTimeZoneDTO, xj as UserDefaultTimeZoneSchema, xk as UserLoginPush, xl as UserLogoDTO, xm as UserLogoSchema, xn as UserProfileDTO, xo as UserProfileSchema, xp as UserQueryDTO, xq as UserQuerySchema, xr as UserSchema, xs as UserVehicleLink, xt as createUser, xu as deleteUser, xv as findUser, xw as getUserCache, xx as getUserCacheSimple, xy as get_user_image_presigned_url, xz as newUserPayload, xA as remove_user_image, xB as toUserPayload, xC as toUserProfilePayload, xD as updateUser, xE as updateUserDefaultDateformat, xF as updateUserDefaultLanguage, xG as updateUserDefaultTimezone, xH as updateUserProfile, xI as update_user_image } from '../../../user_organisation_service-CjWQUkDm.js';
4
+ export { a as User, xd as UserDTO, xe as UserDefaultDateFormatDTO, xf as UserDefaultDateFormatSchema, xg as UserDefaultLanguageDTO, xh as UserDefaultLanguageSchema, xi as UserDefaultTimeZoneDTO, xj as UserDefaultTimeZoneSchema, xk as UserLoginPush, xl as UserLogoDTO, xm as UserLogoSchema, xn as UserProfileDTO, xo as UserProfileSchema, xp as UserQueryDTO, xq as UserQuerySchema, xr as UserSchema, xs as UserVehicleLink, xt as createUser, xu as deleteUser, xv as findUser, xw as getUserCache, xx as getUserCacheSimple, xy as get_user_image_presigned_url, xz as newUserPayload, xA as remove_user_image, xB as toUserPayload, xC as toUserProfilePayload, xD as updateUser, xE as updateUserDefaultDateformat, xF as updateUserDefaultLanguage, xG as updateUserDefaultTimezone, xH as updateUserProfile, xI as update_user_image } from '../../../user_organisation_service-BBU1rYm0.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,7 +1,7 @@
1
1
  import { Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo, OdometerSource } from '../../../../core/Enums.js';
2
2
  import { SBR, FBR } from '../../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, M as MasterVehicle } from '../../../../user_organisation_service-CjWQUkDm.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../../../user_organisation_service-BBU1rYm0.js';
5
5
  import '../../../../zod_utils/zod_base_schema.js';
6
6
  import '../../../gps/reports/gps_models/FuelConsumptionMonthly.js';
7
7
 
@@ -2,5 +2,5 @@ import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
4
  import '../../../zod_utils/zod_base_schema.js';
5
- export { uf as CalibrationFileDTO, ug as CalibrationFileSchema, M as MasterVehicle, uh as MasterVehicleDeviceChange, ui as MasterVehicleDeviceChangeQueryDTO, uj as MasterVehicleDeviceChangeQuerySchema, uk as MasterVehicleDropdown, ul as MasterVehicleFile, um as MasterVehicleFileDTO, un as MasterVehicleFileSchema, uo as MasterVehicleMultiOrgDropdown, up as MasterVehicleSimChange, uq as MasterVehicleSimChangeQueryDTO, ur as MasterVehicleSimChangeQuerySchema, us as NoGPSDataVehiclesQueryDTO, ut as NoGPSDataVehiclesQuerySchema, uu as UpdateGPSDeviceDetailsDTO, uv as UpdateGPSDeviceDetailsSchema, uw as UpdateGPSSimDetailsDTO, ux as UpdateGPSSimDetailsSchema, uy as VehicleCaheMultiOrganisationQueryDTO, uz as VehicleCaheMultiOrganisationQuerySchema, uA as VehicleDTO, uB as VehicleDetailBody, uC as VehicleDetailBodyDTO, uD as VehicleDetailBodySchema, uE as VehicleDetailGPS, uF as VehicleDetailGPSSensorDTO, uG as VehicleDetailGPSSensorSchema, uH as VehicleDetailLifeCycle, uI as VehicleDetailLifeCycleDTO, uJ as VehicleDetailLifeCycleSchema, uK as VehicleDetailPurchase, uL as VehicleDetailPurchaseDTO, uM as VehicleDetailPurchaseSchema, uN as VehicleDetailTrip, uO as VehicleDetailTripDTO, uP as VehicleDetailTripSchema, uQ as VehicleDriverLinkDTO, uR as VehicleDriverLinkSchema, uS as VehicleGPSQueryDTO, uT as VehicleGPSQuerySchema, uU as VehicleOdometerHistory, uV as VehicleQueryDTO, uW as VehicleQuerySchema, uX as VehicleSchema, uY as createVehicle, uZ as create_vehicle_file, u_ as deleteVehicle, u$ as findVehicleGPSDetails, v0 as findVehicles, v1 as findVehiclesLiveDashboard, v2 as find_no_gps_data_vehicles, v3 as getDeviceChangeHistoryByVehicle, v4 as getDriverLinkHistoryByDriver, v5 as getDriverLinkHistoryByVehicle, v6 as getSimChangeHistoryByVehicle, v7 as getVehicleCache, v8 as getVehicleParentCache, v9 as getVehicleSimpleCache, va as getVehicleSimpleDropdownCacheLiveData, vb as getVehicleSimpleDropdownCustom, vc as getVehicleSimpleDropdownMultipleOrganiations, vd as get_calibration_file_presigned_url, ve as get_vehicle_file_presigned_url, vf as linkDriverToVehicle, vg as newVehiclePayload, vh as remove_calibration_file, vi as remove_vehicle_file, vj as toGPSDeviceDetailsPayload, vk as toGPSSimDetailsPayload, vl as toVehicleDetailLifeCyclePayload, vm as toVehicleDetailPurchasePayload, vn as toVehicleDetailsBodyPayload, vo as toVehicleDetailsGPSPayload, vp as toVehicleDetailsTripPayload, vq as toVehiclePayload, vr as unlinkDriverFromVehicle, vs as updateDetailsGpsSensor, vt as updateDetailsTrip, vu as updateGPSDeviceDetails, vv as updateGPSSimDetails, vw as updateSensorRelayLockStatusLocked, vx as updateSensorRelayLockStatusUnlocked, vy as updateVehicle, vz as updateVehicleBodyDetails, vA as updateVehicleLifeCycleDetails, vB as updateVehiclePurchaseDetails, vC as update_calibration_file } from '../../../user_organisation_service-CjWQUkDm.js';
5
+ export { uf as CalibrationFileDTO, ug as CalibrationFileSchema, M as MasterVehicle, uh as MasterVehicleDeviceChange, ui as MasterVehicleDeviceChangeQueryDTO, uj as MasterVehicleDeviceChangeQuerySchema, uk as MasterVehicleDropdown, ul as MasterVehicleFile, um as MasterVehicleFileDTO, un as MasterVehicleFileSchema, uo as MasterVehicleMultiOrgDropdown, up as MasterVehicleSimChange, uq as MasterVehicleSimChangeQueryDTO, ur as MasterVehicleSimChangeQuerySchema, us as NoGPSDataVehiclesQueryDTO, ut as NoGPSDataVehiclesQuerySchema, uu as UpdateGPSDeviceDetailsDTO, uv as UpdateGPSDeviceDetailsSchema, uw as UpdateGPSSimDetailsDTO, ux as UpdateGPSSimDetailsSchema, uy as VehicleCaheMultiOrganisationQueryDTO, uz as VehicleCaheMultiOrganisationQuerySchema, uA as VehicleDTO, uB as VehicleDetailBody, uC as VehicleDetailBodyDTO, uD as VehicleDetailBodySchema, uE as VehicleDetailGPS, uF as VehicleDetailGPSSensorDTO, uG as VehicleDetailGPSSensorSchema, uH as VehicleDetailLifeCycle, uI as VehicleDetailLifeCycleDTO, uJ as VehicleDetailLifeCycleSchema, uK as VehicleDetailPurchase, uL as VehicleDetailPurchaseDTO, uM as VehicleDetailPurchaseSchema, uN as VehicleDetailTrip, uO as VehicleDetailTripDTO, uP as VehicleDetailTripSchema, uQ as VehicleDriverLinkDTO, uR as VehicleDriverLinkSchema, uS as VehicleGPSQueryDTO, uT as VehicleGPSQuerySchema, uU as VehicleOdometerHistory, uV as VehicleQueryDTO, uW as VehicleQuerySchema, uX as VehicleSchema, uY as createVehicle, uZ as create_vehicle_file, u_ as deleteVehicle, u$ as findVehicleGPSDetails, v0 as findVehicles, v1 as findVehiclesLiveDashboard, v2 as find_no_gps_data_vehicles, v3 as getDeviceChangeHistoryByVehicle, v4 as getDriverLinkHistoryByDriver, v5 as getDriverLinkHistoryByVehicle, v6 as getSimChangeHistoryByVehicle, v7 as getVehicleCache, v8 as getVehicleParentCache, v9 as getVehicleSimpleCache, va as getVehicleSimpleDropdownCacheLiveData, vb as getVehicleSimpleDropdownCustom, vc as getVehicleSimpleDropdownMultipleOrganiations, vd as get_calibration_file_presigned_url, ve as get_vehicle_file_presigned_url, vf as linkDriverToVehicle, vg as newVehiclePayload, vh as remove_calibration_file, vi as remove_vehicle_file, vj as toGPSDeviceDetailsPayload, vk as toGPSSimDetailsPayload, vl as toVehicleDetailLifeCyclePayload, vm as toVehicleDetailPurchasePayload, vn as toVehicleDetailsBodyPayload, vo as toVehicleDetailsGPSPayload, vp as toVehicleDetailsTripPayload, vq as toVehiclePayload, vr as unlinkDriverFromVehicle, vs as updateDetailsGpsSensor, vt as updateDetailsTrip, vu as updateGPSDeviceDetails, vv as updateGPSSimDetails, vw as updateSensorRelayLockStatusLocked, vx as updateSensorRelayLockStatusUnlocked, vy as updateVehicle, vz as updateVehicleBodyDetails, vA as updateVehicleLifeCycleDetails, vB as updateVehiclePurchaseDetails, vC as update_calibration_file } from '../../../user_organisation_service-BBU1rYm0.js';
6
6
  import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { g as MasterClass, ki as MasterClassDTO, kj as MasterClassQueryDTO, kk as MasterClassQuerySchema, kl as MasterClassSchema, km as createMasterClass, kn as deleteMasterClass, ko as findMasterClass, kp as getMasterClassCache, kq as getMasterClassCacheCount, kr as newMasterClassPayload, ks as toMasterClassPayload, kt as updateMasterClass } from '../../../user_organisation_service-CjWQUkDm.js';
4
+ export { g as MasterClass, ki as MasterClassDTO, kj as MasterClassQueryDTO, kk as MasterClassQuerySchema, kl as MasterClassSchema, km as createMasterClass, kn as deleteMasterClass, ko as findMasterClass, kp as getMasterClassCache, kq as getMasterClassCacheCount, kr as newMasterClassPayload, ks as toMasterClassPayload, kt as updateMasterClass } from '../../../user_organisation_service-BBU1rYm0.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { h as MasterProgram, ku as MasterProgramDTO, kv as MasterProgramQueryDTO, kw as MasterProgramQuerySchema, kx as MasterProgramSchema, ky as createMasterProgram, kz as deleteMasterProgram, kA as findMasterProgram, kB as getMasterProgramCache, kC as getMasterProgramCacheCount, kD as newMasterProgramPayload, kE as toMasterProgramPayload, kF as updateMasterProgram } from '../../../user_organisation_service-CjWQUkDm.js';
4
+ export { h as MasterProgram, ku as MasterProgramDTO, kv as MasterProgramQueryDTO, kw as MasterProgramQuerySchema, kx as MasterProgramSchema, ky as createMasterProgram, kz as deleteMasterProgram, kA as findMasterProgram, kB as getMasterProgramCache, kC as getMasterProgramCacheCount, kD as newMasterProgramPayload, kE as toMasterProgramPayload, kF as updateMasterProgram } from '../../../user_organisation_service-BBU1rYm0.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { j as MasterRelationship, lq as MasterRelationshipDTO, lr as MasterRelationshipQueryDTO, ls as MasterRelationshipQuerySchema, lt as MasterRelationshipSchema, lu as createMasterRelationship, lv as deleteMasterRelationship, lw as findMasterRelationship, lx as getMasterRelationshipCache, ly as getMasterRelationshipCacheCount, lz as newMasterRelationshipPayload, lA as toMasterRelationshipPayload, lB as updateMasterRelationship } from '../../../user_organisation_service-CjWQUkDm.js';
4
+ export { j as MasterRelationship, lq as MasterRelationshipDTO, lr as MasterRelationshipQueryDTO, ls as MasterRelationshipQuerySchema, lt as MasterRelationshipSchema, lu as createMasterRelationship, lv as deleteMasterRelationship, lw as findMasterRelationship, lx as getMasterRelationshipCache, ly as getMasterRelationshipCacheCount, lz as newMasterRelationshipPayload, lA as toMasterRelationshipPayload, lB as updateMasterRelationship } from '../../../user_organisation_service-BBU1rYm0.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { k as MasterSection, kG as MasterSectionDTO, kH as MasterSectionQueryDTO, kI as MasterSectionQuerySchema, kJ as MasterSectionSchema, kK as createMasterSection, kL as deleteMasterSection, kM as findMasterSection, kN as getMasterSectionCache, kO as getMasterSectionCacheCount, kP as newMasterSectionPayload, kQ as toMasterSectionPayload, kR as updateMasterSection } from '../../../user_organisation_service-CjWQUkDm.js';
4
+ export { k as MasterSection, kG as MasterSectionDTO, kH as MasterSectionQueryDTO, kI as MasterSectionQuerySchema, kJ as MasterSectionSchema, kK as createMasterSection, kL as deleteMasterSection, kM as findMasterSection, kN as getMasterSectionCache, kO as getMasterSectionCacheCount, kP as newMasterSectionPayload, kQ as toMasterSectionPayload, kR as updateMasterSection } from '../../../user_organisation_service-BBU1rYm0.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { i as MasterSemester, kS as MasterSemesterDTO, kT as MasterSemesterQueryDTO, kU as MasterSemesterQuerySchema, kV as MasterSemesterSchema, kW as createMasterSemester, kX as deleteMasterSemester, kY as findMasterSemester, kZ as getMasterSemesterCache, k_ as getMasterSemesterCacheCount, k$ as newMasterSemesterPayload, l0 as toMasterSemesterPayload, l1 as updateMasterSemester } from '../../../user_organisation_service-CjWQUkDm.js';
4
+ export { i as MasterSemester, kS as MasterSemesterDTO, kT as MasterSemesterQueryDTO, kU as MasterSemesterQuerySchema, kV as MasterSemesterSchema, kW as createMasterSemester, kX as deleteMasterSemester, kY as findMasterSemester, kZ as getMasterSemesterCache, k_ as getMasterSemesterCacheCount, k$ as newMasterSemesterPayload, l0 as toMasterSemesterPayload, l1 as updateMasterSemester } from '../../../user_organisation_service-BBU1rYm0.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { l as MasterStream, l2 as MasterStreamDTO, l3 as MasterStreamQueryDTO, l4 as MasterStreamQuerySchema, l5 as MasterStreamSchema, l6 as createMasterStream, l7 as deleteMasterStream, l8 as findMasterStream, l9 as getMasterStreamCache, la as getMasterStreamCacheCount, lb as newMasterStreamPayload, lc as toMasterStreamPayload, ld as updateMasterStream } from '../../../user_organisation_service-CjWQUkDm.js';
4
+ export { l as MasterStream, l2 as MasterStreamDTO, l3 as MasterStreamQueryDTO, l4 as MasterStreamQuerySchema, l5 as MasterStreamSchema, l6 as createMasterStream, l7 as deleteMasterStream, l8 as findMasterStream, l9 as getMasterStreamCache, la as getMasterStreamCacheCount, lb as newMasterStreamPayload, lc as toMasterStreamPayload, ld as updateMasterStream } from '../../../user_organisation_service-BBU1rYm0.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { m as MasterYear, le as MasterYearDTO, lf as MasterYearQueryDTO, lg as MasterYearQuerySchema, lh as MasterYearSchema, li as createMasterYear, lj as deleteMasterYear, lk as findMasterYear, ll as getMasterYearCache, lm as getMasterYearCacheCount, ln as newMasterYearPayload, lo as toMasterYearPayload, lp as updateMasterYear } from '../../../user_organisation_service-CjWQUkDm.js';
4
+ export { m as MasterYear, le as MasterYearDTO, lf as MasterYearQueryDTO, lg as MasterYearQuerySchema, lh as MasterYearSchema, li as createMasterYear, lj as deleteMasterYear, lk as findMasterYear, ll as getMasterYearCache, lm as getMasterYearCacheCount, ln as newMasterYearPayload, lo as toMasterYearPayload, lp as updateMasterYear } from '../../../user_organisation_service-BBU1rYm0.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';