vms-nest-prisma-api-document 215.0.0 → 218.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 (100) hide show
  1. package/dist/core/Enums.d.ts +50 -1
  2. package/dist/core/Enums.js +59 -0
  3. package/dist/services/account/bookmark_service.d.ts +1 -1
  4. package/dist/services/account/notification_preferences.service.d.ts +1 -1
  5. package/dist/services/account/report_preferences.service.d.ts +1 -1
  6. package/dist/services/account/ticket_service.d.ts +1 -1
  7. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +23 -23
  8. package/dist/services/fleet/bus_mangement/calender.d.ts +7 -7
  9. package/dist/services/fleet/bus_mangement/master_route.d.ts +1 -1
  10. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  11. package/dist/services/fleet/bus_mangement/student.d.ts +24 -24
  12. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  13. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -2
  14. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -2
  15. package/dist/services/fleet/incident_management/incident_management_service.d.ts +597 -0
  16. package/dist/services/fleet/incident_management/incident_management_service.js +734 -0
  17. package/dist/services/fleet/issue_management/issue_management_service.d.ts +498 -0
  18. package/dist/services/fleet/issue_management/issue_management_service.js +562 -0
  19. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +6 -0
  20. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.js +506 -0
  21. package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +6 -0
  22. package/dist/services/fleet/vendor_management/fleet_vendor_service.js +968 -0
  23. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +6 -0
  24. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.js +450 -0
  25. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +3 -3
  26. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +6 -6
  27. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +7 -7
  28. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +2 -2
  29. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
  30. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
  31. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  32. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  33. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  34. package/dist/services/main/users/auth_service.d.ts +1 -1
  35. package/dist/services/main/users/user_admin_service.d.ts +1 -1
  36. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  37. package/dist/services/main/users/user_service.d.ts +1 -1
  38. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  39. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  40. package/dist/services/main/vehicle/master_vehicle_service.js +108 -47
  41. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  42. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  43. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  44. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  45. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  46. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  47. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  48. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  49. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  50. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  51. package/dist/services/master/expense/master_expense_name_service.d.ts +7 -7
  52. package/dist/services/master/expense/master_expense_type_service.d.ts +3 -3
  53. package/dist/services/master/expense/master_fuel_company_service.d.ts +4 -140
  54. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +4 -124
  55. package/dist/services/master/expense/master_vendor_tag_service.d.ts +6 -0
  56. package/dist/services/master/expense/master_vendor_tag_service.js +307 -0
  57. package/dist/services/master/expense/master_vendor_type_service.d.ts +4 -124
  58. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +2 -2
  59. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +2 -2
  60. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +4 -4
  61. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +2 -2
  62. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +3 -3
  63. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  64. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  65. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  66. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  67. package/dist/services/master/main/master_main_landmark_service.d.ts +4 -158
  68. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  69. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  70. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  71. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  72. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  73. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  74. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  75. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  76. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  77. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  78. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  79. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  80. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  81. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  82. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  83. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  84. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  85. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  86. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  87. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  88. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  89. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  90. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  91. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  92. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  93. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  94. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  95. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  96. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  97. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  98. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  99. package/dist/{user_organisation_service-Dn5ij2oU.d.ts → user_organisation_service-BE5iA8UK.d.ts} +4869 -2320
  100. package/package.json +1 -1
@@ -716,5 +716,54 @@ declare enum ExpiryType {
716
716
  Expiring = "Expiring",
717
717
  Expired = "Expired"
718
718
  }
