vms-nest-api-document 1.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.
- package/README.md +1 -0
- package/dist/core/BaseRequest.d.ts +14 -0
- package/dist/core/BaseRequest.js +17 -0
- package/dist/core/BaseResponse.d.ts +67 -0
- package/dist/core/BaseResponse.js +7 -0
- package/dist/core/Enums.d.ts +881 -0
- package/dist/core/Enums.js +1106 -0
- package/dist/core/apiCall.d.ts +6 -0
- package/dist/core/apiCall.js +33 -0
- package/dist/core/sdk-config.d.ts +6 -0
- package/dist/core/sdk-config.js +17 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +0 -0
- package/dist/services/account/analytics/user_login_analytics_service.d.ts +80 -0
- package/dist/services/account/analytics/user_login_analytics_service.js +294 -0
- package/dist/services/account/analytics/user_page_analytics_service.d.ts +73 -0
- package/dist/services/account/analytics/user_page_analytics_service.js +289 -0
- package/dist/services/account/eway_bill_details.d.ts +157 -0
- package/dist/services/account/eway_bill_details.js +322 -0
- package/dist/services/account/fasttag_details.d.ts +157 -0
- package/dist/services/account/fasttag_details.js +322 -0
- package/dist/services/account/invoice_service.d.ts +6 -0
- package/dist/services/account/invoice_service.js +468 -0
- package/dist/services/account/master_bookmark_service.d.ts +7 -0
- package/dist/services/account/master_bookmark_service.js +415 -0
- package/dist/services/account/notification_preferences.service.d.ts +6 -0
- package/dist/services/account/notification_preferences.service.js +403 -0
- package/dist/services/account/report_preferences.service.d.ts +6 -0
- package/dist/services/account/report_preferences.service.js +431 -0
- package/dist/services/account/ticket_service.d.ts +6 -0
- package/dist/services/account/ticket_service.js +444 -0
- package/dist/services/account/user_bookmark_service.d.ts +476 -0
- package/dist/services/account/user_bookmark_service.js +72 -0
- package/dist/services/core/cronjobs.service.d.ts +236 -0
- package/dist/services/core/cronjobs.service.js +300 -0
- package/dist/services/core/external_api.service.d.ts +282 -0
- package/dist/services/core/external_api.service.js +425 -0
- package/dist/services/fleet/breakdown_management/breakdown_management_service.d.ts +6 -0
- package/dist/services/fleet/breakdown_management/breakdown_management_service.js +596 -0
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +6 -0
- package/dist/services/fleet/bus_mangement/bus_stop.js +488 -0
- package/dist/services/fleet/bus_mangement/day_run_daily_schedule_api.d.ts +775 -0
- package/dist/services/fleet/bus_mangement/day_run_daily_schedule_api.js +726 -0
- package/dist/services/fleet/bus_mangement/day_run_special_schedule_api.d.ts +775 -0
- package/dist/services/fleet/bus_mangement/day_run_special_schedule_api.js +726 -0
- package/dist/services/fleet/bus_mangement/master_daily_schedule.d.ts +6 -0
- package/dist/services/fleet/bus_mangement/master_daily_schedule.js +480 -0
- package/dist/services/fleet/bus_mangement/master_route.d.ts +6 -0
- package/dist/services/fleet/bus_mangement/master_route.js +470 -0
- package/dist/services/fleet/bus_mangement/master_special_schedule.d.ts +6 -0
- package/dist/services/fleet/bus_mangement/master_special_schedule.js +483 -0
- package/dist/services/fleet/document_management/document_management_service.d.ts +6 -0
- package/dist/services/fleet/document_management/document_management_service.js +567 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +6 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.js +448 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +6 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.js +666 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +6 -0
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.js +571 -0
- package/dist/services/fleet/incident_management/incident_management_service.d.ts +6 -0
- package/dist/services/fleet/incident_management/incident_management_service.js +721 -0
- package/dist/services/fleet/inspection_management/fleet_inspection_form_service.d.ts +6 -0
- package/dist/services/fleet/inspection_management/fleet_inspection_form_service.js +333 -0
- package/dist/services/fleet/inspection_management/fleet_inspection_management_service.d.ts +6 -0
- package/dist/services/fleet/inspection_management/fleet_inspection_management_service.js +504 -0
- package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.d.ts +6 -0
- package/dist/services/fleet/inspection_management/fleet_inspection_schedule_service.js +343 -0
- package/dist/services/fleet/issue_management/issue_management_service.d.ts +6 -0
- package/dist/services/fleet/issue_management/issue_management_service.js +602 -0
- package/dist/services/fleet/school_management/calendar_service.d.ts +6 -0
- package/dist/services/fleet/school_management/calendar_service.js +349 -0
- package/dist/services/fleet/school_management/notice_board_service.d.ts +6 -0
- package/dist/services/fleet/school_management/notice_board_service.js +337 -0
- package/dist/services/fleet/school_management/student_service.d.ts +6 -0
- package/dist/services/fleet/school_management/student_service.js +1031 -0
- package/dist/services/fleet/service_management/fleet_service_schedule_service.d.ts +6 -0
- package/dist/services/fleet/service_management/fleet_service_schedule_service.js +343 -0
- package/dist/services/fleet/service_management/fleet_service_service.d.ts +6 -0
- package/dist/services/fleet/service_management/fleet_service_service.js +764 -0
- package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +6 -0
- package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.js +461 -0
- package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +6 -0
- package/dist/services/fleet/vendor_management/fleet_vendor_service.js +1049 -0
- package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +6 -0
- package/dist/services/fleet/vendor_management/fleet_vendor_service_center.js +480 -0
- package/dist/services/fleet/workshop_management/fleet_workshop_service.d.ts +6 -0
- package/dist/services/fleet/workshop_management/fleet_workshop_service.js +357 -0
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +6 -0
- package/dist/services/gps/features/geofence/gps_geofence_service.js +516 -0
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +6 -0
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.js +351 -0
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +6 -0
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.js +376 -0
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +6 -0
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.js +389 -0
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +6 -0
- package/dist/services/gps/features/gps_live_track_share_link_service.js +394 -0
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +6 -0
- package/dist/services/gps/features/gps_track_history_share_link_service.js +389 -0
- package/dist/services/gps/reports/gps_models/DashboardSummaryReport.d.ts +20 -0
- package/dist/services/gps/reports/gps_models/DashboardSummaryReport.js +0 -0
- package/dist/services/gps/reports/gps_models/FuelConsumptionMonthly.d.ts +46 -0
- package/dist/services/gps/reports/gps_models/FuelConsumptionMonthly.js +0 -0
- package/dist/services/gps/reports/gps_models/GPSOverSpeedViolation.d.ts +40 -0
- package/dist/services/gps/reports/gps_models/GPSOverSpeedViolation.js +0 -0
- package/dist/services/gps/reports/gps_models/GpsAlert.d.ts +42 -0
- package/dist/services/gps/reports/gps_models/GpsAlert.js +0 -0
- package/dist/services/gps/reports/gps_models/GpsAnalytics.d.ts +134 -0
- package/dist/services/gps/reports/gps_models/GpsAnalytics.js +0 -0
- package/dist/services/gps/reports/gps_models/GpsPacket.d.ts +61 -0
- package/dist/services/gps/reports/gps_models/GpsPacket.js +0 -0
- package/dist/services/gps/reports/gps_models/GpsSensor.d.ts +45 -0
- package/dist/services/gps/reports/gps_models/GpsSensor.js +0 -0
- package/dist/services/gps/reports/gps_models/HourlyKmAnalysis.d.ts +30 -0
- package/dist/services/gps/reports/gps_models/HourlyKmAnalysis.js +0 -0
- package/dist/services/gps/reports/gps_models/KilometerMonthly.d.ts +45 -0
- package/dist/services/gps/reports/gps_models/KilometerMonthly.js +0 -0
- package/dist/services/gps/reports/gps_models/Last24HoursKmReport.d.ts +23 -0
- package/dist/services/gps/reports/gps_models/Last24HoursKmReport.js +0 -0
- package/dist/services/gps/reports/gps_models/OverSpeedViolationMonthly.d.ts +64 -0
- package/dist/services/gps/reports/gps_models/OverSpeedViolationMonthly.js +0 -0
- package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +423 -0
- package/dist/services/gps/reports/gps_reports_mongo_service.js +748 -0
- package/dist/services/gps/reports/gps_reports_postgre_service.d.ts +2 -0
- package/dist/services/gps/reports/gps_reports_postgre_service.js +0 -0
- package/dist/services/main/devices/master_device_service.d.ts +6 -0
- package/dist/services/main/devices/master_device_service.js +385 -0
- package/dist/services/main/drivers/master_driver_service.d.ts +6 -0
- package/dist/services/main/drivers/master_driver_service.js +526 -0
- package/dist/services/main/sims/master_sim_service.d.ts +6 -0
- package/dist/services/main/sims/master_sim_service.js +342 -0
- package/dist/services/main/users/auth_service.d.ts +249 -0
- package/dist/services/main/users/auth_service.js +188 -0
- package/dist/services/main/users/user_admin_service.d.ts +6 -0
- package/dist/services/main/users/user_admin_service.js +370 -0
- package/dist/services/main/users/user_organisation_service.d.ts +6 -0
- package/dist/services/main/users/user_organisation_service.js +549 -0
- package/dist/services/main/users/user_service.d.ts +6 -0
- package/dist/services/main/users/user_service.js +479 -0
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +165 -0
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.js +390 -0
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +6 -0
- package/dist/services/main/vehicle/master_vehicle_service.js +1367 -0
- package/dist/services/master/bus/master_class_service.d.ts +6 -0
- package/dist/services/master/bus/master_class_service.js +320 -0
- package/dist/services/master/bus/master_program_service.d.ts +6 -0
- package/dist/services/master/bus/master_program_service.js +320 -0
- package/dist/services/master/bus/master_relationship_service.d.ts +6 -0
- package/dist/services/master/bus/master_relationship_service.js +320 -0
- package/dist/services/master/bus/master_section_service.d.ts +6 -0
- package/dist/services/master/bus/master_section_service.js +320 -0
- package/dist/services/master/bus/master_semester_service.d.ts +6 -0
- package/dist/services/master/bus/master_semester_service.js +320 -0
- package/dist/services/master/bus/master_stream_service.d.ts +6 -0
- package/dist/services/master/bus/master_stream_service.js +320 -0
- package/dist/services/master/bus/master_year_service.d.ts +6 -0
- package/dist/services/master/bus/master_year_service.js +320 -0
- package/dist/services/master/cache_reset/master_reset_cache_service.d.ts +99 -0
- package/dist/services/master/cache_reset/master_reset_cache_service.js +127 -0
- package/dist/services/master/device/master_device_manufacturer_service.d.ts +6 -0
- package/dist/services/master/device/master_device_manufacturer_service.js +316 -0
- package/dist/services/master/device/master_device_model_service.d.ts +6 -0
- package/dist/services/master/device/master_device_model_service.js +336 -0
- package/dist/services/master/device/master_device_type_service.d.ts +6 -0
- package/dist/services/master/device/master_device_type_service.js +342 -0
- package/dist/services/master/expense/master_expense_name_service.d.ts +6 -0
- package/dist/services/master/expense/master_expense_name_service.js +333 -0
- package/dist/services/master/expense/master_expense_type_service.d.ts +6 -0
- package/dist/services/master/expense/master_expense_type_service.js +315 -0
- package/dist/services/master/expense/master_fuel_company_service.d.ts +6 -0
- package/dist/services/master/expense/master_fuel_company_service.js +355 -0
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +6 -0
- package/dist/services/master/expense/master_vendor_document_type_service.js +315 -0
- package/dist/services/master/expense/master_vendor_tag_service.d.ts +6 -0
- package/dist/services/master/expense/master_vendor_tag_service.js +315 -0
- package/dist/services/master/expense/master_vendor_type_service.d.ts +6 -0
- package/dist/services/master/expense/master_vendor_type_service.js +315 -0
- package/dist/services/master/fleet/master_fleet_breakdown_type_service.d.ts +6 -0
- package/dist/services/master/fleet/master_fleet_breakdown_type_service.js +315 -0
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +6 -0
- package/dist/services/master/fleet/master_fleet_incident_severity_service.js +317 -0
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +6 -0
- package/dist/services/master/fleet/master_fleet_incident_status_service.js +315 -0
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +6 -0
- package/dist/services/master/fleet/master_fleet_incident_type_service.js +315 -0
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +6 -0
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.js +321 -0
- package/dist/services/master/fleet/master_fleet_service_part_service.d.ts +6 -0
- package/dist/services/master/fleet/master_fleet_service_part_service.js +332 -0
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +6 -0
- package/dist/services/master/fleet/master_fleet_service_task_service.js +315 -0
- package/dist/services/master/main/master_main_country_service.d.ts +6 -0
- package/dist/services/master/main/master_main_country_service.js +311 -0
- package/dist/services/master/main/master_main_currency_service.d.ts +6 -0
- package/dist/services/master/main/master_main_currency_service.js +323 -0
- package/dist/services/master/main/master_main_date_format_service.d.ts +6 -0
- package/dist/services/master/main/master_main_date_format_service.js +303 -0
- package/dist/services/master/main/master_main_eway_bill_provider_service.d.ts +118 -0
- package/dist/services/master/main/master_main_eway_bill_provider_service.js +303 -0
- package/dist/services/master/main/master_main_fasttag_bank_service.d.ts +118 -0
- package/dist/services/master/main/master_main_fasttag_bank_service.js +303 -0
- package/dist/services/master/main/master_main_industry_service.d.ts +6 -0
- package/dist/services/master/main/master_main_industry_service.js +303 -0
- package/dist/services/master/main/master_main_landmark_service.d.ts +6 -0
- package/dist/services/master/main/master_main_landmark_service.js +366 -0
- package/dist/services/master/main/master_main_language_service.d.ts +6 -0
- package/dist/services/master/main/master_main_language_service.js +303 -0
- package/dist/services/master/main/master_main_sim_provider_service.d.ts +6 -0
- package/dist/services/master/main/master_main_sim_provider_service.js +303 -0
- package/dist/services/master/main/master_main_state_service.d.ts +6 -0
- package/dist/services/master/main/master_main_state_service.js +315 -0
- package/dist/services/master/main/master_main_timezone_service.d.ts +6 -0
- package/dist/services/master/main/master_main_timezone_service.js +347 -0
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +6 -0
- package/dist/services/master/main/master_main_unit_distance_service.js +303 -0
- package/dist/services/master/main/master_main_unit_mileage_service.d.ts +6 -0
- package/dist/services/master/main/master_main_unit_mileage_service.js +303 -0
- package/dist/services/master/main/master_main_unit_volume_service.d.ts +6 -0
- package/dist/services/master/main/master_main_unit_volume_service.js +303 -0
- package/dist/services/master/organisation/organisation_branch_service.d.ts +6 -0
- package/dist/services/master/organisation/organisation_branch_service.js +331 -0
- package/dist/services/master/organisation/organisation_color_service.d.ts +6 -0
- package/dist/services/master/organisation/organisation_color_service.js +328 -0
- package/dist/services/master/organisation/organisation_group_service.d.ts +6 -0
- package/dist/services/master/organisation/organisation_group_service.js +331 -0
- package/dist/services/master/organisation/organisation_sub_company_service.d.ts +6 -0
- package/dist/services/master/organisation/organisation_sub_company_service.js +362 -0
- package/dist/services/master/organisation/organisation_tag_service.d.ts +6 -0
- package/dist/services/master/organisation/organisation_tag_service.js +325 -0
- package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +6 -0
- package/dist/services/master/spare_part/master_spare_part_category_service.js +328 -0
- package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +6 -0
- package/dist/services/master/spare_part/master_spare_part_sub_category_service.js +339 -0
- package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +6 -0
- package/dist/services/master/spare_part/master_spare_part_unit_service.js +323 -0
- package/dist/services/master/trip/master_trip_party_type_service.d.ts +6 -0
- package/dist/services/master/trip/master_trip_party_type_service.js +315 -0
- package/dist/services/master/tyre/master_tyre_grade_service.d.ts +6 -0
- package/dist/services/master/tyre/master_tyre_grade_service.js +320 -0
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +6 -0
- package/dist/services/master/tyre/master_tyre_make_service.js +325 -0
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +6 -0
- package/dist/services/master/tyre/master_tyre_model_service.js +366 -0
- package/dist/services/master/user/master_user_role_service.d.ts +6 -0
- package/dist/services/master/user/master_user_role_service.js +320 -0
- package/dist/services/master/user/master_user_status_service.d.ts +6 -0
- package/dist/services/master/user/master_user_status_service.js +320 -0
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +6 -0
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.js +325 -0
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +6 -0
- package/dist/services/master/vehicle/master_vehicle_document_type_service.js +315 -0
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +6 -0
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.js +329 -0
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +6 -0
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.js +325 -0
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +6 -0
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.js +325 -0
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +6 -0
- package/dist/services/master/vehicle/master_vehicle_make_service.js +325 -0
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +6 -0
- package/dist/services/master/vehicle/master_vehicle_model_service.js +339 -0
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +6 -0
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.js +327 -0
- package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +6 -0
- package/dist/services/master/vehicle/master_vehicle_status_type_service.js +325 -0
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +6 -0
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.js +345 -0
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +6 -0
- package/dist/services/master/vehicle/master_vehicle_type_service.js +325 -0
- package/dist/services/website/contact_us_detail_service.d.ts +146 -0
- package/dist/services/website/contact_us_detail_service.js +316 -0
- package/dist/services/website/exclusive_feature_access.d.ts +6 -0
- package/dist/services/website/exclusive_feature_access.js +309 -0
- package/dist/services/website/faq_service.d.ts +118 -0
- package/dist/services/website/faq_service.js +292 -0
- package/dist/services/website/request_demo.service.d.ts +158 -0
- package/dist/services/website/request_demo.service.js +329 -0
- package/dist/services/website/static_pages_service.d.ts +122 -0
- package/dist/services/website/static_pages_service.js +295 -0
- package/dist/user_organisation_service-BHZhNPDL.d.ts +25715 -0
- package/dist/zod_utils/zod_base_schema.d.ts +163 -0
- package/dist/zod_utils/zod_base_schema.js +208 -0
- package/dist/zod_utils/zod_utils.d.ts +39 -0
- package/dist/zod_utils/zod_utils.js +425 -0
- package/package.json +80 -0
|
@@ -0,0 +1,775 @@
|
|
|
1
|
+
import { StudentLegStatus, AttendanceMethod, BusLeg, DayRunStatus, DayRunRunningStatus, Status, DayRunStopStatus, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy, YesNo } from '../../../core/Enums.js';
|
|
2
|
+
import { SBR, FBR, BR, AWSPresignedUrl } from '../../../core/BaseResponse.js';
|
|
3
|
+
import { z } from 'zod';
|
|
4
|
+
import { U as UserOrganisation, C as OrganisationBranch, Z as MasterRoute, a2 as MasterSpecialSchedule, $ as MasterVehicle, M as MasterDriver, a0 as BusStop, a1 as Student } from '../../../user_organisation_service-BHZhNPDL.js';
|
|
5
|
+
import '../../../zod_utils/zod_base_schema.js';
|
|
6
|
+
import '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
|
|
7
|
+
|
|
8
|
+
interface StudentAttendancePresignedUrl extends Record<string, unknown> {
|
|
9
|
+
presigned_url: string;
|
|
10
|
+
file_url: string;
|
|
11
|
+
file_key: string;
|
|
12
|
+
}
|
|
13
|
+
interface SpecialScheduleDayRun extends Record<string, unknown> {
|
|
14
|
+
special_schedule_day_run_id: string;
|
|
15
|
+
run_date: string;
|
|
16
|
+
run_date_f?: string;
|
|
17
|
+
schedule_type: BusLeg;
|
|
18
|
+
start_planned_date_time?: string;
|
|
19
|
+
start_planned_date_time_f?: string;
|
|
20
|
+
end_planned_date_time?: string;
|
|
21
|
+
end_planned_date_time_f?: string;
|
|
22
|
+
start_actual_date_time?: string;
|
|
23
|
+
start_actual_date_time_f?: string;
|
|
24
|
+
end_actual_date_time?: string;
|
|
25
|
+
end_actual_date_time_f?: string;
|
|
26
|
+
planned_stops_count?: number;
|
|
27
|
+
covered_stops_count?: number;
|
|
28
|
+
planned_student_count?: number;
|
|
29
|
+
marked_student_count?: number;
|
|
30
|
+
day_run_status: DayRunStatus;
|
|
31
|
+
running_status: DayRunRunningStatus;
|
|
32
|
+
running_delay_seconds?: number;
|
|
33
|
+
notes?: string;
|
|
34
|
+
cancel_reason?: string;
|
|
35
|
+
status: Status;
|
|
36
|
+
added_date_time?: string;
|
|
37
|
+
modified_date_time?: string;
|
|
38
|
+
organisation_id: string;
|
|
39
|
+
UserOrganisation?: UserOrganisation;
|
|
40
|
+
organisation_name?: string;
|
|
41
|
+
organisation_code?: string;
|
|
42
|
+
organisation_logo_url?: string;
|
|
43
|
+
organisation_branch_id: string;
|
|
44
|
+
OrganisationBranch?: OrganisationBranch;
|
|
45
|
+
branch_name?: string;
|
|
46
|
+
branch_city?: string;
|
|
47
|
+
route_id: string;
|
|
48
|
+
MasterRoute?: MasterRoute;
|
|
49
|
+
route_name?: string;
|
|
50
|
+
special_schedule_id: string;
|
|
51
|
+
MasterSpecialSchedule?: MasterSpecialSchedule;
|
|
52
|
+
schedule_name?: string;
|
|
53
|
+
vehicle_id: string;
|
|
54
|
+
MasterVehicle?: MasterVehicle;
|
|
55
|
+
vehicle_number?: string;
|
|
56
|
+
vehicle_type?: string;
|
|
57
|
+
driver_id?: string;
|
|
58
|
+
Driver?: MasterDriver;
|
|
59
|
+
driver_details?: string;
|
|
60
|
+
driver_image_url?: string;
|
|
61
|
+
attendant_id?: string;
|
|
62
|
+
Attendant?: MasterDriver;
|
|
63
|
+
attendant_details?: string;
|
|
64
|
+
attendant_image_url?: string;
|
|
65
|
+
SpecialScheduleDayRunStop?: SpecialScheduleDayRunStop[];
|
|
66
|
+
SpecialScheduleDayRunStudent?: SpecialScheduleDayRunStudent[];
|
|
67
|
+
_count?: {
|
|
68
|
+
SpecialScheduleDayRunStop?: number;
|
|
69
|
+
SpecialScheduleDayRunStudent?: number;
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
interface SpecialScheduleDayRunStop extends Record<string, unknown> {
|
|
73
|
+
special_schedule_day_run_stop_id: string;
|
|
74
|
+
order_no: number;
|
|
75
|
+
planned_arrival_time?: string;
|
|
76
|
+
planned_arrival_time_f?: string;
|
|
77
|
+
planned_departure_time?: string;
|
|
78
|
+
planned_departure_time_f?: string;
|
|
79
|
+
planned_stop_duration_seconds?: number;
|
|
80
|
+
actual_arrival_time?: string;
|
|
81
|
+
actual_arrival_time_f?: string;
|
|
82
|
+
actual_departure_time?: string;
|
|
83
|
+
actual_departure_time_f?: string;
|
|
84
|
+
actual_stop_duration_seconds?: number;
|
|
85
|
+
stop_status: DayRunStopStatus;
|
|
86
|
+
planned_student_count?: number;
|
|
87
|
+
marked_student_count?: number;
|
|
88
|
+
status: Status;
|
|
89
|
+
added_date_time?: string;
|
|
90
|
+
modified_date_time?: string;
|
|
91
|
+
organisation_id: string;
|
|
92
|
+
UserOrganisation?: UserOrganisation;
|
|
93
|
+
organisation_name?: string;
|
|
94
|
+
organisation_code?: string;
|
|
95
|
+
organisation_logo_url?: string;
|
|
96
|
+
organisation_branch_id: string;
|
|
97
|
+
OrganisationBranch?: OrganisationBranch;
|
|
98
|
+
branch_name?: string;
|
|
99
|
+
branch_city?: string;
|
|
100
|
+
route_id: string;
|
|
101
|
+
MasterRoute?: MasterRoute;
|
|
102
|
+
route_name?: string;
|
|
103
|
+
special_schedule_id: string;
|
|
104
|
+
MasterSpecialSchedule?: MasterSpecialSchedule;
|
|
105
|
+
schedule_name?: string;
|
|
106
|
+
special_schedule_day_run_id: string;
|
|
107
|
+
SpecialScheduleDayRun?: SpecialScheduleDayRun;
|
|
108
|
+
bus_stop_id: string;
|
|
109
|
+
BusStop?: BusStop;
|
|
110
|
+
stop_name?: string;
|
|
111
|
+
geofence_type?: string;
|
|
112
|
+
radius_m?: number;
|
|
113
|
+
radius_km?: number;
|
|
114
|
+
latitude?: number;
|
|
115
|
+
longitude?: number;
|
|
116
|
+
poliline_data?: unknown;
|
|
117
|
+
polyline_data?: unknown;
|
|
118
|
+
SSDRS_Planned_SpecialScheduleDayRunStop?: SpecialScheduleDayRunStudent[];
|
|
119
|
+
SSDRS_Actual_SpecialScheduleDayRunStop?: SpecialScheduleDayRunStudent[];
|
|
120
|
+
_count?: Record<string, number>;
|
|
121
|
+
}
|
|
122
|
+
interface SpecialScheduleDayRunStudent extends Record<string, unknown> {
|
|
123
|
+
special_schedule_day_run_student_id: string;
|
|
124
|
+
student_boarding_status: StudentLegStatus;
|
|
125
|
+
method: AttendanceMethod;
|
|
126
|
+
mark_time?: string;
|
|
127
|
+
mark_time_f?: string;
|
|
128
|
+
note?: string;
|
|
129
|
+
student_attendance_image_url?: string;
|
|
130
|
+
student_attendance_image_key?: string;
|
|
131
|
+
student_attendance_image_name?: string;
|
|
132
|
+
status: Status;
|
|
133
|
+
added_date_time?: string;
|
|
134
|
+
modified_date_time?: string;
|
|
135
|
+
organisation_id: string;
|
|
136
|
+
UserOrganisation?: UserOrganisation;
|
|
137
|
+
organisation_name?: string;
|
|
138
|
+
organisation_code?: string;
|
|
139
|
+
organisation_logo_url?: string;
|
|
140
|
+
organisation_branch_id: string;
|
|
141
|
+
OrganisationBranch?: OrganisationBranch;
|
|
142
|
+
branch_name?: string;
|
|
143
|
+
branch_city?: string;
|
|
144
|
+
route_id: string;
|
|
145
|
+
MasterRoute?: MasterRoute;
|
|
146
|
+
route_name?: string;
|
|
147
|
+
special_schedule_id: string;
|
|
148
|
+
MasterSpecialSchedule?: MasterSpecialSchedule;
|
|
149
|
+
schedule_name?: string;
|
|
150
|
+
special_schedule_day_run_id: string;
|
|
151
|
+
SpecialScheduleDayRun?: SpecialScheduleDayRun;
|
|
152
|
+
planned_special_schedule_day_run_stop_id?: string;
|
|
153
|
+
Planned_SpecialScheduleDayRunStop?: SpecialScheduleDayRunStop;
|
|
154
|
+
actual_special_schedule_day_run_stop_id?: string;
|
|
155
|
+
Actual_SpecialScheduleDayRunStop?: SpecialScheduleDayRunStop;
|
|
156
|
+
student_id: string;
|
|
157
|
+
Student?: Student;
|
|
158
|
+
student_details?: string;
|
|
159
|
+
student_photo_url?: string;
|
|
160
|
+
_count?: Record<string, never>;
|
|
161
|
+
}
|
|
162
|
+
declare const SpecialScheduleDayRunSchema: z.ZodObject<{
|
|
163
|
+
run_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
|
|
164
|
+
schedule_type: z.ZodType<BusLeg, z.ZodTypeDef, BusLeg>;
|
|
165
|
+
start_planned_date_time: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
166
|
+
end_planned_date_time: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
167
|
+
start_actual_date_time: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
168
|
+
end_actual_date_time: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
169
|
+
planned_stops_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
170
|
+
covered_stops_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
171
|
+
planned_student_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
172
|
+
marked_student_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
173
|
+
day_run_status: z.ZodType<DayRunStatus, z.ZodTypeDef, DayRunStatus>;
|
|
174
|
+
running_status: z.ZodType<DayRunRunningStatus, z.ZodTypeDef, DayRunRunningStatus>;
|
|
175
|
+
running_delay_seconds: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
176
|
+
notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
177
|
+
cancel_reason: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
178
|
+
organisation_id: z.ZodEffects<z.ZodString, string, string>;
|
|
179
|
+
organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
|
|
180
|
+
route_id: z.ZodEffects<z.ZodString, string, string>;
|
|
181
|
+
special_schedule_id: z.ZodEffects<z.ZodString, string, string>;
|
|
182
|
+
vehicle_id: z.ZodEffects<z.ZodString, string, string>;
|
|
183
|
+
driver_id: z.ZodEffects<z.ZodString, string, string>;
|
|
184
|
+
attendant_id: z.ZodEffects<z.ZodString, string, string>;
|
|
185
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
186
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
187
|
+
}, "strip", z.ZodTypeAny, {
|
|
188
|
+
run_date: string;
|
|
189
|
+
schedule_type: BusLeg;
|
|
190
|
+
start_planned_date_time: string;
|
|
191
|
+
end_planned_date_time: string;
|
|
192
|
+
start_actual_date_time: string;
|
|
193
|
+
end_actual_date_time: string;
|
|
194
|
+
planned_stops_count: number;
|
|
195
|
+
covered_stops_count: number;
|
|
196
|
+
planned_student_count: number;
|
|
197
|
+
marked_student_count: number;
|
|
198
|
+
day_run_status: DayRunStatus;
|
|
199
|
+
running_status: DayRunRunningStatus;
|
|
200
|
+
running_delay_seconds: number;
|
|
201
|
+
notes: string;
|
|
202
|
+
cancel_reason: string;
|
|
203
|
+
status: Status;
|
|
204
|
+
organisation_id: string;
|
|
205
|
+
organisation_branch_id: string;
|
|
206
|
+
route_id: string;
|
|
207
|
+
special_schedule_id: string;
|
|
208
|
+
vehicle_id: string;
|
|
209
|
+
driver_id: string;
|
|
210
|
+
attendant_id: string;
|
|
211
|
+
time_zone_id: string;
|
|
212
|
+
}, {
|
|
213
|
+
run_date: string;
|
|
214
|
+
schedule_type: BusLeg;
|
|
215
|
+
day_run_status: DayRunStatus;
|
|
216
|
+
running_status: DayRunRunningStatus;
|
|
217
|
+
status: Status;
|
|
218
|
+
organisation_id: string;
|
|
219
|
+
organisation_branch_id: string;
|
|
220
|
+
route_id: string;
|
|
221
|
+
special_schedule_id: string;
|
|
222
|
+
vehicle_id: string;
|
|
223
|
+
driver_id: string;
|
|
224
|
+
attendant_id: string;
|
|
225
|
+
time_zone_id: string;
|
|
226
|
+
start_planned_date_time?: string | undefined;
|
|
227
|
+
end_planned_date_time?: string | undefined;
|
|
228
|
+
start_actual_date_time?: string | undefined;
|
|
229
|
+
end_actual_date_time?: string | undefined;
|
|
230
|
+
planned_stops_count?: unknown;
|
|
231
|
+
covered_stops_count?: unknown;
|
|
232
|
+
planned_student_count?: unknown;
|
|
233
|
+
marked_student_count?: unknown;
|
|
234
|
+
running_delay_seconds?: unknown;
|
|
235
|
+
notes?: string | undefined;
|
|
236
|
+
cancel_reason?: string | undefined;
|
|
237
|
+
}>;
|
|
238
|
+
type SpecialScheduleDayRunDTO = z.infer<typeof SpecialScheduleDayRunSchema>;
|
|
239
|
+
declare const SpecialScheduleDayRunQuerySchema: z.ZodObject<{
|
|
240
|
+
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
241
|
+
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
242
|
+
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
243
|
+
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
244
|
+
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
245
|
+
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
246
|
+
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
247
|
+
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
248
|
+
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
249
|
+
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
250
|
+
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
251
|
+
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
252
|
+
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
253
|
+
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
254
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
255
|
+
field: z.ZodEffects<z.ZodString, string, string>;
|
|
256
|
+
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
257
|
+
}, "strip", z.ZodTypeAny, {
|
|
258
|
+
name: string;
|
|
259
|
+
field: string;
|
|
260
|
+
direction: OrderBy;
|
|
261
|
+
}, {
|
|
262
|
+
name: string;
|
|
263
|
+
field: string;
|
|
264
|
+
direction: OrderBy;
|
|
265
|
+
}>, "many">>>;
|
|
266
|
+
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
267
|
+
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
268
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
269
|
+
} & {
|
|
270
|
+
special_schedule_day_run_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
271
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
272
|
+
organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
273
|
+
route_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
274
|
+
special_schedule_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
275
|
+
vehicle_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
276
|
+
driver_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
277
|
+
attendant_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
278
|
+
schedule_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof BusLeg>, "many">>>;
|
|
279
|
+
day_run_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof DayRunStatus>, "many">>>;
|
|
280
|
+
running_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof DayRunRunningStatus>, "many">>>;
|
|
281
|
+
run_date_from: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
|
|
282
|
+
run_date_to: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
|
|
283
|
+
}, "strip", z.ZodTypeAny, {
|
|
284
|
+
schedule_type: BusLeg[];
|
|
285
|
+
day_run_status: DayRunStatus[];
|
|
286
|
+
running_status: DayRunRunningStatus[];
|
|
287
|
+
status: Status[];
|
|
288
|
+
time_zone_id: string;
|
|
289
|
+
search: string;
|
|
290
|
+
paging: PAGING;
|
|
291
|
+
page_count: number;
|
|
292
|
+
page_index: number;
|
|
293
|
+
load_parents: LoadParents;
|
|
294
|
+
load_parents_list: string[];
|
|
295
|
+
load_child: LoadChild;
|
|
296
|
+
load_child_list: string[];
|
|
297
|
+
load_child_count: LoadChildCount;
|
|
298
|
+
load_child_count_list: string[];
|
|
299
|
+
include_details: Record<string, any>;
|
|
300
|
+
where_relations: Record<string, any>;
|
|
301
|
+
order_by: {
|
|
302
|
+
name: string;
|
|
303
|
+
field: string;
|
|
304
|
+
direction: OrderBy;
|
|
305
|
+
}[];
|
|
306
|
+
include_master_data: YesNo;
|
|
307
|
+
date_format_id: string;
|
|
308
|
+
special_schedule_day_run_ids: string[];
|
|
309
|
+
organisation_ids: string[];
|
|
310
|
+
organisation_branch_ids: string[];
|
|
311
|
+
route_ids: string[];
|
|
312
|
+
special_schedule_ids: string[];
|
|
313
|
+
vehicle_ids: string[];
|
|
314
|
+
driver_ids: string[];
|
|
315
|
+
attendant_ids: string[];
|
|
316
|
+
run_date_from: string;
|
|
317
|
+
run_date_to: string;
|
|
318
|
+
}, {
|
|
319
|
+
time_zone_id: string;
|
|
320
|
+
date_format_id: string;
|
|
321
|
+
schedule_type?: BusLeg[] | undefined;
|
|
322
|
+
day_run_status?: DayRunStatus[] | undefined;
|
|
323
|
+
running_status?: DayRunRunningStatus[] | undefined;
|
|
324
|
+
status?: Status[] | undefined;
|
|
325
|
+
search?: string | undefined;
|
|
326
|
+
paging?: PAGING | undefined;
|
|
327
|
+
page_count?: unknown;
|
|
328
|
+
page_index?: unknown;
|
|
329
|
+
load_parents?: LoadParents | undefined;
|
|
330
|
+
load_parents_list?: string[] | undefined;
|
|
331
|
+
load_child?: LoadChild | undefined;
|
|
332
|
+
load_child_list?: string[] | undefined;
|
|
333
|
+
load_child_count?: LoadChildCount | undefined;
|
|
334
|
+
load_child_count_list?: string[] | undefined;
|
|
335
|
+
include_details?: Record<string, any> | undefined;
|
|
336
|
+
where_relations?: Record<string, any> | undefined;
|
|
337
|
+
order_by?: {
|
|
338
|
+
name: string;
|
|
339
|
+
field: string;
|
|
340
|
+
direction: OrderBy;
|
|
341
|
+
}[] | undefined;
|
|
342
|
+
include_master_data?: YesNo | undefined;
|
|
343
|
+
special_schedule_day_run_ids?: string[] | undefined;
|
|
344
|
+
organisation_ids?: string[] | undefined;
|
|
345
|
+
organisation_branch_ids?: string[] | undefined;
|
|
346
|
+
route_ids?: string[] | undefined;
|
|
347
|
+
special_schedule_ids?: string[] | undefined;
|
|
348
|
+
vehicle_ids?: string[] | undefined;
|
|
349
|
+
driver_ids?: string[] | undefined;
|
|
350
|
+
attendant_ids?: string[] | undefined;
|
|
351
|
+
run_date_from?: string | undefined;
|
|
352
|
+
run_date_to?: string | undefined;
|
|
353
|
+
}>;
|
|
354
|
+
type SpecialScheduleDayRunQueryDTO = z.infer<typeof SpecialScheduleDayRunQuerySchema>;
|
|
355
|
+
declare const SpecialScheduleDayRunStopSchema: z.ZodObject<{
|
|
356
|
+
special_schedule_day_run_id: z.ZodEffects<z.ZodString, string, string>;
|
|
357
|
+
bus_stop_id: z.ZodEffects<z.ZodString, string, string>;
|
|
358
|
+
order_no: z.ZodEffects<z.ZodNumber, number, unknown>;
|
|
359
|
+
planned_arrival_time: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
360
|
+
planned_departure_time: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
361
|
+
planned_stop_duration_seconds: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
362
|
+
actual_arrival_time: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
363
|
+
actual_departure_time: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
364
|
+
actual_stop_duration_seconds: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
365
|
+
stop_status: z.ZodType<DayRunStopStatus, z.ZodTypeDef, DayRunStopStatus>;
|
|
366
|
+
planned_student_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
367
|
+
marked_student_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
368
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
369
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
370
|
+
}, "strip", z.ZodTypeAny, {
|
|
371
|
+
special_schedule_day_run_id: string;
|
|
372
|
+
planned_student_count: number;
|
|
373
|
+
marked_student_count: number;
|
|
374
|
+
status: Status;
|
|
375
|
+
order_no: number;
|
|
376
|
+
planned_arrival_time: string;
|
|
377
|
+
planned_departure_time: string;
|
|
378
|
+
planned_stop_duration_seconds: number;
|
|
379
|
+
actual_arrival_time: string;
|
|
380
|
+
actual_departure_time: string;
|
|
381
|
+
actual_stop_duration_seconds: number;
|
|
382
|
+
stop_status: DayRunStopStatus;
|
|
383
|
+
bus_stop_id: string;
|
|
384
|
+
time_zone_id: string;
|
|
385
|
+
}, {
|
|
386
|
+
special_schedule_day_run_id: string;
|
|
387
|
+
status: Status;
|
|
388
|
+
stop_status: DayRunStopStatus;
|
|
389
|
+
bus_stop_id: string;
|
|
390
|
+
time_zone_id: string;
|
|
391
|
+
planned_student_count?: unknown;
|
|
392
|
+
marked_student_count?: unknown;
|
|
393
|
+
order_no?: unknown;
|
|
394
|
+
planned_arrival_time?: string | undefined;
|
|
395
|
+
planned_departure_time?: string | undefined;
|
|
396
|
+
planned_stop_duration_seconds?: unknown;
|
|
397
|
+
actual_arrival_time?: string | undefined;
|
|
398
|
+
actual_departure_time?: string | undefined;
|
|
399
|
+
actual_stop_duration_seconds?: unknown;
|
|
400
|
+
}>;
|
|
401
|
+
type SpecialScheduleDayRunStopDTO = z.infer<typeof SpecialScheduleDayRunStopSchema>;
|
|
402
|
+
declare const SpecialScheduleDayRunStopQuerySchema: z.ZodObject<{
|
|
403
|
+
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
404
|
+
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
405
|
+
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
406
|
+
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
407
|
+
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
408
|
+
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
409
|
+
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
410
|
+
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
411
|
+
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
412
|
+
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
413
|
+
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
414
|
+
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
415
|
+
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
416
|
+
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
417
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
418
|
+
field: z.ZodEffects<z.ZodString, string, string>;
|
|
419
|
+
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
420
|
+
}, "strip", z.ZodTypeAny, {
|
|
421
|
+
name: string;
|
|
422
|
+
field: string;
|
|
423
|
+
direction: OrderBy;
|
|
424
|
+
}, {
|
|
425
|
+
name: string;
|
|
426
|
+
field: string;
|
|
427
|
+
direction: OrderBy;
|
|
428
|
+
}>, "many">>>;
|
|
429
|
+
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
430
|
+
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
431
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
432
|
+
} & {
|
|
433
|
+
special_schedule_day_run_stop_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
434
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
435
|
+
organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
436
|
+
route_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
437
|
+
special_schedule_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
438
|
+
special_schedule_day_run_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
439
|
+
bus_stop_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
440
|
+
stop_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof DayRunStopStatus>, "many">>>;
|
|
441
|
+
}, "strip", z.ZodTypeAny, {
|
|
442
|
+
status: Status[];
|
|
443
|
+
stop_status: DayRunStopStatus[];
|
|
444
|
+
time_zone_id: string;
|
|
445
|
+
search: string;
|
|
446
|
+
paging: PAGING;
|
|
447
|
+
page_count: number;
|
|
448
|
+
page_index: number;
|
|
449
|
+
load_parents: LoadParents;
|
|
450
|
+
load_parents_list: string[];
|
|
451
|
+
load_child: LoadChild;
|
|
452
|
+
load_child_list: string[];
|
|
453
|
+
load_child_count: LoadChildCount;
|
|
454
|
+
load_child_count_list: string[];
|
|
455
|
+
include_details: Record<string, any>;
|
|
456
|
+
where_relations: Record<string, any>;
|
|
457
|
+
order_by: {
|
|
458
|
+
name: string;
|
|
459
|
+
field: string;
|
|
460
|
+
direction: OrderBy;
|
|
461
|
+
}[];
|
|
462
|
+
include_master_data: YesNo;
|
|
463
|
+
date_format_id: string;
|
|
464
|
+
special_schedule_day_run_ids: string[];
|
|
465
|
+
organisation_ids: string[];
|
|
466
|
+
organisation_branch_ids: string[];
|
|
467
|
+
route_ids: string[];
|
|
468
|
+
special_schedule_ids: string[];
|
|
469
|
+
special_schedule_day_run_stop_ids: string[];
|
|
470
|
+
bus_stop_ids: string[];
|
|
471
|
+
}, {
|
|
472
|
+
time_zone_id: string;
|
|
473
|
+
date_format_id: string;
|
|
474
|
+
status?: Status[] | undefined;
|
|
475
|
+
stop_status?: DayRunStopStatus[] | undefined;
|
|
476
|
+
search?: string | undefined;
|
|
477
|
+
paging?: PAGING | undefined;
|
|
478
|
+
page_count?: unknown;
|
|
479
|
+
page_index?: unknown;
|
|
480
|
+
load_parents?: LoadParents | undefined;
|
|
481
|
+
load_parents_list?: string[] | undefined;
|
|
482
|
+
load_child?: LoadChild | undefined;
|
|
483
|
+
load_child_list?: string[] | undefined;
|
|
484
|
+
load_child_count?: LoadChildCount | undefined;
|
|
485
|
+
load_child_count_list?: string[] | undefined;
|
|
486
|
+
include_details?: Record<string, any> | undefined;
|
|
487
|
+
where_relations?: Record<string, any> | undefined;
|
|
488
|
+
order_by?: {
|
|
489
|
+
name: string;
|
|
490
|
+
field: string;
|
|
491
|
+
direction: OrderBy;
|
|
492
|
+
}[] | undefined;
|
|
493
|
+
include_master_data?: YesNo | undefined;
|
|
494
|
+
special_schedule_day_run_ids?: string[] | undefined;
|
|
495
|
+
organisation_ids?: string[] | undefined;
|
|
496
|
+
organisation_branch_ids?: string[] | undefined;
|
|
497
|
+
route_ids?: string[] | undefined;
|
|
498
|
+
special_schedule_ids?: string[] | undefined;
|
|
499
|
+
special_schedule_day_run_stop_ids?: string[] | undefined;
|
|
500
|
+
bus_stop_ids?: string[] | undefined;
|
|
501
|
+
}>;
|
|
502
|
+
type SpecialScheduleDayRunStopQueryDTO = z.infer<typeof SpecialScheduleDayRunStopQuerySchema>;
|
|
503
|
+
declare const SpecialScheduleDayRunStudentSchema: z.ZodObject<{
|
|
504
|
+
special_schedule_day_run_id: z.ZodEffects<z.ZodString, string, string>;
|
|
505
|
+
student_id: z.ZodEffects<z.ZodString, string, string>;
|
|
506
|
+
planned_special_schedule_day_run_stop_id: z.ZodEffects<z.ZodString, string, string>;
|
|
507
|
+
actual_special_schedule_day_run_stop_id: z.ZodEffects<z.ZodString, string, string>;
|
|
508
|
+
student_boarding_status: z.ZodType<StudentLegStatus, z.ZodTypeDef, StudentLegStatus>;
|
|
509
|
+
method: z.ZodType<AttendanceMethod, z.ZodTypeDef, AttendanceMethod>;
|
|
510
|
+
mark_time: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
511
|
+
note: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
512
|
+
student_attendance_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
513
|
+
student_attendance_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
514
|
+
student_attendance_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
515
|
+
status: z.ZodType<Status, z.ZodTypeDef, Status>;
|
|
516
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
517
|
+
}, "strip", z.ZodTypeAny, {
|
|
518
|
+
special_schedule_day_run_id: string;
|
|
519
|
+
status: Status;
|
|
520
|
+
student_boarding_status: StudentLegStatus;
|
|
521
|
+
method: AttendanceMethod;
|
|
522
|
+
mark_time: string;
|
|
523
|
+
note: string;
|
|
524
|
+
student_attendance_image_url: string;
|
|
525
|
+
student_attendance_image_key: string;
|
|
526
|
+
student_attendance_image_name: string;
|
|
527
|
+
planned_special_schedule_day_run_stop_id: string;
|
|
528
|
+
actual_special_schedule_day_run_stop_id: string;
|
|
529
|
+
student_id: string;
|
|
530
|
+
time_zone_id: string;
|
|
531
|
+
}, {
|
|
532
|
+
special_schedule_day_run_id: string;
|
|
533
|
+
status: Status;
|
|
534
|
+
student_boarding_status: StudentLegStatus;
|
|
535
|
+
method: AttendanceMethod;
|
|
536
|
+
planned_special_schedule_day_run_stop_id: string;
|
|
537
|
+
actual_special_schedule_day_run_stop_id: string;
|
|
538
|
+
student_id: string;
|
|
539
|
+
time_zone_id: string;
|
|
540
|
+
mark_time?: string | undefined;
|
|
541
|
+
note?: string | undefined;
|
|
542
|
+
student_attendance_image_url?: string | undefined;
|
|
543
|
+
student_attendance_image_key?: string | undefined;
|
|
544
|
+
student_attendance_image_name?: string | undefined;
|
|
545
|
+
}>;
|
|
546
|
+
type SpecialScheduleDayRunStudentDTO = z.infer<typeof SpecialScheduleDayRunStudentSchema>;
|
|
547
|
+
declare const SpecialScheduleDayRunStudentQuerySchema: z.ZodObject<{
|
|
548
|
+
search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
549
|
+
status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
|
|
550
|
+
paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
|
|
551
|
+
page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
552
|
+
page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
|
|
553
|
+
load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
|
|
554
|
+
load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
555
|
+
load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
|
|
556
|
+
load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
557
|
+
load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
|
|
558
|
+
load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
559
|
+
include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
560
|
+
where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
|
|
561
|
+
order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
562
|
+
name: z.ZodEffects<z.ZodString, string, string>;
|
|
563
|
+
field: z.ZodEffects<z.ZodString, string, string>;
|
|
564
|
+
direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
|
|
565
|
+
}, "strip", z.ZodTypeAny, {
|
|
566
|
+
name: string;
|
|
567
|
+
field: string;
|
|
568
|
+
direction: OrderBy;
|
|
569
|
+
}, {
|
|
570
|
+
name: string;
|
|
571
|
+
field: string;
|
|
572
|
+
direction: OrderBy;
|
|
573
|
+
}>, "many">>>;
|
|
574
|
+
include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
|
|
575
|
+
date_format_id: z.ZodEffects<z.ZodString, string, string>;
|
|
576
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
577
|
+
} & {
|
|
578
|
+
special_schedule_day_run_student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
579
|
+
organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
580
|
+
organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
581
|
+
route_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
582
|
+
special_schedule_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
583
|
+
special_schedule_day_run_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
584
|
+
planned_special_schedule_day_run_stop_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
585
|
+
actual_special_schedule_day_run_stop_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
586
|
+
student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
587
|
+
student_boarding_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof StudentLegStatus>, "many">>>;
|
|
588
|
+
method: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof AttendanceMethod>, "many">>>;
|
|
589
|
+
}, "strip", z.ZodTypeAny, {
|
|
590
|
+
status: Status[];
|
|
591
|
+
student_boarding_status: StudentLegStatus[];
|
|
592
|
+
method: AttendanceMethod[];
|
|
593
|
+
time_zone_id: string;
|
|
594
|
+
search: string;
|
|
595
|
+
paging: PAGING;
|
|
596
|
+
page_count: number;
|
|
597
|
+
page_index: number;
|
|
598
|
+
load_parents: LoadParents;
|
|
599
|
+
load_parents_list: string[];
|
|
600
|
+
load_child: LoadChild;
|
|
601
|
+
load_child_list: string[];
|
|
602
|
+
load_child_count: LoadChildCount;
|
|
603
|
+
load_child_count_list: string[];
|
|
604
|
+
include_details: Record<string, any>;
|
|
605
|
+
where_relations: Record<string, any>;
|
|
606
|
+
order_by: {
|
|
607
|
+
name: string;
|
|
608
|
+
field: string;
|
|
609
|
+
direction: OrderBy;
|
|
610
|
+
}[];
|
|
611
|
+
include_master_data: YesNo;
|
|
612
|
+
date_format_id: string;
|
|
613
|
+
special_schedule_day_run_ids: string[];
|
|
614
|
+
organisation_ids: string[];
|
|
615
|
+
organisation_branch_ids: string[];
|
|
616
|
+
route_ids: string[];
|
|
617
|
+
special_schedule_ids: string[];
|
|
618
|
+
special_schedule_day_run_student_ids: string[];
|
|
619
|
+
planned_special_schedule_day_run_stop_ids: string[];
|
|
620
|
+
actual_special_schedule_day_run_stop_ids: string[];
|
|
621
|
+
student_ids: string[];
|
|
622
|
+
}, {
|
|
623
|
+
time_zone_id: string;
|
|
624
|
+
date_format_id: string;
|
|
625
|
+
status?: Status[] | undefined;
|
|
626
|
+
student_boarding_status?: StudentLegStatus[] | undefined;
|
|
627
|
+
method?: AttendanceMethod[] | undefined;
|
|
628
|
+
search?: string | undefined;
|
|
629
|
+
paging?: PAGING | undefined;
|
|
630
|
+
page_count?: unknown;
|
|
631
|
+
page_index?: unknown;
|
|
632
|
+
load_parents?: LoadParents | undefined;
|
|
633
|
+
load_parents_list?: string[] | undefined;
|
|
634
|
+
load_child?: LoadChild | undefined;
|
|
635
|
+
load_child_list?: string[] | undefined;
|
|
636
|
+
load_child_count?: LoadChildCount | undefined;
|
|
637
|
+
load_child_count_list?: string[] | undefined;
|
|
638
|
+
include_details?: Record<string, any> | undefined;
|
|
639
|
+
where_relations?: Record<string, any> | undefined;
|
|
640
|
+
order_by?: {
|
|
641
|
+
name: string;
|
|
642
|
+
field: string;
|
|
643
|
+
direction: OrderBy;
|
|
644
|
+
}[] | undefined;
|
|
645
|
+
include_master_data?: YesNo | undefined;
|
|
646
|
+
special_schedule_day_run_ids?: string[] | undefined;
|
|
647
|
+
organisation_ids?: string[] | undefined;
|
|
648
|
+
organisation_branch_ids?: string[] | undefined;
|
|
649
|
+
route_ids?: string[] | undefined;
|
|
650
|
+
special_schedule_ids?: string[] | undefined;
|
|
651
|
+
special_schedule_day_run_student_ids?: string[] | undefined;
|
|
652
|
+
planned_special_schedule_day_run_stop_ids?: string[] | undefined;
|
|
653
|
+
actual_special_schedule_day_run_stop_ids?: string[] | undefined;
|
|
654
|
+
student_ids?: string[] | undefined;
|
|
655
|
+
}>;
|
|
656
|
+
type SpecialScheduleDayRunStudentQueryDTO = z.infer<typeof SpecialScheduleDayRunStudentQuerySchema>;
|
|
657
|
+
declare const GenerateSpecialScheduleDayRunSchema: z.ZodObject<{
|
|
658
|
+
special_schedule_id: z.ZodEffects<z.ZodString, string, string>;
|
|
659
|
+
run_date: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>, string, string>, string, string>;
|
|
660
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
661
|
+
}, "strip", z.ZodTypeAny, {
|
|
662
|
+
run_date: string;
|
|
663
|
+
special_schedule_id: string;
|
|
664
|
+
time_zone_id: string;
|
|
665
|
+
}, {
|
|
666
|
+
run_date: string;
|
|
667
|
+
special_schedule_id: string;
|
|
668
|
+
time_zone_id: string;
|
|
669
|
+
}>;
|
|
670
|
+
type GenerateSpecialScheduleDayRunDTO = z.infer<typeof GenerateSpecialScheduleDayRunSchema>;
|
|
671
|
+
declare const SpecialScheduleDayRunIdSchema: z.ZodObject<{
|
|
672
|
+
special_schedule_day_run_id: z.ZodEffects<z.ZodString, string, string>;
|
|
673
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
674
|
+
}, "strip", z.ZodTypeAny, {
|
|
675
|
+
special_schedule_day_run_id: string;
|
|
676
|
+
time_zone_id: string;
|
|
677
|
+
}, {
|
|
678
|
+
special_schedule_day_run_id: string;
|
|
679
|
+
time_zone_id: string;
|
|
680
|
+
}>;
|
|
681
|
+
type SpecialScheduleDayRunIdDTO = z.infer<typeof SpecialScheduleDayRunIdSchema>;
|
|
682
|
+
declare const CancelSpecialScheduleDayRunSchema: z.ZodObject<{
|
|
683
|
+
special_schedule_day_run_id: z.ZodEffects<z.ZodString, string, string>;
|
|
684
|
+
cancel_reason: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
685
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
686
|
+
}, "strip", z.ZodTypeAny, {
|
|
687
|
+
special_schedule_day_run_id: string;
|
|
688
|
+
cancel_reason: string;
|
|
689
|
+
time_zone_id: string;
|
|
690
|
+
}, {
|
|
691
|
+
special_schedule_day_run_id: string;
|
|
692
|
+
time_zone_id: string;
|
|
693
|
+
cancel_reason?: string | undefined;
|
|
694
|
+
}>;
|
|
695
|
+
type CancelSpecialScheduleDayRunDTO = z.infer<typeof CancelSpecialScheduleDayRunSchema>;
|
|
696
|
+
declare const SpecialScheduleDayRunStopIdSchema: z.ZodObject<{
|
|
697
|
+
special_schedule_day_run_stop_id: z.ZodEffects<z.ZodString, string, string>;
|
|
698
|
+
actual_time: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
699
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
700
|
+
}, "strip", z.ZodTypeAny, {
|
|
701
|
+
special_schedule_day_run_stop_id: string;
|
|
702
|
+
time_zone_id: string;
|
|
703
|
+
actual_time: string;
|
|
704
|
+
}, {
|
|
705
|
+
special_schedule_day_run_stop_id: string;
|
|
706
|
+
time_zone_id: string;
|
|
707
|
+
actual_time?: string | undefined;
|
|
708
|
+
}>;
|
|
709
|
+
type SpecialScheduleDayRunStopIdDTO = z.infer<typeof SpecialScheduleDayRunStopIdSchema>;
|
|
710
|
+
declare const MarkSpecialScheduleDayRunStudentSchema: z.ZodObject<{
|
|
711
|
+
special_schedule_day_run_student_id: z.ZodEffects<z.ZodString, string, string>;
|
|
712
|
+
student_boarding_status: z.ZodType<StudentLegStatus, z.ZodTypeDef, StudentLegStatus>;
|
|
713
|
+
method: z.ZodType<AttendanceMethod, z.ZodTypeDef, AttendanceMethod>;
|
|
714
|
+
actual_special_schedule_day_run_stop_id: z.ZodEffects<z.ZodString, string, string>;
|
|
715
|
+
mark_time: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
716
|
+
note: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
717
|
+
student_attendance_image_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
718
|
+
student_attendance_image_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
719
|
+
student_attendance_image_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
|
|
720
|
+
time_zone_id: z.ZodEffects<z.ZodString, string, string>;
|
|
721
|
+
}, "strip", z.ZodTypeAny, {
|
|
722
|
+
special_schedule_day_run_student_id: string;
|
|
723
|
+
student_boarding_status: StudentLegStatus;
|
|
724
|
+
method: AttendanceMethod;
|
|
725
|
+
mark_time: string;
|
|
726
|
+
note: string;
|
|
727
|
+
student_attendance_image_url: string;
|
|
728
|
+
student_attendance_image_key: string;
|
|
729
|
+
student_attendance_image_name: string;
|
|
730
|
+
actual_special_schedule_day_run_stop_id: string;
|
|
731
|
+
time_zone_id: string;
|
|
732
|
+
}, {
|
|
733
|
+
special_schedule_day_run_student_id: string;
|
|
734
|
+
student_boarding_status: StudentLegStatus;
|
|
735
|
+
method: AttendanceMethod;
|
|
736
|
+
actual_special_schedule_day_run_stop_id: string;
|
|
737
|
+
time_zone_id: string;
|
|
738
|
+
mark_time?: string | undefined;
|
|
739
|
+
note?: string | undefined;
|
|
740
|
+
student_attendance_image_url?: string | undefined;
|
|
741
|
+
student_attendance_image_key?: string | undefined;
|
|
742
|
+
student_attendance_image_name?: string | undefined;
|
|
743
|
+
}>;
|
|
744
|
+
type MarkSpecialScheduleDayRunStudentDTO = z.infer<typeof MarkSpecialScheduleDayRunStudentSchema>;
|
|
745
|
+
declare const toSpecialScheduleDayRunPayload: (row: SpecialScheduleDayRun) => SpecialScheduleDayRunDTO;
|
|
746
|
+
declare const newSpecialScheduleDayRunPayload: () => SpecialScheduleDayRunDTO;
|
|
747
|
+
declare const toSpecialScheduleDayRunStopPayload: (row: SpecialScheduleDayRunStop) => SpecialScheduleDayRunStopDTO;
|
|
748
|
+
declare const newSpecialScheduleDayRunStopPayload: () => SpecialScheduleDayRunStopDTO;
|
|
749
|
+
declare const toSpecialScheduleDayRunStudentPayload: (row: SpecialScheduleDayRunStudent) => SpecialScheduleDayRunStudentDTO;
|
|
750
|
+
declare const newSpecialScheduleDayRunStudentPayload: () => SpecialScheduleDayRunStudentDTO;
|
|
751
|
+
declare const getSpecialScheduleDayRunStudentAttendancePresignedUrl: (file_name: string) => Promise<BR<AWSPresignedUrl>>;
|
|
752
|
+
declare const findSpecialScheduleDayRun: (data: SpecialScheduleDayRunQueryDTO) => Promise<FBR<SpecialScheduleDayRun[]>>;
|
|
753
|
+
declare const createSpecialScheduleDayRun: (data: SpecialScheduleDayRunDTO) => Promise<SBR>;
|
|
754
|
+
declare const updateSpecialScheduleDayRun: (id: string, data: SpecialScheduleDayRunDTO) => Promise<SBR>;
|
|
755
|
+
declare const deleteSpecialScheduleDayRun: (id: string) => Promise<SBR>;
|
|
756
|
+
declare const findSpecialScheduleDayRunStop: (data: SpecialScheduleDayRunStopQueryDTO) => Promise<FBR<SpecialScheduleDayRunStop[]>>;
|
|
757
|
+
declare const createSpecialScheduleDayRunStop: (data: SpecialScheduleDayRunStopDTO) => Promise<SBR>;
|
|
758
|
+
declare const updateSpecialScheduleDayRunStop: (id: string, data: SpecialScheduleDayRunStopDTO) => Promise<SBR>;
|
|
759
|
+
declare const deleteSpecialScheduleDayRunStop: (id: string) => Promise<SBR>;
|
|
760
|
+
declare const findSpecialScheduleDayRunStudent: (data: SpecialScheduleDayRunStudentQueryDTO) => Promise<FBR<SpecialScheduleDayRunStudent[]>>;
|
|
761
|
+
declare const createSpecialScheduleDayRunStudent: (data: SpecialScheduleDayRunStudentDTO) => Promise<SBR>;
|
|
762
|
+
declare const updateSpecialScheduleDayRunStudent: (id: string, data: SpecialScheduleDayRunStudentDTO) => Promise<SBR>;
|
|
763
|
+
declare const deleteSpecialScheduleDayRunStudent: (id: string) => Promise<SBR>;
|
|
764
|
+
declare const generateSpecialScheduleDayRun: (data: GenerateSpecialScheduleDayRunDTO) => Promise<SBR>;
|
|
765
|
+
declare const startSpecialScheduleDayRun: (data: SpecialScheduleDayRunIdDTO) => Promise<SBR>;
|
|
766
|
+
declare const endSpecialScheduleDayRun: (data: SpecialScheduleDayRunIdDTO) => Promise<SBR>;
|
|
767
|
+
declare const cancelSpecialScheduleDayRun: (data: CancelSpecialScheduleDayRunDTO) => Promise<SBR>;
|
|
768
|
+
declare const updateSpecialScheduleDayRunPlannedAbsent: (data: SpecialScheduleDayRunIdDTO) => Promise<SBR>;
|
|
769
|
+
declare const refreshSpecialScheduleDayRunCounts: (data: SpecialScheduleDayRunIdDTO) => Promise<SBR>;
|
|
770
|
+
declare const arriveSpecialScheduleDayRunStop: (data: SpecialScheduleDayRunStopIdDTO) => Promise<SBR>;
|
|
771
|
+
declare const departSpecialScheduleDayRunStop: (data: SpecialScheduleDayRunStopIdDTO) => Promise<SBR>;
|
|
772
|
+
declare const skipSpecialScheduleDayRunStop: (data: SpecialScheduleDayRunStopIdDTO) => Promise<SBR>;
|
|
773
|
+
declare const markSpecialScheduleDayRunStudent: (data: MarkSpecialScheduleDayRunStudentDTO) => Promise<SBR>;
|
|
774
|
+
|
|
775
|
+
export { type CancelSpecialScheduleDayRunDTO, CancelSpecialScheduleDayRunSchema, type GenerateSpecialScheduleDayRunDTO, GenerateSpecialScheduleDayRunSchema, type MarkSpecialScheduleDayRunStudentDTO, MarkSpecialScheduleDayRunStudentSchema, type SpecialScheduleDayRun, type SpecialScheduleDayRunDTO, type SpecialScheduleDayRunIdDTO, SpecialScheduleDayRunIdSchema, type SpecialScheduleDayRunQueryDTO, SpecialScheduleDayRunQuerySchema, SpecialScheduleDayRunSchema, type SpecialScheduleDayRunStop, type SpecialScheduleDayRunStopDTO, type SpecialScheduleDayRunStopIdDTO, SpecialScheduleDayRunStopIdSchema, type SpecialScheduleDayRunStopQueryDTO, SpecialScheduleDayRunStopQuerySchema, SpecialScheduleDayRunStopSchema, type SpecialScheduleDayRunStudent, type SpecialScheduleDayRunStudentDTO, type SpecialScheduleDayRunStudentQueryDTO, SpecialScheduleDayRunStudentQuerySchema, SpecialScheduleDayRunStudentSchema, type StudentAttendancePresignedUrl, arriveSpecialScheduleDayRunStop, cancelSpecialScheduleDayRun, createSpecialScheduleDayRun, createSpecialScheduleDayRunStop, createSpecialScheduleDayRunStudent, deleteSpecialScheduleDayRun, deleteSpecialScheduleDayRunStop, deleteSpecialScheduleDayRunStudent, departSpecialScheduleDayRunStop, endSpecialScheduleDayRun, findSpecialScheduleDayRun, findSpecialScheduleDayRunStop, findSpecialScheduleDayRunStudent, generateSpecialScheduleDayRun, getSpecialScheduleDayRunStudentAttendancePresignedUrl, markSpecialScheduleDayRunStudent, newSpecialScheduleDayRunPayload, newSpecialScheduleDayRunStopPayload, newSpecialScheduleDayRunStudentPayload, refreshSpecialScheduleDayRunCounts, skipSpecialScheduleDayRunStop, startSpecialScheduleDayRun, toSpecialScheduleDayRunPayload, toSpecialScheduleDayRunStopPayload, toSpecialScheduleDayRunStudentPayload, updateSpecialScheduleDayRun, updateSpecialScheduleDayRunPlannedAbsent, updateSpecialScheduleDayRunStop, updateSpecialScheduleDayRunStudent };
|