vms-nest-prisma-api-document 959.0.0 → 962.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 (113) hide show
  1. package/dist/{bookmark_service-DBJ2kG1B.d.ts → bookmark_service-D2yLvkCb.d.ts} +23 -1
  2. package/dist/core/Enums.d.ts +16 -1
  3. package/dist/core/Enums.js +21 -0
  4. package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
  5. package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
  6. package/dist/services/account/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/core/cronjobs.service.d.ts +235 -0
  11. package/dist/services/core/cronjobs.service.js +300 -0
  12. package/dist/services/core/external_api.service.d.ts +282 -0
  13. package/dist/services/core/external_api.service.js +429 -0
  14. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +1 -1
  15. package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
  16. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  17. package/dist/services/fleet/bus_mangement/master_schedule.d.ts +1 -1
  18. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  19. package/dist/services/fleet/bus_mangement/student.d.ts +1 -1
  20. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  21. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
  22. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  23. package/dist/services/fleet/incident_management/incident_management_service.d.ts +1 -1
  24. package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +1 -1
  25. package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +1 -1
  26. package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +1 -1
  27. package/dist/services/fleet/issue_management/issue_management_service.d.ts +1 -1
  28. package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +1 -1
  29. package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +1 -1
  30. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
  31. package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
  32. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
  33. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  34. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
  35. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
  36. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
  37. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
  38. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
  39. package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
  40. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  41. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  42. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  43. package/dist/services/main/users/auth_service.d.ts +1 -1
  44. package/dist/services/main/users/user_admin_service.d.ts +1 -1
  45. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  46. package/dist/services/main/users/user_organisation_service.js +28 -0
  47. package/dist/services/main/users/user_service.d.ts +1 -1
  48. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  49. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  50. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  51. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  52. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  53. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  54. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  55. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  56. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  57. package/dist/services/master/cache_reset/master_reset_cache_service.d.ts +1 -1
  58. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  59. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  60. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  61. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  62. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  63. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  64. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  65. package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
  66. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  67. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  68. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  69. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  70. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  71. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  72. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  73. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  74. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  75. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  76. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  77. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  78. package/dist/services/master/main/master_main_sim_provider_service.d.ts +1 -1
  79. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  80. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  81. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  82. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  83. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  84. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  85. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  86. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  87. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  88. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  89. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  90. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  91. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  92. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  93. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  94. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  95. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  96. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  97. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  98. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  99. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  100. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  101. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  102. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  103. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  104. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  105. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  106. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  107. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  108. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  109. package/dist/services/website/contact_us_detail_service.d.ts +2 -2
  110. package/dist/services/website/request_demo.service.d.ts +164 -0
  111. package/dist/services/website/request_demo.service.js +333 -0
  112. package/dist/services/website/static_pages_service.d.ts +1 -1
  113. package/package.json +1 -1