719
+ declare enum FleetVendorAddressLabel {
720
+ HQ = "HQ",
721
+ BILLING = "BILLING",
722
+ SHIPPING = "SHIPPING",
723
+ WORKSHOP = "WORKSHOP",
724
+ OTHER = "OTHER"
725
+ }
726
+ declare enum IncidentTime {
727
+ EarlyMorning = "EarlyMorning",
728
+ Morning = "Morning",
729
+ Afternoon = "Afternoon",
730
+ Evening = "Evening",
731
+ Night = "Night",
732
+ Unknown = "Unknown"
733
+ }
734
+ declare enum IncidentWeather {
735
+ Clear = "Clear",
736
+ Cloudy = "Cloudy",
737
+ Rainy = "Rainy",
738
+ Stormy = "Stormy",
739
+ Foggy = "Foggy",
740
+ Snowy = "Snowy",
741
+ Hail = "Hail",
742
+ Windy = "Windy",
743
+ Other = "Other",
744
+ Unknown = "Unknown"
745
+ }
746
+ declare enum IncidentRoadType {
747
+ Highway = "Highway",
748
+ CityStreet = "CityStreet",
749
+ RuralRoad = "RuralRoad",
750
+ MountainRoad = "MountainRoad",
751
+ ConstructionZone = "ConstructionZone",
752
+ Alley = "Alley",
753
+ Expressway = "Expressway",
754
+ DirtRoad = "DirtRoad",
755
+ Tunnel = "Tunnel",
756
+ Bridge = "Bridge",
757
+ Other = "Other",
758
+ Unknown = "Unknown"
759
+ }
760
+ declare enum IncidentVisibility {
761
+ Excellent = "Excellent",
762
+ Good = "Good",
763
+ Moderate = "Moderate",
764
+ Poor = "Poor",
765
+ VeryPoor = "VeryPoor",
766
+ Unknown = "Unknown"
767
+ }
719
768
 
720
- export { AdminRole, AlertSubType, AlertType, ApprovalStatus, BillingStatus, BooleanType, BusLeg, BusStopType, DeviceStatus, DeviceType, DocumentStatus, DocumentType, DocumentValidityStatus, DoorSensorStatus, DriverType, EnrollmentStatus, ExpenseCategory, ExpiryType, FileType, FleetSize, FuelTankType, GPSFuelApproveStatus, GPSSource, GPSType, GeofencePurposeType, GeofenceStatusType, GeofenceType, HolidayType, InspectionActionStatus, InspectionStatus, InspectionType, Is12AM, IssueSeverity, IssueSource, IssueStatus, JobCardStatus, LifeExpiry, LinkStatus, LinkType, LoadChild, LoadChildCount, LoadParents, LoanInterestType, LoginFrom, MenuType, Module, NightDriving, NotificationChannel, NotificationList, NotificationPreference, OdometerSource, OnOff, OrderBy, OverSpeed, PAGING, PaymentMode, PaymentStatus, Priority, PurchaseOrderStatus, PurchaseType, PurchaseVehicleType, RecurrenceInterval, RefillEntrySource, RefillMethod, ReminderSource, ReminderStatus, ReminderTriggerType, ReportChannel, ReportList, ReportType, RequestType, RetreadingMethod, ScheduleStatus, ScheduleType, ServiceType, ShareChannel, SimStatus, Status, SteeringType, StockType, StudentLeaveType, TicketStatus, TimeSlot, TrackHistoryLinkStatus, TransportPlanType, TyreStatus, VehicleLifeStatus, VerifyStatus, WheelDriveType, YesNo };
769
+ export { AdminRole, AlertSubType, AlertType, ApprovalStatus, BillingStatus, BooleanType, BusLeg, BusStopType, DeviceStatus, DeviceType, DocumentStatus, DocumentType, DocumentValidityStatus, DoorSensorStatus, DriverType, EnrollmentStatus, ExpenseCategory, ExpiryType, FileType, FleetSize, FleetVendorAddressLabel, FuelTankType, GPSFuelApproveStatus, GPSSource, GPSType, GeofencePurposeType, GeofenceStatusType, GeofenceType, HolidayType, IncidentRoadType, IncidentTime, IncidentVisibility, IncidentWeather, InspectionActionStatus, InspectionStatus, InspectionType, Is12AM, IssueSeverity, IssueSource, IssueStatus, JobCardStatus, LifeExpiry, LinkStatus, LinkType, LoadChild, LoadChildCount, LoadParents, LoanInterestType, LoginFrom, MenuType, Module, NightDriving, NotificationChannel, NotificationList, NotificationPreference, OdometerSource, OnOff, OrderBy, OverSpeed, PAGING, PaymentMode, PaymentStatus, Priority, PurchaseOrderStatus, PurchaseType, PurchaseVehicleType, RecurrenceInterval, RefillEntrySource, RefillMethod, ReminderSource, ReminderStatus, ReminderTriggerType, ReportChannel, ReportList, ReportType, RequestType, RetreadingMethod, ScheduleStatus, ScheduleType, ServiceType, ShareChannel, SimStatus, Status, SteeringType, StockType, StudentLeaveType, TicketStatus, TimeSlot, TrackHistoryLinkStatus, TransportPlanType, TyreStatus, VehicleLifeStatus, VerifyStatus, WheelDriveType, YesNo };
@@ -807,6 +807,60 @@ var ExpiryType = /* @__PURE__ */ ((ExpiryType2) => {
807
807
  ExpiryType2["Expired"] = "Expired";
808
808
  return ExpiryType2;
809
809
  })(ExpiryType || {});