@@ -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 { iH as FleetVendor, iM as FleetVendorAddress, i$ as FleetVendorAddressDTO, j1 as FleetVendorAddressQueryDTO, j0 as FleetVendorAddressQuerySchema, i_ as FleetVendorAddressSchema, iN as FleetVendorBankAccount, j3 as FleetVendorBankAccountDTO, j5 as FleetVendorBankAccountQueryDTO, j4 as FleetVendorBankAccountQuerySchema, j2 as FleetVendorBankAccountSchema, iO as FleetVendorContactPersons, j9 as FleetVendorContactPersonsDTO, j7 as FleetVendorContactPersonsLogoDTO, j6 as FleetVendorContactPersonsLogoSchema, jb as FleetVendorContactPersonsQueryDTO, ja as FleetVendorContactPersonsQuerySchema, j8 as FleetVendorContactPersonsSchema, iV as FleetVendorDTO, iZ as FleetVendorDashBoardQueryDTO, iY as FleetVendorDashBoardQuerySchema, iQ as FleetVendorDocument, jj as FleetVendorDocumentDTO, iR as FleetVendorDocumentFile, jh as FleetVendorDocumentFileDTO, jg as FleetVendorDocumentFileSchema, jl as FleetVendorDocumentQueryDTO, jk as FleetVendorDocumentQuerySchema, ji as FleetVendorDocumentSchema, iT as FleetVendorLogoDTO, iS as FleetVendorLogoSchema, iX as FleetVendorQueryDTO, iW as FleetVendorQuerySchema, iP as FleetVendorReview, jd as FleetVendorReviewDTO, jf as FleetVendorReviewQueryDTO, je as FleetVendorReviewQuerySchema, jc as FleetVendorReviewSchema, iU as FleetVendorSchema, iJ as FleetVendorSimple, iL as FleetVendorTagLink, iK as FleetVendorTypeLink, iI as VendorDashboard, jI as createFleetVendor, jM as createFleetVendorAddress, jQ as createFleetVendorBankAccount, jU as createFleetVendorContactPersons, k0 as createFleetVendorDocument, jY as createFleetVendorReview, jF as create_vendor_document_file, jK as deleteFleetVendor, jP as deleteFleetVendorAddress, jT as deleteFleetVendorBankAccount, jX as deleteFleetVendorContactPersons, k3 as deleteFleetVendorDocument, j$ as deleteFleetVendorReview, jE as delete_vendor_contact_person_logo, jC as delete_vendor_logo, jH as findFleetVendor, jN as findFleetVendorAddress, jR as findFleetVendorBankAccount, jV as findFleetVendorContactPersons, k1 as findFleetVendorDocument, jZ as findFleetVendorReview, k4 as getFleetVendorCacheSimple, jz as get_vendor_contact_person_logo_presigned_url, jA as get_vendor_document_file_presigned_url, jy as get_vendor_logo_presigned_url, jp as newFleetVendorAddressPayload, jr as newFleetVendorBankAccountPayload, jt as newFleetVendorContactPersonsPayload, jx as newFleetVendorDocumentPayload, jn as newFleetVendorPayload, jv as newFleetVendorReviewPayload, jG as remove_vendor_document_file, jo as toFleetVendorAddressPayload, jq as toFleetVendorBankAccountPayload, js as toFleetVendorContactPersonsPayload, jw as toFleetVendorDocumentPayload, jm as toFleetVendorPayload, ju as toFleetVendorReviewPayload, jJ as updateFleetVendor, jO as updateFleetVendorAddress, jS as updateFleetVendorBankAccount, jW as updateFleetVendorContactPersons, k2 as updateFleetVendorDocument, j_ as updateFleetVendorReview, jD as update_vendor_contact_person_logo, jB as update_vendor_logo, jL as vendor_dashboard } from '../../../bookmark_service-DBJ2kG1B.js';
5
+ export { iH as FleetVendor, iM as FleetVendorAddress, i$ as FleetVendorAddressDTO, j1 as FleetVendorAddressQueryDTO, j0 as FleetVendorAddressQuerySchema, i_ as FleetVendorAddressSchema, iN as FleetVendorBankAccount, j3 as FleetVendorBankAccountDTO, j5 as FleetVendorBankAccountQueryDTO, j4 as FleetVendorBankAccountQuerySchema, j2 as FleetVendorBankAccountSchema, iO as FleetVendorContactPersons, j9 as FleetVendorContactPersonsDTO, j7 as FleetVendorContactPersonsLogoDTO, j6 as FleetVendorContactPersonsLogoSchema, jb as FleetVendorContactPersonsQueryDTO, ja as FleetVendorContactPersonsQuerySchema, j8 as FleetVendorContactPersonsSchema, iV as FleetVendorDTO, iZ as FleetVendorDashBoardQueryDTO, iY as FleetVendorDashBoardQuerySchema, iQ as FleetVendorDocument, jj as FleetVendorDocumentDTO, iR as FleetVendorDocumentFile, jh as FleetVendorDocumentFileDTO, jg as FleetVendorDocumentFileSchema, jl as FleetVendorDocumentQueryDTO, jk as FleetVendorDocumentQuerySchema, ji as FleetVendorDocumentSchema, iT as FleetVendorLogoDTO, iS as FleetVendorLogoSchema, iX as FleetVendorQueryDTO, iW as FleetVendorQuerySchema, iP as FleetVendorReview, jd as FleetVendorReviewDTO, jf as FleetVendorReviewQueryDTO, je as FleetVendorReviewQuerySchema, jc as FleetVendorReviewSchema, iU as FleetVendorSchema, iJ as FleetVendorSimple, iL as FleetVendorTagLink, iK as FleetVendorTypeLink, iI as VendorDashboard, jI as createFleetVendor, jM as createFleetVendorAddress, jQ as createFleetVendorBankAccount, jU as createFleetVendorContactPersons, k0 as createFleetVendorDocument, jY as createFleetVendorReview, jF as create_vendor_document_file, jK as deleteFleetVendor, jP as deleteFleetVendorAddress, jT as deleteFleetVendorBankAccount, jX as deleteFleetVendorContactPersons, k3 as deleteFleetVendorDocument, j$ as deleteFleetVendorReview, jE as delete_vendor_contact_person_logo, jC as delete_vendor_logo, jH as findFleetVendor, jN as findFleetVendorAddress, jR as findFleetVendorBankAccount, jV as findFleetVendorContactPersons, k1 as findFleetVendorDocument, jZ as findFleetVendorReview, k4 as getFleetVendorCacheSimple, jz as get_vendor_contact_person_logo_presigned_url, jA as get_vendor_document_file_presigned_url, jy as get_vendor_logo_presigned_url, jp as newFleetVendorAddressPayload, jr as newFleetVendorBankAccountPayload, jt as newFleetVendorContactPersonsPayload, jx as newFleetVendorDocumentPayload, jn as newFleetVendorPayload, jv as newFleetVendorReviewPayload, jG as remove_vendor_document_file, jo as toFleetVendorAddressPayload, jq as toFleetVendorBankAccountPayload, js as toFleetVendorContactPersonsPayload, jw as toFleetVendorDocumentPayload, jm as toFleetVendorPayload, ju as toFleetVendorReviewPayload, jJ as updateFleetVendor, jO as updateFleetVendorAddress, jS as updateFleetVendorBankAccount, jW as updateFleetVendorContactPersons, k2 as updateFleetVendorDocument, j_ as updateFleetVendorReview, jD as update_vendor_contact_person_logo, jB as update_vendor_logo, jL as vendor_dashboard } from '../../../bookmark_service-D2yLvkCb.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 FleetVendorServiceCenter, i2 as FleetVendorServiceCenterDTO, i4 as FleetVendorServiceCenterQueryDTO, i3 as FleetVendorServiceCenterQuerySchema, i1 as FleetVendorServiceCenterSchema, i0 as FleetVendorServiceCenterSimple, i8 as createFleetVendorServiceCenter, ia as deleteFleetVendorServiceCenter, i7 as findFleetVendorServiceCenter, ib as getFleetVendorServiceCenterCacheSimple, i6 as newFleetVendorServiceCenterPayload, i5 as toFleetVendorServiceCenterPayload, i9 as updateFleetVendorServiceCenter } from '../../../bookmark_service-DBJ2kG1B.js';
4
+ export { h$ as FleetVendorServiceCenter, i2 as FleetVendorServiceCenterDTO, i4 as FleetVendorServiceCenterQueryDTO, i3 as FleetVendorServiceCenterQuerySchema, i1 as FleetVendorServiceCenterSchema, i0 as FleetVendorServiceCenterSimple, i8 as createFleetVendorServiceCenter, ia as deleteFleetVendorServiceCenter, i7 as findFleetVendorServiceCenter, ib as getFleetVendorServiceCenterCacheSimple, i6 as newFleetVendorServiceCenterPayload, i5 as toFleetVendorServiceCenterPayload, i9 as updateFleetVendorServiceCenter } from '../../../bookmark_service-D2yLvkCb.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 { ct as GPSGeofence, cv as GPSGeofenceCache, cz as GPSGeofenceDTO, cu as GPSGeofencePolilineData, cx as GPSGeofencePolilineDataDTO, cw as GPSGeofencePolilineDataSchema, cB as GPSGeofenceQueryDTO, cA as GPSGeofenceQuerySchema, cy as GPSGeofenceSchema, cF as createGPSGeofence, cH as deleteGPSGeofence, cE as findGPSGeofence, cI as getGPSGeofenceCache, cD as newGPSGeofencePayload, cC as toGPSGeofencePayload, cG as updateGPSGeofence } from '../../../../bookmark_service-DBJ2kG1B.js';
4
+ export { ct as GPSGeofence, cv as GPSGeofenceCache, cz as GPSGeofenceDTO, cu as GPSGeofencePolilineData, cx as GPSGeofencePolilineDataDTO, cw as GPSGeofencePolilineDataSchema, cB as GPSGeofenceQueryDTO, cA as GPSGeofenceQuerySchema, cy as GPSGeofenceSchema, cF as createGPSGeofence, cH as deleteGPSGeofence, cE as findGPSGeofence, cI as getGPSGeofenceCache, cD as newGPSGeofencePayload, cC as toGPSGeofencePayload, cG as updateGPSGeofence } from '../../../../bookmark_service-D2yLvkCb.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 { c7 as GPSGeofenceTransaction, c9 as GPSGeofenceTransactionDTO, cb as GPSGeofenceTransactionQueryDTO, ca as GPSGeofenceTransactionQuerySchema, c8 as GPSGeofenceTransactionSchema, cf as createGPSGeofenceTransaction, ch as deleteGPSGeofenceTransaction, ce as findGPSGeofenceTransaction, cd as newGPSGeofenceTransactionPayload, cc as toGPSGeofenceTransactionPayload, cg as updateGPSGeofenceTransaction } from '../../../../bookmark_service-DBJ2kG1B.js';
4
+ export { c7 as GPSGeofenceTransaction, c9 as GPSGeofenceTransactionDTO, cb as GPSGeofenceTransactionQueryDTO, ca as GPSGeofenceTransactionQuerySchema, c8 as GPSGeofenceTransactionSchema, cf as createGPSGeofenceTransaction, ch as deleteGPSGeofenceTransaction, ce as findGPSGeofenceTransaction, cd as newGPSGeofenceTransactionPayload, cc as toGPSGeofenceTransactionPayload, cg as updateGPSGeofenceTransaction } from '../../../../bookmark_service-D2yLvkCb.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 { bY as GPSGeofenceTransactionSummary, b_ as GPSGeofenceTransactionSummaryDTO, c0 as GPSGeofenceTransactionSummaryQueryDTO, b$ as GPSGeofenceTransactionSummaryQuerySchema, bZ as GPSGeofenceTransactionSummarySchema, c4 as createGPSGeofenceTransactionSummary, c6 as deleteGPSGeofenceTransactionSummary, c3 as findGPSGeofenceTransactionSummary, c2 as newGPSGeofenceTransactionSummaryPayload, c1 as toGPSGeofenceTransactionSummaryPayload, c5 as updateGPSGeofenceTransactionSummary } from '../../../../bookmark_service-DBJ2kG1B.js';
4
+ export { bY as GPSGeofenceTransactionSummary, b_ as GPSGeofenceTransactionSummaryDTO, c0 as GPSGeofenceTransactionSummaryQueryDTO, b$ as GPSGeofenceTransactionSummaryQuerySchema, bZ as GPSGeofenceTransactionSummarySchema, c4 as createGPSGeofenceTransactionSummary, c6 as deleteGPSGeofenceTransactionSummary, c3 as findGPSGeofenceTransactionSummary, c2 as newGPSGeofenceTransactionSummaryPayload, c1 as toGPSGeofenceTransactionSummaryPayload, c5 as updateGPSGeofenceTransactionSummary } from '../../../../bookmark_service-D2yLvkCb.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 { ci as TripGeofenceToGeofence, ck as TripGeofenceToGeofenceDTO, cm as TripGeofenceToGeofenceQueryDTO, cl as TripGeofenceToGeofenceQuerySchema, cj as TripGeofenceToGeofenceSchema, cq as createTripGeofenceToGeofence, cs as deleteTripGeofenceToGeofence, cp as findTripGeofenceToGeofence, co as newTripGeofenceToGeofencePayload, cn as toTripGeofenceToGeofencePayload, cr as updateTripGeofenceToGeofence } from '../../../../bookmark_service-DBJ2kG1B.js';
4
+ export { ci as TripGeofenceToGeofence, ck as TripGeofenceToGeofenceDTO, cm as TripGeofenceToGeofenceQueryDTO, cl as TripGeofenceToGeofenceQuerySchema, cj as TripGeofenceToGeofenceSchema, cq as createTripGeofenceToGeofence, cs as deleteTripGeofenceToGeofence, cp as findTripGeofenceToGeofence, co as newTripGeofenceToGeofencePayload, cn as toTripGeofenceToGeofencePayload, cr as updateTripGeofenceToGeofence } from '../../../../bookmark_service-D2yLvkCb.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 { oH as GPSLiveTrackShareLink, oM as GPSLiveTrackShareLinkDTO, oI as GPSLiveTrackShareLinkNotification, oK as GPSLiveTrackShareLinkNotificationDTO, oJ as GPSLiveTrackShareLinkNotificationSchema, oS as GPSLiveTrackShareLinkQueryDTO, oR as GPSLiveTrackShareLinkQuerySchema, oL as GPSLiveTrackShareLinkSchema, oO as GPSLiveTrackShareLinkUpdateExpiryTimeDTO, oN as GPSLiveTrackShareLinkUpdateExpiryTimeSchema, oQ as GPSLiveTrackShareLinkUpdateLinkStatusDTO, oP as GPSLiveTrackShareLinkUpdateLinkStatusSchema, oW as createGPSLiveTrackShareLink, o_ as createGPSLiveTrackShareLinkNotification, oZ as deleteGPSLiveTrackShareLink, oX as extendGPSLiveTrackLinkTime, oV as findGPSLiveTrackShareLink, oU as newGPSLiveTrackShareLinkPayload, oT as toGPSLiveTrackShareLinkPayload, oY as updateGPSLiveTrackLinkStatus } from '../../../bookmark_service-DBJ2kG1B.js';
4
+ export { oH as GPSLiveTrackShareLink, oM as GPSLiveTrackShareLinkDTO, oI as GPSLiveTrackShareLinkNotification, oK as GPSLiveTrackShareLinkNotificationDTO, oJ as GPSLiveTrackShareLinkNotificationSchema, oS as GPSLiveTrackShareLinkQueryDTO, oR as GPSLiveTrackShareLinkQuerySchema, oL as GPSLiveTrackShareLinkSchema, oO as GPSLiveTrackShareLinkUpdateExpiryTimeDTO, oN as GPSLiveTrackShareLinkUpdateExpiryTimeSchema, oQ as GPSLiveTrackShareLinkUpdateLinkStatusDTO, oP as GPSLiveTrackShareLinkUpdateLinkStatusSchema, oW as createGPSLiveTrackShareLink, o_ as createGPSLiveTrackShareLinkNotification, oZ as deleteGPSLiveTrackShareLink, oX as extendGPSLiveTrackLinkTime, oV as findGPSLiveTrackShareLink, oU as newGPSLiveTrackShareLinkPayload, oT as toGPSLiveTrackShareLinkPayload, oY as updateGPSLiveTrackLinkStatus } from '../../../bookmark_service-D2yLvkCb.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 { o$ as GPSTrackHistoryShareLink, p4 as GPSTrackHistoryShareLinkDTO, p0 as GPSTrackHistoryShareLinkNotification, p2 as GPSTrackHistoryShareLinkNotificationDTO, p1 as GPSTrackHistoryShareLinkNotificationSchema, p8 as GPSTrackHistoryShareLinkQueryDTO, p7 as GPSTrackHistoryShareLinkQuerySchema, p3 as GPSTrackHistoryShareLinkSchema, p6 as GPSTrackHistoryShareLinkUpdateLinkStatusDTO, p5 as GPSTrackHistoryShareLinkUpdateLinkStatusSchema, pc as createGPSTrackHistoryShareLink, pf as createGPSTrackHistoryShareLinkNotification, pe as deleteGPSTrackHistoryShareLink, pb as findGPSTrackHistoryShareLink, pa as newGPSTrackHistoryShareLinkPayload, p9 as toGPSTrackHistoryShareLinkPayload, pd as updateTrackHistoryLinkStatus } from '../../../bookmark_service-DBJ2kG1B.js';
4
+ export { o$ as GPSTrackHistoryShareLink, p4 as GPSTrackHistoryShareLinkDTO, p0 as GPSTrackHistoryShareLinkNotification, p2 as GPSTrackHistoryShareLinkNotificationDTO, p1 as GPSTrackHistoryShareLinkNotificationSchema, p8 as GPSTrackHistoryShareLinkQueryDTO, p7 as GPSTrackHistoryShareLinkQuerySchema, p3 as GPSTrackHistoryShareLinkSchema, p6 as GPSTrackHistoryShareLinkUpdateLinkStatusDTO, p5 as GPSTrackHistoryShareLinkUpdateLinkStatusSchema, pc as createGPSTrackHistoryShareLink, pf as createGPSTrackHistoryShareLinkNotification, pe as deleteGPSTrackHistoryShareLink, pb as findGPSTrackHistoryShareLink, pa as newGPSTrackHistoryShareLinkPayload, p9 as toGPSTrackHistoryShareLinkPayload, pd as updateTrackHistoryLinkStatus } from '../../../bookmark_service-D2yLvkCb.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../reports/gps_models/FuelConsumptionMonthly.js';
@@ -36,21 +36,21 @@ 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
- db_group: string;
40
- db_instance: string;
41
- night_driving: NightDriving;
42
39
  search: string;
43
40
  paging: PAGING;
44
41
  page_count: number;
45
42
  page_index: number;
43
+ login_from: LoginFrom;
46
44
  date_format_id: string;
47
45
  time_zone_id: string;
48
- login_from: LoginFrom;
49
46
  organisation_id: string;
47
+ db_instance: string;
48
+ db_group: string;
50
49
  vehicle_ids: string[];
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
- db_group: string;
62
- db_instance: string;
61
+ login_from: LoginFrom;
63
62
  date_format_id: string;
64
63
  time_zone_id: string;
65
- login_from: LoginFrom;
66
64
  organisation_id: string;
65
+ db_instance: string;
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
- db_group: string;
109
- db_instance: string;
110
- night_driving: NightDriving;
111
108
  search: string;
112
109
  paging: PAGING;
113
110
  page_count: number;
114
111
  page_index: number;
112
+ login_from: LoginFrom;
115
113
  date_format_id: string;
116
114
  time_zone_id: string;
117
- login_from: LoginFrom;
118
115
  organisation_id: string;
116
+ db_instance: string;
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
- db_group: string;
131
- db_instance: string;
130
+ login_from: LoginFrom;
132
131
  date_format_id: string;
133
132
  time_zone_id: string;
134
- login_from: LoginFrom;
135
133
  organisation_id: string;