810
+ var FleetVendorAddressLabel = /* @__PURE__ */ ((FleetVendorAddressLabel2) => {
811
+ FleetVendorAddressLabel2["HQ"] = "HQ";
812
+ FleetVendorAddressLabel2["BILLING"] = "BILLING";
813
+ FleetVendorAddressLabel2["SHIPPING"] = "SHIPPING";
814
+ FleetVendorAddressLabel2["WORKSHOP"] = "WORKSHOP";
815
+ FleetVendorAddressLabel2["OTHER"] = "OTHER";
816
+ return FleetVendorAddressLabel2;
817
+ })(FleetVendorAddressLabel || {});
818
+ var IncidentTime = /* @__PURE__ */ ((IncidentTime2) => {
819
+ IncidentTime2["EarlyMorning"] = "EarlyMorning";
820
+ IncidentTime2["Morning"] = "Morning";
821
+ IncidentTime2["Afternoon"] = "Afternoon";
822
+ IncidentTime2["Evening"] = "Evening";
823
+ IncidentTime2["Night"] = "Night";
824
+ IncidentTime2["Unknown"] = "Unknown";
825
+ return IncidentTime2;
826
+ })(IncidentTime || {});
827
+ var IncidentWeather = /* @__PURE__ */ ((IncidentWeather2) => {
828
+ IncidentWeather2["Clear"] = "Clear";
829
+ IncidentWeather2["Cloudy"] = "Cloudy";
830
+ IncidentWeather2["Rainy"] = "Rainy";
831
+ IncidentWeather2["Stormy"] = "Stormy";
832
+ IncidentWeather2["Foggy"] = "Foggy";
833
+ IncidentWeather2["Snowy"] = "Snowy";
834
+ IncidentWeather2["Hail"] = "Hail";
835
+ IncidentWeather2["Windy"] = "Windy";
836
+ IncidentWeather2["Other"] = "Other";
837
+ IncidentWeather2["Unknown"] = "Unknown";
838
+ return IncidentWeather2;
839
+ })(IncidentWeather || {});
840
+ var IncidentRoadType = /* @__PURE__ */ ((IncidentRoadType2) => {
841
+ IncidentRoadType2["Highway"] = "Highway";
842
+ IncidentRoadType2["CityStreet"] = "CityStreet";
843
+ IncidentRoadType2["RuralRoad"] = "RuralRoad";
844
+ IncidentRoadType2["MountainRoad"] = "MountainRoad";
845
+ IncidentRoadType2["ConstructionZone"] = "ConstructionZone";
846
+ IncidentRoadType2["Alley"] = "Alley";
847
+ IncidentRoadType2["Expressway"] = "Expressway";
848
+ IncidentRoadType2["DirtRoad"] = "DirtRoad";
849
+ IncidentRoadType2["Tunnel"] = "Tunnel";
850
+ IncidentRoadType2["Bridge"] = "Bridge";
851
+ IncidentRoadType2["Other"] = "Other";
852
+ IncidentRoadType2["Unknown"] = "Unknown";
853
+ return IncidentRoadType2;
854
+ })(IncidentRoadType || {});
855
+ var IncidentVisibility = /* @__PURE__ */ ((IncidentVisibility2) => {
856
+ IncidentVisibility2["Excellent"] = "Excellent";
857
+ IncidentVisibility2["Good"] = "Good";
858
+ IncidentVisibility2["Moderate"] = "Moderate";
859
+ IncidentVisibility2["Poor"] = "Poor";
860
+ IncidentVisibility2["VeryPoor"] = "VeryPoor";
861
+ IncidentVisibility2["Unknown"] = "Unknown";
862
+ return IncidentVisibility2;
863
+ })(IncidentVisibility || {});
810
864
  export {
811
865
  AdminRole,
812
866
  AlertSubType,
@@ -828,6 +882,7 @@ export {
828
882
  ExpiryType,
829
883
  FileType,
830
884
  FleetSize,
885
+ FleetVendorAddressLabel,
831
886
  FuelTankType,
832
887
  GPSFuelApproveStatus,
833
888
  GPSSource,
@@ -836,6 +891,10 @@ export {
836
891
  GeofenceStatusType,
837
892
  GeofenceType,
838
893
  HolidayType,
894
+ IncidentRoadType,
895
+ IncidentTime,
896
+ IncidentVisibility,
897
+ IncidentWeather,
839
898
  InspectionActionStatus,
840
899
  InspectionStatus,
841
900
  InspectionType,
@@ -1,7 +1,7 @@
1
1
  import { MenuType, 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 { U as UserOrganisation, a as User } from '../../user_organisation_service-Dn5ij2oU.js';
4
+ import { U as UserOrganisation, a as User } from '../../user_organisation_service-BE5iA8UK.js';
5
5
  import '../../zod_utils/zod_base_schema.js';
6
6
  import '../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { OnOff, NotificationChannel, YesNo, NotificationList, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy } from '../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, M as MasterVehicle, a as User } from '../../user_organisation_service-Dn5ij2oU.js';
4
+ import { U as UserOrganisation, M as MasterVehicle, a as User } from '../../user_organisation_service-BE5iA8UK.js';
5
5
  import { GPSGeofence } from '../gps/features/geofence/gps_geofence_service.js';
6
6
  import '../../zod_utils/zod_base_schema.js';
7
7
  import '../master/main/master_main_sim_provider_service.js';
@@ -1,7 +1,7 @@
1
1
  import { OnOff, ReportType, ReportList, ReportChannel, YesNo, Status, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy } from '../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, M as MasterVehicle } from '../../user_organisation_service-Dn5ij2oU.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../user_organisation_service-BE5iA8UK.js';
5
5
  import '../../zod_utils/zod_base_schema.js';
6
6
  import '../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -2,6 +2,6 @@ import '../../core/Enums.js';
2
2
  import '../../core/BaseResponse.js';
3
3
  import 'zod';
4
4
  import '../../zod_utils/zod_base_schema.js';
5
- import '../../user_organisation_service-Dn5ij2oU.js';
5
+ import '../../user_organisation_service-BE5iA8UK.js';
6
6
  export { T as Ticket, e as TicketDTO, a as TicketFile, c as TicketFileDTO, b as TicketFileSchema, i as TicketQueryDTO, h as TicketQuerySchema, d as TicketSchema, g as TicketVerifyDTO, f as TicketVerifySchema, l as createTicket, q as createTicketFile, o as deleteTicket, k as findTickets, p as getTicketFilePresignedUrl, n as newTicketPayload, r as removeTicketFile, t as toTicketPayload, j as toVerifyTicketPayload, u as updateTicket, m as updateVerifyStatus } from '../main/users/user_admin_service.js';
7
7
  import '../master/main/master_main_sim_provider_service.js';
@@ -1,7 +1,7 @@
1
1
  import { BusStopType, GeofenceType, 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 { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-Dn5ij2oU.js';
4
+ import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-BE5iA8UK.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -89,11 +89,11 @@ declare const BusStopSchema: z.ZodObject<{
89
89
  }>, "many">>>;
90
90
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
91
91
  }, "strip", z.ZodTypeAny, {
92
- stop_name: string;
93
- stop_code: string;
94
- stop_type: BusStopType;
95
- stop_description: string;
96
- stop_duration_seconds: number;
92
+ status: Status;
93
+ organisation_id: string;
94
+ organisation_branch_id: string;
95
+ country_code: string;
96
+ google_location: string;
97
97
  address_line1: string;
98
98
  address_line2: string;
99
99
  locality_landmark: string;
@@ -103,30 +103,29 @@ declare const BusStopSchema: z.ZodObject<{
103
103
  state_province_region: string;
104
104
  postal_code: string;
105
105
  country: string;
106
- country_code: string;
107
- google_location: string;
106
+ stop_name: string;
107
+ stop_code: string;
108
+ stop_type: BusStopType;
109
+ stop_description: string;
110
+ stop_duration_seconds: number;
108
111
  geofence_type: GeofenceType;
109
112
  polygon_data: {
110
113
  latitude: number;
111
114
  longitude: number;
112
115
  }[];
113
- status: Status;
114
- organisation_id: string;
115
- organisation_branch_id: string;
116
116
  stop_latitude?: number | undefined;
117
117
  stop_longitude?: number | undefined;
118
118
  radius_meters?: number | undefined;
119
119
  radius_km?: number | undefined;
120
120
  }, {
121
- stop_name: string;
122
- stop_type: BusStopType;
123
- geofence_type: GeofenceType;
124
121
  status: Status;
125
122
  organisation_id: string;
126
123
  organisation_branch_id: string;
127
- stop_code?: string | undefined;
128
- stop_description?: string | undefined;
129
- stop_duration_seconds?: unknown;
124
+ stop_name: string;
125
+ stop_type: BusStopType;
126
+ geofence_type: GeofenceType;
127
+ country_code?: string | undefined;
128
+ google_location?: string | undefined;
130
129
  address_line1?: string | undefined;
131
130
  address_line2?: string | undefined;
132
131
  locality_landmark?: string | undefined;
@@ -136,8 +135,9 @@ declare const BusStopSchema: z.ZodObject<{
136
135
  state_province_region?: string | undefined;
137
136
  postal_code?: string | undefined;
138
137
  country?: string | undefined;
139
- country_code?: string | undefined;
140
- google_location?: string | undefined;
138
+ stop_code?: string | undefined;
139
+ stop_description?: string | undefined;
140
+ stop_duration_seconds?: unknown;
141
141
  stop_latitude?: unknown;
142
142
  stop_longitude?: unknown;
143
143
  radius_meters?: unknown;
@@ -185,8 +185,6 @@ declare const BusStopQuerySchema: z.ZodObject<{
185
185
  stop_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof BusStopType>, "many">>>;
186
186
  geofence_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof GeofenceType>, "many">>>;
187
187
  }, "strip", z.ZodTypeAny, {
188
- stop_type: BusStopType[];
189
- geofence_type: GeofenceType[];
190
188
  status: Status[];
191
189
  search: string;
192
190
  paging: PAGING;
@@ -210,12 +208,12 @@ declare const BusStopQuerySchema: z.ZodObject<{
210
208
  time_zone_id: string;
211
209
  organisation_ids: string[];
212
210
  organisation_branch_ids: string[];
211
+ stop_type: BusStopType[];
212
+ geofence_type: GeofenceType[];
213
213
  bus_stop_ids: string[];
214
214
  }, {
215
215
  date_format_id: string;
216
216
  time_zone_id: string;
217
- stop_type?: BusStopType[] | undefined;
218
- geofence_type?: GeofenceType[] | undefined;
219
217
  status?: Status[] | undefined;
220
218
  search?: string | undefined;
221
219
  paging?: PAGING | undefined;
@@ -237,6 +235,8 @@ declare const BusStopQuerySchema: z.ZodObject<{
237
235
  include_master_data?: YesNo | undefined;
238
236
  organisation_ids?: string[] | undefined;
239
237
  organisation_branch_ids?: string[] | undefined;
238
+ stop_type?: BusStopType[] | undefined;
239
+ geofence_type?: GeofenceType[] | undefined;
240
240
  bus_stop_ids?: string[] | undefined;
241
241
  }>;
242
242
  type BusStopQueryDTO = z.infer<typeof BusStopQuerySchema>;
@@ -1,7 +1,7 @@
1
1
  import { HolidayType, 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 { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-Dn5ij2oU.js';
4
+ import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-BE5iA8UK.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -29,20 +29,20 @@ declare const OrganisationCalendarSchema: z.ZodObject<{
29
29
  notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
30
30
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
31
31
  }, "strip", z.ZodTypeAny, {
32
- status: Status;
33
- organisation_id: string;
34
- organisation_branch_id: string;
35
32
  calendar_date: string;
36
33
  holiday_type: HolidayType;
37
34
  title: string;
38
35
  notes: string;
39
- }, {
40
36
  status: Status;
41
37
  organisation_id: string;
42
38
  organisation_branch_id: string;
39
+ }, {
43
40
  calendar_date: string;
44
41
  holiday_type: HolidayType;
45
42
  title: string;
43
+ status: Status;
44
+ organisation_id: string;
45
+ organisation_branch_id: string;
46
46
  notes?: string | undefined;
47
47
  }>;
48
48
  type OrganisationCalendarDTO = z.infer<typeof OrganisationCalendarSchema>;
@@ -82,6 +82,7 @@ declare const OrganisationCalendarQuerySchema: z.ZodObject<{
82
82
  calendar_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
83
83
  holiday_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof HolidayType>, "many">>>;
84
84
  }, "strip", z.ZodTypeAny, {
85
+ holiday_type: HolidayType[];
85
86
  status: Status[];
86
87
  search: string;
87
88
  paging: PAGING;
@@ -105,11 +106,11 @@ declare const OrganisationCalendarQuerySchema: z.ZodObject<{
105
106
  time_zone_id: string;
106
107
  organisation_ids: string[];
107
108
  organisation_branch_ids: string[];
108
- holiday_type: HolidayType[];
109
109
  calendar_ids: string[];
110
110
  }, {
111
111
  date_format_id: string;
112
112
  time_zone_id: string;
113
+ holiday_type?: HolidayType[] | undefined;
113
114
  status?: Status[] | undefined;
114
115
  search?: string | undefined;
115
116
  paging?: PAGING | undefined;
@@ -131,7 +132,6 @@ declare const OrganisationCalendarQuerySchema: z.ZodObject<{
131
132
  include_master_data?: YesNo | undefined;
132
133
  organisation_ids?: string[] | undefined;
133
134
  organisation_branch_ids?: string[] | undefined;
134
- holiday_type?: HolidayType[] | undefined;
135
135
  calendar_ids?: string[] | undefined;
136
136
  }>;
137
137
  type OrganisationCalendarQueryDTO = z.infer<typeof OrganisationCalendarQuerySchema>;
@@ -1,7 +1,7 @@
1
1
  import { Status, BusLeg, YesNo, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, O as OrganisationBranch, M as MasterVehicle, b as MasterDriver } from '../../../user_organisation_service-Dn5ij2oU.js';
4
+ import { U as UserOrganisation, O as OrganisationBranch, M as MasterVehicle, b as MasterDriver } from '../../../user_organisation_service-BE5iA8UK.js';
5
5
  import { BusStop } from './bus_stop.js';
6
6
  import { Student } from './student.js';
7
7
  import '../../../zod_utils/zod_base_schema.js';
@@ -1,7 +1,7 @@
1
1
  import { 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 { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-Dn5ij2oU.js';
4
+ import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-BE5iA8UK.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -1,7 +1,7 @@
1
1
  import { EnrollmentStatus, TransportPlanType, Status, YesNo, StudentLeaveType, ApprovalStatus, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy } from '../../../core/Enums.js';
2
2
  import { FBR, SBR } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
- import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-Dn5ij2oU.js';
4
+ import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-BE5iA8UK.js';
5
5
  import { MasterClass } from '../../master/bus/master_class_service.js';
6
6
  import { MasterProgram } from '../../master/bus/master_program_service.js';
7
7
  import { MasterSection } from '../../master/bus/master_section_service.js';
@@ -464,6 +464,12 @@ declare const StudentAddressSchema: z.ZodObject<{
464
464
  notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
465
465
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
466
466
  }, "strip", z.ZodTypeAny, {
467
+ notes: string;
468
+ status: Status;
469
+ organisation_id: string;
470
+ organisation_branch_id: string;
471
+ country_code: string;
472
+ google_location: string;
467
473
  address_line1: string;
468
474
  address_line2: string;
469
475
  locality_landmark: string;
@@ -473,23 +479,22 @@ declare const StudentAddressSchema: z.ZodObject<{
473
479
  state_province_region: string;
474
480
  postal_code: string;
475
481
  country: string;
476
- country_code: string;
477
- google_location: string;
478
- status: Status;
479
- organisation_id: string;
480
- organisation_branch_id: string;
481
- notes: string;
482
- student_id: string;
483
482
  is_default: YesNo;
483
+ student_id: string;
484
484
  latitude?: number | undefined;
485
485
  longitude?: number | undefined;
486
486
  }, {
487
- address_line1: string;
488
487
  status: Status;
489
488
  organisation_id: string;
490
489
  organisation_branch_id: string;
491
- student_id: string;
490
+ address_line1: string;
492
491
  is_default: YesNo;
492
+ student_id: string;
493
+ notes?: string | undefined;
494
+ country_code?: string | undefined;
495
+ latitude?: unknown;
496
+ longitude?: unknown;
497
+ google_location?: string | undefined;
493
498
  address_line2?: string | undefined;
494
499
  locality_landmark?: string | undefined;
495
500
  neighborhood?: string | undefined;
@@ -498,11 +503,6 @@ declare const StudentAddressSchema: z.ZodObject<{
498
503
  state_province_region?: string | undefined;
499
504
  postal_code?: string | undefined;
500
505
  country?: string | undefined;
501
- country_code?: string | undefined;
502
- google_location?: string | undefined;
503
- latitude?: unknown;
504
- longitude?: unknown;
505
- notes?: string | undefined;
506
506
  }>;
507
507
  type StudentAddressDTO = z.infer<typeof StudentAddressSchema>;
508
508
  declare const StudentAddressBusStopAssignSchema: z.ZodObject<{
@@ -574,8 +574,8 @@ declare const StudentAddressQuerySchema: z.ZodObject<{
574
574
  time_zone_id: string;
575
575
  organisation_ids: string[];
576
576
  organisation_branch_ids: string[];
577
- bus_stop_ids: string[];
578
577
  is_default: YesNo[];
578
+ bus_stop_ids: string[];
579
579
  student_ids: string[];
580
580
  student_address_ids: string[];
581
581
  }, {
@@ -602,8 +602,8 @@ declare const StudentAddressQuerySchema: z.ZodObject<{
602
602
  include_master_data?: YesNo | undefined;
603
603
  organisation_ids?: string[] | undefined;
604
604
  organisation_branch_ids?: string[] | undefined;
605
- bus_stop_ids?: string[] | undefined;
606
605
  is_default?: YesNo[] | undefined;
606
+ bus_stop_ids?: string[] | undefined;
607
607
  student_ids?: string[] | undefined;
608
608
  student_address_ids?: string[] | undefined;
609
609
  }>;
@@ -624,35 +624,35 @@ declare const StudentGuardianLinkSchema: z.ZodObject<{
624
624
  alternative_mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
625
625
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
626
626
  }, "strip", z.ZodTypeAny, {
627
+ notes: string;
627
628
  status: Status;
628
629
  organisation_id: string;
629
630
  organisation_branch_id: string;
630
631
  email: string;
631
632
  mobile: string;
632
- notes: string;
633
+ is_primary: YesNo;
634
+ alternative_mobile: string;
633
635
  relationship_id: string;
634
636
  student_id: string;
635
637
  photo_url: string;
636
638
  photo_key: string;
637
639
  photo_name: string;
638
- is_primary: YesNo;
639
640
  full_name: string;
640
- alternative_mobile: string;
641
641
  }, {
642
642
  status: Status;
643
643
  organisation_id: string;
644
644
  organisation_branch_id: string;
645
645
  mobile: string;
646
+ is_primary: YesNo;
646
647
  relationship_id: string;
647
648
  student_id: string;
648
- is_primary: YesNo;
649
649
  full_name: string;
650
- email?: string | undefined;
651
650
  notes?: string | undefined;
651
+ email?: string | undefined;
652
+ alternative_mobile?: string | undefined;
652
653
  photo_url?: string | undefined;
653
654
  photo_key?: string | undefined;
654
655
  photo_name?: string | undefined;
655
- alternative_mobile?: string | undefined;
656
656
  }>;
657
657
  type StudentGuardianLinkDTO = z.infer<typeof StudentGuardianLinkSchema>;
658
658
  declare const GuardianProfilePictureSchema: z.ZodObject<{
@@ -675,8 +675,8 @@ declare const GuardianDetailsSchema: z.ZodObject<{
675
675
  alternative_mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
676
676
  }, "strip", z.ZodTypeAny, {
677
677
  email: string;
678
- full_name: string;
679
678
  alternative_mobile: string;
679
+ full_name: string;
680
680
  }, {
681
681
  full_name: string;
682
682
  email?: string | undefined;
@@ -1,7 +1,7 @@
1
1
  import { 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 { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice } from '../../../user_organisation_service-Dn5ij2oU.js';
4
+ import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice } from '../../../user_organisation_service-BE5iA8UK.js';
5
5
  import { FuelConsumptionMonthly } from '../../gps/reports/gps_models/FuelConsumptionMonthly.js';
6
6
  import '../../../zod_utils/zod_base_schema.js';
7
7
  import '../../master/main/master_main_sim_provider_service.js';
@@ -2,8 +2,7 @@ import { GPSFuelApproveStatus, RefillEntrySource, RefillMethod, PaymentMode, Pay
2
2
  import { BaseCommonFile, FBR, SBR, BR, AWSPresignedUrl } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
4
  import { FilePresignedUrlDTO } from '../../../zod_utils/zod_base_schema.js';
5
- import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice, d as MasterVehicleFuelType, e as MasterVehicleFuelUnit } from '../../../user_organisation_service-Dn5ij2oU.js';
6
- import { MasterMainLandmark } from '../../master/main/master_main_landmark_service.js';
5
+ import { d as MasterMainLandmark, U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice, e as MasterVehicleFuelType, f as MasterVehicleFuelUnit } from '../../../user_organisation_service-BE5iA8UK.js';
7
6
  import '../../master/main/master_main_sim_provider_service.js';
8
7
 
9
8
  interface FleetFuelRefill extends Record<string, unknown> {
@@ -2,8 +2,7 @@ import { GPSFuelApproveStatus, RefillEntrySource, Status, FileType, PAGING, Load
2
2
  import { BaseCommonFile, FBR, SBR, BR, AWSPresignedUrl } from '../../../core/BaseResponse.js';
3
3
  import { z } from 'zod';
4
4
  import { FilePresignedUrlDTO } from '../../../zod_utils/zod_base_schema.js';
5
- import { U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice, d as MasterVehicleFuelType, e as MasterVehicleFuelUnit } from '../../../user_organisation_service-Dn5ij2oU.js';
6
- import { MasterMainLandmark } from '../../master/main/master_main_landmark_service.js';
5
+ import { d as MasterMainLandmark, U as UserOrganisation, a as User, M as MasterVehicle, b as MasterDriver, c as MasterDevice, e as MasterVehicleFuelType, f as MasterVehicleFuelUnit } from '../../../user_organisation_service-BE5iA8UK.js';
7
6
  import { MasterVehicleFuelRemovalReason } from '../../master/vehicle/master_vehicle_fuel_removal_reason_service.js';
8
7
  import '../../master/main/master_main_sim_provider_service.js';
9
8