134
+ db_instance: string;
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;
@@ -169,16 +169,16 @@ declare const SimpleReportSchema: z.ZodObject<{
169
169
  interval_seconds: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
170
170
  boolean_type: z.ZodType<BooleanType, z.ZodTypeDef, BooleanType>;
171
171
  }, "strip", z.ZodTypeAny, {
172
- db_group: string;
173
- db_instance: string;
174
172
  search: string;
175
173
  paging: PAGING;
176
174
  page_count: number;
177
175
  page_index: number;
176
+ login_from: LoginFrom;
178
177
  date_format_id: string;
179
178
  time_zone_id: string;
180
- login_from: LoginFrom;
181
179
  organisation_id: string;
180
+ db_instance: string;
181
+ db_group: string;
182
182
  vehicle_ids: string[];
183
183
  from_date: string;
184
184
  to_date: string;
@@ -186,12 +186,12 @@ declare const SimpleReportSchema: z.ZodObject<{
186
186
  interval_seconds: number;
187
187
  boolean_type: BooleanType;
188
188
  }, {
189
- db_group: string;
190
- db_instance: string;
189
+ login_from: LoginFrom;
191
190
  date_format_id: string;
192
191
  time_zone_id: string;
193
- login_from: LoginFrom;
194
192
  organisation_id: string;
193
+ db_instance: string;
194
+ db_group: string;
195
195
  from_date: string;
196
196
  to_date: string;
197
197
  gps_type: GPSType;
@@ -220,26 +220,26 @@ declare const MultipleVehicleLast24HoursReportSchema: z.ZodObject<{
220
220
  utilization_km: z.ZodEffects<z.ZodNumber, number, unknown>;
221
221
  is12am: z.ZodType<Is12AM, z.ZodTypeDef, Is12AM>;
222
222
  }, "strip", z.ZodTypeAny, {
223
- db_group: string;
224
- db_instance: string;
225
223
  search: string;
226
224
  paging: PAGING;
227
225
  page_count: number;
228
226
  page_index: number;
227
+ login_from: LoginFrom;
229
228
  date_format_id: string;
230
229
  time_zone_id: string;
231
- login_from: LoginFrom;
232
230
  organisation_id: string;
231
+ db_instance: string;
232
+ db_group: string;
233
233
  vehicle_ids: string[];
234
234
  utilization_km: number;
235
235
  is12am: Is12AM;
236
236
  }, {
237
- db_group: string;
238
- db_instance: string;
237
+ login_from: LoginFrom;
239
238
  date_format_id: string;
240
239
  time_zone_id: string;
241
- login_from: LoginFrom;
242
240
  organisation_id: string;
241
+ db_instance: string;
242
+ db_group: string;
243
243
  is12am: Is12AM;
244
244
  search?: string | undefined;
245
245
  paging?: PAGING | undefined;
@@ -266,27 +266,27 @@ declare const SingleVehicleReportSchema: z.ZodObject<{
266
266
  to_date_time: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
267
267
  interval_seconds: z.ZodEffects<z.ZodNumber, number, unknown>;
268
268
  }, "strip", z.ZodTypeAny, {
269
- db_group: string;
270
- db_instance: string;
271
269
  search: string;
272
270
  paging: PAGING;
273
271
  page_count: number;
274
272
  page_index: number;
273
+ login_from: LoginFrom;
275
274
  date_format_id: string;
276
275
  time_zone_id: string;
277
- login_from: LoginFrom;
278
276
  organisation_id: string;
277
+ db_instance: string;
278
+ db_group: string;
279
279
  interval_seconds: number;
280
280
  vehicle_id: string;
281
281
  from_date_time: string;
282
282
  to_date_time: string;
283
283
  }, {
284
- db_group: string;
285
- db_instance: string;
284
+ login_from: LoginFrom;
286
285
  date_format_id: string;
287
286
  time_zone_id: string;
288
- login_from: LoginFrom;
289
287
  organisation_id: string;
288
+ db_instance: string;
289
+ db_group: string;
290
290
  vehicle_id: string;
291
291
  from_date_time: string;
292
292
  to_date_time: string;
@@ -311,24 +311,24 @@ declare const VehicleDashboardSummaryQuerySchema: z.ZodObject<{
311
311
  db_group: z.ZodEffects<z.ZodString, string, string>;
312
312
  vehicle_id: z.ZodEffects<z.ZodString, string, string>;
313
313
  }, "strip", z.ZodTypeAny, {
314
- db_group: string;
315
- db_instance: string;
316
314
  search: string;
317
315
  paging: PAGING;
318
316
  page_count: number;
319
317
  page_index: number;
318
+ login_from: LoginFrom;
320
319
  date_format_id: string;
321
320
  time_zone_id: string;
322
- login_from: LoginFrom;
323
321
  organisation_id: string;
322
+ db_instance: string;
323
+ db_group: string;
324
324
  vehicle_id: string;
325
325
  }, {
326
- db_group: string;
327
- db_instance: string;
326
+ login_from: LoginFrom;
328
327
  date_format_id: string;
329
328
  time_zone_id: string;
330
- login_from: LoginFrom;
331
329
  organisation_id: string;
330
+ db_instance: string;
331
+ db_group: string;
332
332
  vehicle_id: string;
333
333
  search?: string | undefined;
334
334
  paging?: PAGING | undefined;
@@ -358,16 +358,16 @@ declare const AlertReportSchema: z.ZodObject<{
358
358
  from_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
359
359
  to_date: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
360
360
  }, "strip", z.ZodTypeAny, {
361
- db_group: string;
362
- db_instance: string;
363
361
  search: string;
364
362
  paging: PAGING;
365
363
  page_count: number;
366
364
  page_index: number;
365
+ login_from: LoginFrom;
367
366
  date_format_id: string;
368
367
  time_zone_id: string;
369
- login_from: LoginFrom;
370
368
  organisation_id: string;
369
+ db_instance: string;
370
+ db_group: string;
371
371
  vehicle_ids: string[];
372
372
  from_date: string;
373
373
  to_date: string;
@@ -378,12 +378,12 @@ declare const AlertReportSchema: z.ZodObject<{
378
378
  alert_types: AlertType[];
379
379
  alert_sub_types: AlertSubType[];
380
380
  }, {
381
- db_group: string;
382
- db_instance: string;
381
+ login_from: LoginFrom;
383
382
  date_format_id: string;
384
383
  time_zone_id: string;
385
- login_from: LoginFrom;
386
384
  organisation_id: string;
385
+ db_instance: string;
386
+ db_group: string;
387
387
  from_date: string;
388
388
  to_date: string;
389
389
  search?: string | undefined;
@@ -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 { w9 as AssignRemoveDeviceHistory, wg as DeviceSimLinkDTO, wf as DeviceSimLinkSchema, w8 as MasterDevice, wc as MasterDeviceDTO, wa as MasterDeviceFile, we as MasterDeviceQueryDTO, wd as MasterDeviceQuerySchema, wb as MasterDeviceSchema, wk as createMasterDevice, wm as deleteMasterDevice, wn as device_sim_link, wo as device_sim_unlink, wj as findMasterDevices, wq as get_device_sim_link_history_by_device, wp as get_device_sim_link_history_by_sim, wi as newMasterDevicePayload, wh as toMasterDevicePayload, wl as updateMasterDevice } from '../../../bookmark_service-DBJ2kG1B.js';
5
+ export { w9 as AssignRemoveDeviceHistory, wg as DeviceSimLinkDTO, wf as DeviceSimLinkSchema, w8 as MasterDevice, wc as MasterDeviceDTO, wa as MasterDeviceFile, we as MasterDeviceQueryDTO, wd as MasterDeviceQuerySchema, wb as MasterDeviceSchema, wk as createMasterDevice, wm as deleteMasterDevice, wn as device_sim_link, wo as device_sim_unlink, wj as findMasterDevices, wq as get_device_sim_link_history_by_device, wp as get_device_sim_link_history_by_sim, wi as newMasterDevicePayload, wh as toMasterDevicePayload, wl as updateMasterDevice } from '../../../bookmark_service-D2yLvkCb.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 { m2 as AssignRemoveDriverHistory, m3 as DriverLoginPush, M as MasterDriver, m7 as MasterDriverDTO, m1 as MasterDriverFile, m5 as MasterDriverFileDTO, m4 as MasterDriverFileSchema, mb as MasterDriverLogoDTO, ma as MasterDriverLogoSchema, md as MasterDriverProfileDTO, mc as MasterDriverProfileSchema, m9 as MasterDriverQueryDTO, m8 as MasterDriverQuerySchema, m6 as MasterDriverSchema, mo as createMasterDriver, ml as create_master_driver_file, mq as deleteMasterDriver, ms as deleteMasterDriverLogo, mk as delete_master_driver_logo, mn as findMasterDriver, mu as getMasterDriverCache, mv as getMasterDriverCacheSimple, mi as get_master_driver_file_presigned_url, mh as get_master_driver_logo_presigned_url, mf as newDriverPayload, mm as remove_master_driver_file, me as toDriverPayload, mg as toDriverProfilePayload, mp as updateMasterDriver, mr as updateMasterDriverLogo, mt as updateMasterDriverProfile, mj as update_master_driver_logo } from '../../../bookmark_service-DBJ2kG1B.js';
5
+ export { m2 as AssignRemoveDriverHistory, m3 as DriverLoginPush, M as MasterDriver, m7 as MasterDriverDTO, m1 as MasterDriverFile, m5 as MasterDriverFileDTO, m4 as MasterDriverFileSchema, mb as MasterDriverLogoDTO, ma as MasterDriverLogoSchema, md as MasterDriverProfileDTO, mc as MasterDriverProfileSchema, m9 as MasterDriverQueryDTO, m8 as MasterDriverQuerySchema, m6 as MasterDriverSchema, mo as createMasterDriver, ml as create_master_driver_file, mq as deleteMasterDriver, ms as deleteMasterDriverLogo, mk as delete_master_driver_logo, mn as findMasterDriver, mu as getMasterDriverCache, mv as getMasterDriverCacheSimple, mi as get_master_driver_file_presigned_url, mh as get_master_driver_logo_presigned_url, mf as newDriverPayload, mm as remove_master_driver_file, me as toDriverPayload, mg as toDriverProfilePayload, mp as updateMasterDriver, mr as updateMasterDriverLogo, mt as updateMasterDriverProfile, mj as update_master_driver_logo } from '../../../bookmark_service-D2yLvkCb.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 { vZ as AssignRemoveSimHistory, vY as MasterSim, v$ as MasterSimDTO, w1 as MasterSimQueryDTO, w0 as MasterSimQuerySchema, v_ as MasterSimSchema, w5 as createMasterSim, w7 as deleteMasterSim, w4 as findMasterSims, w3 as newMasterSimPayload, w2 as toMasterSimPayload, w6 as updateMasterSim } from '../../../bookmark_service-DBJ2kG1B.js';
4
+ export { vZ as AssignRemoveSimHistory, vY as MasterSim, v$ as MasterSimDTO, w1 as MasterSimQueryDTO, w0 as MasterSimQuerySchema, v_ as MasterSimSchema, w5 as createMasterSim, w7 as deleteMasterSim, w4 as findMasterSims, w3 as newMasterSimPayload, w2 as toMasterSimPayload, w6 as updateMasterSim } from '../../../bookmark_service-D2yLvkCb.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 { BR, SBR } from '../../../core/BaseResponse.js';
2
2
  import { z } from 'zod';
3
- import { U as User, a as UserAdmin, M as MasterDriver } from '../../../bookmark_service-DBJ2kG1B.js';
3
+ import { U as User, a as UserAdmin, M as MasterDriver } from '../../../bookmark_service-D2yLvkCb.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 { a as UserAdmin, cZ as UserAdminDTO, cX as UserAdminLoginPush, c$ as UserAdminLogoDTO, c_ as UserAdminLogoSchema, d1 as UserAdminProfileDTO, d0 as UserAdminProfileSchema, d3 as UserAdminQueryDTO, d2 as UserAdminQuerySchema, cY as UserAdminSchema, da as createUserAdmin, dc as deleteUserAdmin, d8 as delete_admin_image, d9 as findUserAdmin, de as getAdminUserCache, d6 as get_admin_image_presigned_url, d5 as newUserAdminPayload, d4 as toUserAdminProfilePayload, db as updateUserAdmin, dd as updateUserAdminProfile, d7 as update_admin_image } from '../../../bookmark_service-DBJ2kG1B.js';
4
+ export { a as UserAdmin, cZ as UserAdminDTO, cX as UserAdminLoginPush, c$ as UserAdminLogoDTO, c_ as UserAdminLogoSchema, d1 as UserAdminProfileDTO, d0 as UserAdminProfileSchema, d3 as UserAdminQueryDTO, d2 as UserAdminQuerySchema, cY as UserAdminSchema, da as createUserAdmin, dc as deleteUserAdmin, d8 as delete_admin_image, d9 as findUserAdmin, de as getAdminUserCache, d6 as get_admin_image_presigned_url, d5 as newUserAdminPayload, d4 as toUserAdminProfilePayload, db as updateUserAdmin, dd as updateUserAdminProfile, d7 as update_admin_image } from '../../../bookmark_service-D2yLvkCb.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 { Y as UserOrganisation, zv as UserOrganisationDTO, zz as UserOrganisationLogoDTO, zy as UserOrganisationLogoSchema, zx as UserOrganisationQueryDTO, zw as UserOrganisationQuerySchema, zu as UserOrganisationSchema, zt as UserOrganisationSimple, zG as createUserOrganisation, zI as deleteUserOrganisation, zE as delete_organisation_logo, zF as findUserOrganisation, zJ as getUserOrganisationCache, zK as getUserOrganisationCacheSimple, zC as get_organisation_logo_presigned_url, zB as newUserOrganisationPayload, zA as toUserOrganisationPayload, zH as updateUserOrganisation, zD as update_organisation_logo } from '../../../bookmark_service-DBJ2kG1B.js';
4
+ export { Y as UserOrganisation, zv as UserOrganisationDTO, zz as UserOrganisationLogoDTO, zy as UserOrganisationLogoSchema, zx as UserOrganisationQueryDTO, zw as UserOrganisationQuerySchema, zu as UserOrganisationSchema, zB as UserOrganisationShowFilterDTO, zA as UserOrganisationShowFilterSchema, zt as UserOrganisationSimple, zI as createUserOrganisation, zK as deleteUserOrganisation, zG as delete_organisation_logo, zH as findUserOrganisation, zL as getUserOrganisationCache, zM as getUserOrganisationCacheSimple, zE as get_organisation_logo_presigned_url, zD as newUserOrganisationPayload, zC as toUserOrganisationPayload, zJ as updateUserOrganisation, zF as update_organisation_logo } from '../../../bookmark_service-D2yLvkCb.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -341,6 +341,13 @@ var UserOrganisationSchema = z3.object({
341
341
  postal_code: stringOptional("Postal Code", 0, 20),
342
342
  country: stringOptional("Country", 0, 100),
343
343
  country_code: stringOptional("Country Code", 0, 5),
344
+ // Operations
345
+ is_sync_gps_data_from_utrack: enumOptional(
346
+ "Is Sync GPS Data From UTrack",
347
+ YesNo,
348
+ "No" /* No */
349
+ ),
350
+ show_vehicle_filters: enumOptional("Show Vehicle Filters", YesNo, "Yes" /* Yes */),
344
351
  // Metadata
345
352
  status: enumMandatory("Status", Status, "Active" /* Active */)
346
353
  });
@@ -368,6 +375,16 @@ var UserOrganisationQuerySchema = BaseQuerySchema.extend({
368
375
  "Fleet Size",
369
376
  FleetSize,
370
377
  getAllEnums(FleetSize)
378
+ ),
379
+ is_sync_gps_data_from_utrack: enumArrayOptional(
380
+ "Is Sync GPS Data From UTrack",
381
+ YesNo,
382
+ getAllEnums(YesNo)
383
+ ),
384
+ show_vehicle_filters: enumArrayOptional(
385
+ "Show Vehicle Filters",
386
+ YesNo,
387
+ getAllEnums(YesNo)
371
388
  )
372
389
  });
373
390
  var UserOrganisationLogoSchema = z3.object({
@@ -376,6 +393,10 @@ var UserOrganisationLogoSchema = z3.object({
376
393
  logo_key: stringMandatory("Logo Key", 0, 300),
377
394
  logo_name: stringMandatory("Logo Name", 0, 300)
378
395
  });
396
+ var UserOrganisationShowFilterSchema = z3.object({
397
+ // Profile Image/Logo
398
+ show_vehicle_filters: enumMandatory("Show Vehicle Filters", YesNo, "Yes" /* Yes */)
399
+ });
379
400
  var toUserOrganisationPayload = (row) => ({
380
401
  organisation_name: row.organisation_name || "",
381
402
  organisation_email: row.organisation_email || "",
@@ -410,6 +431,9 @@ var toUserOrganisationPayload = (row) => ({
410
431
  postal_code: row.postal_code || "",
411
432
  country: row.country || "",
412
433
  country_code: row.country_code || "",
434
+ // Operations
435
+ is_sync_gps_data_from_utrack: row.is_sync_gps_data_from_utrack || "No" /* No */,
436
+ show_vehicle_filters: row.show_vehicle_filters || "Yes" /* Yes */,
413
437
  industry_id: row.industry_id,
414
438
  country_id: row.country_id,
415
439
  state_id: row.state_id || "",
@@ -456,6 +480,9 @@ var newUserOrganisationPayload = () => ({
456
480
  postal_code: "",
457
481
  country: "",
458
482
  country_code: "",
483
+ // Operations
484
+ is_sync_gps_data_from_utrack: "No" /* No */,
485
+ show_vehicle_filters: "Yes" /* Yes */,
459
486
  industry_id: "",
460
487
  country_id: "",
461
488
  state_id: "",
@@ -499,6 +526,7 @@ export {
499
526
  UserOrganisationLogoSchema,
500
527
  UserOrganisationQuerySchema,
501
528
  UserOrganisationSchema,
529
+ UserOrganisationShowFilterSchema,
502
530
  createUserOrganisation,
503
531
  deleteUserOrganisation,
504
532
  delete_organisation_logo,
@@ -1,6 +1,6 @@
1
1
  import '../../../core/Enums.js';
2
2
  import '../../../core/BaseResponse.js';
3
3
  import 'zod';
4
- export { U as User, lf as UserDTO, lr as UserDefaultDateFormatDTO, lq as UserDefaultDateFormatSchema, ln as UserDefaultLanguageDTO, lm as UserDefaultLanguageSchema, lp as UserDefaultTimeZoneDTO, lo as UserDefaultTimeZoneSchema, ld as UserLoginPush, lj as UserLogoDTO, li as UserLogoSchema, ll as UserProfileDTO, lk as UserProfileSchema, lh as UserQueryDTO, lg as UserQuerySchema, le as UserSchema, lc as UserVehicleLink, lz as createUser, lB as deleteUser, lx as delete_user_image, ly as findUser, lD as getUserCache, lE as getUserCacheSimple, lv as get_user_image_presigned_url, lu as newUserPayload, ls as toUserPayload, lt as toUserProfilePayload, lA as updateUser, lH as updateUserDefaultDateformat, lF as updateUserDefaultLanguage, lG as updateUserDefaultTimezone, lC as updateUserProfile, lw as update_user_image } from '../../../bookmark_service-DBJ2kG1B.js';
4
+ export { U as User, lf as UserDTO, lr as UserDefaultDateFormatDTO, lq as UserDefaultDateFormatSchema, ln as UserDefaultLanguageDTO, lm as UserDefaultLanguageSchema, lp as UserDefaultTimeZoneDTO, lo as UserDefaultTimeZoneSchema, ld as UserLoginPush, lj as UserLogoDTO, li as UserLogoSchema, ll as UserProfileDTO, lk as UserProfileSchema, lh as UserQueryDTO, lg as UserQuerySchema, le as UserSchema, lc as UserVehicleLink, lz as createUser, lB as deleteUser, lx as delete_user_image, ly as findUser, lD as getUserCache, lE as getUserCacheSimple, lv as get_user_image_presigned_url, lu as newUserPayload, ls as toUserPayload, lt as toUserProfilePayload, lA as updateUser, lH as updateUserDefaultDateformat, lF as updateUserDefaultLanguage, lG as updateUserDefaultTimezone, lC as updateUserProfile, lw as update_user_image } from '../../../bookmark_service-D2yLvkCb.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 { OdometerSource, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { Y as UserOrganisation, Z as MasterVehicle } from '../../../../bookmark_service-DBJ2kG1B.js';
4
+ import { Y as UserOrganisation, Z as MasterVehicle } from '../../../../bookmark_service-D2yLvkCb.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 { tB as CalibrationFileDTO, tA as CalibrationFileSchema, tH as MasterDeviceFileDTO, tG as MasterDeviceFileSchema, Z as MasterVehicle, tn as MasterVehicleDropdown, to as MasterVehicleFile, tz as MasterVehicleFileDTO, ty as MasterVehicleFileSchema, u9 as SimpleFindQueryDTO, u8 as SimpleFindQuerySchema, tF as VehicleBulkDTO, tE as VehicleBulkSchema, tD as VehicleDTO, tr as VehicleDetailBody, tT as VehicleDetailBodyDTO, tS as VehicleDetailBodySchema, tp as VehicleDetailGPS, tP as VehicleDetailGPSSensorDTO, tO as VehicleDetailGPSSensorSchema, ts as VehicleDetailLifeCycle, tV as VehicleDetailLifeCycleDto, tU as VehicleDetailLifeCycleSchema, tt as VehicleDetailPurchase, tX as VehicleDetailPurchaseDTO, tW as VehicleDetailPurchaseSchema, tq as VehicleDetailTrip, tR as VehicleDetailTripDTO, tQ as VehicleDetailTripSchema, tJ as VehicleDeviceLinkDTO, tI as VehicleDeviceLinkSchema, tL as VehicleDeviceUnlinkDTO, tK as VehicleDeviceUnlinkSchema, tu as VehicleDocument, t$ as VehicleDocumentDTO, tw as VehicleDocumentExpiry, u3 as VehicleDocumentExpiryDTO, u5 as VehicleDocumentExpiryQueryDTO, u4 as VehicleDocumentExpiryQuerySchema, u2 as VehicleDocumentExpirySchema, tv as VehicleDocumentFile, tZ as VehicleDocumentFileDTO, tY as VehicleDocumentFileSchema, u1 as VehicleDocumentQueryDTO, u0 as VehicleDocumentQuerySchema, t_ as VehicleDocumentSchema, tN as VehicleDriverLinkDTO, tM as VehicleDriverLinkSchema, ub as VehicleGPSQueryDTO, ua as VehicleGPSQuerySchema, tx as VehicleOdometerHistory, u7 as VehicleQueryDTO, u6 as VehicleQuerySchema, tC as VehicleSchema, uC as createVehicle, uS as createVehicleDocument, uW as createVehicleDocumentExpiry, ut as create_file_device, ur as create_file_vehicle, uv as create_file_vehicle_document, uE as deleteVehicle, uy as delete_calibration_file, uT as findVehicleDocument, uX as findVehicleDocumentExpiry, uB as findVehicleGPSDetails, uz as findVehicles, uA as findVehiclesLiveDashboard, uR as getDeviceLinkHistoryByDevice, uQ as getDeviceLinkHistoryByVehicle, uN as getDriverLinkHistoryByDriver, uM as getDriverLinkHistoryByVehicle, u_ as getVehicleCache, v0 as getVehicleParentCache, u$ as getVehicleSimpleCache, v2 as getVehicleSimpleDropdownCacheLiveData, v1 as getVehicleSimpleDropdownCustom, uq as get_calibration_file_presigned_url, uo as get_device_file_presigned_url, up as get_vehicle_document_file_presigned_url, un as get_vehicle_file_presigned_url, uO as linkDeviceToVehicle, uK as linkDriverToVehicle, um as newVehicleDocumentExpiryPayload, uk as newVehicleDocumentPayload, ud as newVehiclePayload, uV as removeVehicleDocument, uZ as removeVehicleDocumentExpiry, uu as remove_file_device, us as remove_file_vehicle, uw as remove_file_vehicle_document, uh as toVehicleDetailLifeCyclePayload, ui as toVehicleDetailPurchasePayload, ug as toVehicleDetailsBodyPayload, ue as toVehicleDetailsGPSPayload, uf as toVehicleDetailsTripPayload, ul as toVehicleDocumentExpiryPayload, uj as toVehicleDocumentPayload, uc as toVehiclePayload, uP as unlinkDeviceFromVehicle, uL as unlinkDriverFromVehicle, uF as updateDetailsGpsSensor, uG as updateDetailsTrip, uD as updateVehicle, uH as updateVehicleBodyDetails, uU as updateVehicleDocument, uY as updateVehicleDocumentExpiry, uI as updateVehicleLifeCycleDetails, uJ as updateVehiclePurchaseDetails, ux as update_calibration_file } from '../../../bookmark_service-DBJ2kG1B.js';
5
+ export { tB as CalibrationFileDTO, tA as CalibrationFileSchema, tH as MasterDeviceFileDTO, tG as MasterDeviceFileSchema, Z as MasterVehicle, tn as MasterVehicleDropdown, to as MasterVehicleFile, tz as MasterVehicleFileDTO, ty as MasterVehicleFileSchema, u9 as SimpleFindQueryDTO, u8 as SimpleFindQuerySchema, tF as VehicleBulkDTO, tE as VehicleBulkSchema, tD as VehicleDTO, tr as VehicleDetailBody, tT as VehicleDetailBodyDTO, tS as VehicleDetailBodySchema, tp as VehicleDetailGPS, tP as VehicleDetailGPSSensorDTO, tO as VehicleDetailGPSSensorSchema, ts as VehicleDetailLifeCycle, tV as VehicleDetailLifeCycleDto, tU as VehicleDetailLifeCycleSchema, tt as VehicleDetailPurchase, tX as VehicleDetailPurchaseDTO, tW as VehicleDetailPurchaseSchema, tq as VehicleDetailTrip, tR as VehicleDetailTripDTO, tQ as VehicleDetailTripSchema, tJ as VehicleDeviceLinkDTO, tI as VehicleDeviceLinkSchema, tL as VehicleDeviceUnlinkDTO, tK as VehicleDeviceUnlinkSchema, tu as VehicleDocument, t$ as VehicleDocumentDTO, tw as VehicleDocumentExpiry, u3 as VehicleDocumentExpiryDTO, u5 as VehicleDocumentExpiryQueryDTO, u4 as VehicleDocumentExpiryQuerySchema, u2 as VehicleDocumentExpirySchema, tv as VehicleDocumentFile, tZ as VehicleDocumentFileDTO, tY as VehicleDocumentFileSchema, u1 as VehicleDocumentQueryDTO, u0 as VehicleDocumentQuerySchema, t_ as VehicleDocumentSchema, tN as VehicleDriverLinkDTO, tM as VehicleDriverLinkSchema, ub as VehicleGPSQueryDTO, ua as VehicleGPSQuerySchema, tx as VehicleOdometerHistory, u7 as VehicleQueryDTO, u6 as VehicleQuerySchema, tC as VehicleSchema, uC as createVehicle, uS as createVehicleDocument, uW as createVehicleDocumentExpiry, ut as create_file_device, ur as create_file_vehicle, uv as create_file_vehicle_document, uE as deleteVehicle, uy as delete_calibration_file, uT as findVehicleDocument, uX as findVehicleDocumentExpiry, uB as findVehicleGPSDetails, uz as findVehicles, uA as findVehiclesLiveDashboard, uR as getDeviceLinkHistoryByDevice, uQ as getDeviceLinkHistoryByVehicle, uN as getDriverLinkHistoryByDriver, uM as getDriverLinkHistoryByVehicle, u_ as getVehicleCache, v0 as getVehicleParentCache, u$ as getVehicleSimpleCache, v2 as getVehicleSimpleDropdownCacheLiveData, v1 as getVehicleSimpleDropdownCustom, uq as get_calibration_file_presigned_url, uo as get_device_file_presigned_url, up as get_vehicle_document_file_presigned_url, un as get_vehicle_file_presigned_url, uO as linkDeviceToVehicle, uK as linkDriverToVehicle, um as newVehicleDocumentExpiryPayload, uk as newVehicleDocumentPayload, ud as newVehiclePayload, uV as removeVehicleDocument, uZ as removeVehicleDocumentExpiry, uu as remove_file_device, us as remove_file_vehicle, uw as remove_file_vehicle_document, uh as toVehicleDetailLifeCyclePayload, ui as toVehicleDetailPurchasePayload, ug as toVehicleDetailsBodyPayload, ue as toVehicleDetailsGPSPayload, uf as toVehicleDetailsTripPayload, ul as toVehicleDocumentExpiryPayload, uj as toVehicleDocumentPayload, uc as toVehiclePayload, uP as unlinkDeviceFromVehicle, uL as unlinkDriverFromVehicle, uF as updateDetailsGpsSensor, uG as updateDetailsTrip, uD as updateVehicle, uH as updateVehicleBodyDetails, uU as updateVehicleDocument, uY as updateVehicleDocumentExpiry, uI as updateVehicleLifeCycleDetails, uJ as updateVehiclePurchaseDetails, ux as update_calibration_file } from '../../../bookmark_service-D2yLvkCb.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 { Q as MasterClass, ph as MasterClassDTO, pj as MasterClassQueryDTO, pi as MasterClassQuerySchema, pg as MasterClassSchema, pn as createMasterClass, pp as deleteMasterClass, pm as findMasterClass, pq as getMasterClassCache, pr as getMasterClassCacheCount, pl as newMasterClassPayload, pk as toMasterClassPayload, po as updateMasterClass } from '../../../bookmark_service-DBJ2kG1B.js';
4
+ export { Q as MasterClass, ph as MasterClassDTO, pj as MasterClassQueryDTO, pi as MasterClassQuerySchema, pg as MasterClassSchema, pn as createMasterClass, pp as deleteMasterClass, pm as findMasterClass, pq as getMasterClassCache, pr as getMasterClassCacheCount, pl as newMasterClassPayload, pk as toMasterClassPayload, po as updateMasterClass } from '../../../bookmark_service-D2yLvkCb.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 { R as MasterProgram, pt as MasterProgramDTO, pv as MasterProgramQueryDTO, pu as MasterProgramQuerySchema, ps as MasterProgramSchema, pz as createMasterProgram, pB as deleteMasterProgram, py as findMasterProgram, pC as getMasterProgramCache, pD as getMasterProgramCacheCount, px as newMasterProgramPayload, pw as toMasterProgramPayload, pA as updateMasterProgram } from '../../../bookmark_service-DBJ2kG1B.js';
4
+ export { R as MasterProgram, pt as MasterProgramDTO, pv as MasterProgramQueryDTO, pu as MasterProgramQuerySchema, ps as MasterProgramSchema, pz as createMasterProgram, pB as deleteMasterProgram, py as findMasterProgram, pC as getMasterProgramCache, pD as getMasterProgramCacheCount, px as newMasterProgramPayload, pw as toMasterProgramPayload, pA as updateMasterProgram } from '../../../bookmark_service-D2yLvkCb.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 { T as MasterRelationship, qp as MasterRelationshipDTO, qr as MasterRelationshipQueryDTO, qq as MasterRelationshipQuerySchema, qo as MasterRelationshipSchema, qv as createMasterRelationship, qx as deleteMasterRelationship, qu as findMasterRelationship, qy as getMasterRelationshipCache, qz as getMasterRelationshipCacheCount, qt as newMasterRelationshipPayload, qs as toMasterRelationshipPayload, qw as updateMasterRelationship } from '../../../bookmark_service-DBJ2kG1B.js';
4
+ export { T as MasterRelationship, qp as MasterRelationshipDTO, qr as MasterRelationshipQueryDTO, qq as MasterRelationshipQuerySchema, qo as MasterRelationshipSchema, qv as createMasterRelationship, qx as deleteMasterRelationship, qu as findMasterRelationship, qy as getMasterRelationshipCache, qz as getMasterRelationshipCacheCount, qt as newMasterRelationshipPayload, qs as toMasterRelationshipPayload, qw as updateMasterRelationship } from '../../../bookmark_service-D2yLvkCb.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 { V as MasterSection, pF as MasterSectionDTO, pH as MasterSectionQueryDTO, pG as MasterSectionQuerySchema, pE as MasterSectionSchema, pL as createMasterSection, pN as deleteMasterSection, pK as findMasterSection, pO as getMasterSectionCache, pP as getMasterSectionCacheCount, pJ as newMasterSectionPayload, pI as toMasterSectionPayload, pM as updateMasterSection } from '../../../bookmark_service-DBJ2kG1B.js';
4
+ export { V as MasterSection, pF as MasterSectionDTO, pH as MasterSectionQueryDTO, pG as MasterSectionQuerySchema, pE as MasterSectionSchema, pL as createMasterSection, pN as deleteMasterSection, pK as findMasterSection, pO as getMasterSectionCache, pP as getMasterSectionCacheCount, pJ as newMasterSectionPayload, pI as toMasterSectionPayload, pM as updateMasterSection } from '../../../bookmark_service-D2yLvkCb.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 { S as MasterSemester, pR as MasterSemesterDTO, pT as MasterSemesterQueryDTO, pS as MasterSemesterQuerySchema, pQ as MasterSemesterSchema, pX as createMasterSemester, pZ as deleteMasterSemester, pW as findMasterSemester, p_ as getMasterSemesterCache, p$ as getMasterSemesterCacheCount, pV as newMasterSemesterPayload, pU as toMasterSemesterPayload, pY as updateMasterSemester } from '../../../bookmark_service-DBJ2kG1B.js';
4
+ export { S as MasterSemester, pR as MasterSemesterDTO, pT as MasterSemesterQueryDTO, pS as MasterSemesterQuerySchema, pQ as MasterSemesterSchema, pX as createMasterSemester, pZ as deleteMasterSemester, pW as findMasterSemester, p_ as getMasterSemesterCache, p$ as getMasterSemesterCacheCount, pV as newMasterSemesterPayload, pU as toMasterSemesterPayload, pY as updateMasterSemester } from '../../../bookmark_service-D2yLvkCb.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 { W as MasterStream, q1 as MasterStreamDTO, q3 as MasterStreamQueryDTO, q2 as MasterStreamQuerySchema, q0 as MasterStreamSchema, q7 as createMasterStream, q9 as deleteMasterStream, q6 as findMasterStream, qa as getMasterStreamCache, qb as getMasterStreamCacheCount, q5 as newMasterStreamPayload, q4 as toMasterStreamPayload, q8 as updateMasterStream } from '../../../bookmark_service-DBJ2kG1B.js';
4
+ export { W as MasterStream, q1 as MasterStreamDTO, q3 as MasterStreamQueryDTO, q2 as MasterStreamQuerySchema, q0 as MasterStreamSchema, q7 as createMasterStream, q9 as deleteMasterStream, q6 as findMasterStream, qa as getMasterStreamCache, qb as getMasterStreamCacheCount, q5 as newMasterStreamPayload, q4 as toMasterStreamPayload, q8 as updateMasterStream } from '../../../bookmark_service-D2yLvkCb.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 { X as MasterYear, qd as MasterYearDTO, qf as MasterYearQueryDTO, qe as MasterYearQuerySchema, qc as MasterYearSchema, qj as createMasterYear, ql as deleteMasterYear, qi as findMasterYear, qm as getMasterYearCache, qn as getMasterYearCacheCount, qh as newMasterYearPayload, qg as toMasterYearPayload, qk as updateMasterYear } from '../../../bookmark_service-DBJ2kG1B.js';
4
+ export { X as MasterYear, qd as MasterYearDTO, qf as MasterYearQueryDTO, qe as MasterYearQuerySchema, qc as MasterYearSchema, qj as createMasterYear, ql as deleteMasterYear, qi as findMasterYear, qm as getMasterYearCache, qn as getMasterYearCacheCount, qh as newMasterYearPayload, qg as toMasterYearPayload, qk as updateMasterYear } from '../../../bookmark_service-D2yLvkCb.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
@@ -1,5 +1,5 @@
1
1
  import { SBR, BR } from '../../../core/BaseResponse.js';
2
- import { b as MasterVehicleType, c as MasterVehicleMake, d as MasterVehicleStatusType, e as MasterVehicleOwnershipType, f as MasterVehicleAssociatedTo, g as MasterVehicleFuelType, h as MasterVehicleFuelUnit, i as MasterVehicleFuelRemovalReason, j as MasterVehicleDocumentType, k as MasterUserRole, l as MasterUserStatus, m as MasterTyreMake, n as MasterTyreGrade, o as MasterTripPartyType, p as MasterSparePartCategory, q as MasterSparePartUnit, O as OrganisationSubCompany, r as OrganisationBranch, s as OrganisationColor, t as OrganisationTag, u as OrganisationGroup, v as MasterMainIndustry, w as MasterMainCountry, x as MasterMainDateFormat, y as MasterMainLanguage, z as MasterMainUnitDistance, A as MasterMainUnitMileage, B as MasterMainUnitVolume, C as MasterMainSimProvider, D as MasterFleetIncidentType, E as MasterFleetIncidentStatus, F as MasterFleetIncidentSeverity, G as MasterFleetInsuranceClaimStatus, H as MasterFleetServiceTask, I as MasterExpenseName, J as MasterExpenseType, K as MasterVendorType, L as MasterVendorTag, N as MasterVendorDocumentType, P as MasterFuelCompany, Q as MasterClass, R as MasterProgram, S as MasterSemester, T as MasterRelationship, V as MasterSection, W as MasterStream, X as MasterYear } from '../../../bookmark_service-DBJ2kG1B.js';
2
+ import { b as MasterVehicleType, c as MasterVehicleMake, d as MasterVehicleStatusType, e as MasterVehicleOwnershipType, f as MasterVehicleAssociatedTo, g as MasterVehicleFuelType, h as MasterVehicleFuelUnit, i as MasterVehicleFuelRemovalReason, j as MasterVehicleDocumentType, k as MasterUserRole, l as MasterUserStatus, m as MasterTyreMake, n as MasterTyreGrade, o as MasterTripPartyType, p as MasterSparePartCategory, q as MasterSparePartUnit, O as OrganisationSubCompany, r as OrganisationBranch, s as OrganisationColor, t as OrganisationTag, u as OrganisationGroup, v as MasterMainIndustry, w as MasterMainCountry, x as MasterMainDateFormat, y as MasterMainLanguage, z as MasterMainUnitDistance, A as MasterMainUnitMileage, B as MasterMainUnitVolume, C as MasterMainSimProvider, D as MasterFleetIncidentType, E as MasterFleetIncidentStatus, F as MasterFleetIncidentSeverity, G as MasterFleetInsuranceClaimStatus, H as MasterFleetServiceTask, I as MasterExpenseName, J as MasterExpenseType, K as MasterVendorType, L as MasterVendorTag, N as MasterVendorDocumentType, P as MasterFuelCompany, Q as MasterClass, R as MasterProgram, S as MasterSemester, T as MasterRelationship, V as MasterSection, W as MasterStream, X as MasterYear } from '../../../bookmark_service-D2yLvkCb.js';
3
3
  import { MasterMainFasttagBank } from '../main/master_main_fasttag_bank_service.js';
4
4
  import { MasterMainEwayBillProvider } from '../main/master_main_eway_bill_provider_service.js';
5
5
  import '../../../core/Enums.js';