vms-nest-prisma-api-document 224.0.0 → 226.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 (98) hide show
  1. package/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
  2. package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
  3. package/dist/services/account/bookmark_service.d.ts +9 -9
  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 +4 -4
  8. package/dist/services/fleet/bus_mangement/calender.d.ts +8 -8
  9. package/dist/services/fleet/bus_mangement/master_route.d.ts +41 -41
  10. package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
  11. package/dist/services/fleet/bus_mangement/student.d.ts +17 -17
  12. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +20 -20
  13. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +34 -34
  14. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +50 -48
  15. package/dist/services/fleet/incident_management/incident_management_service.d.ts +2 -2
  16. package/dist/services/fleet/incident_management/incident_management_service.js +10 -12
  17. package/dist/services/fleet/issue_management/issue_management_service.d.ts +1 -1
  18. package/dist/services/fleet/service_management/fleet_service_management_service.d.ts +40 -40
  19. package/dist/services/fleet/service_management/fleet_service_management_task_service.d.ts +6 -6
  20. package/dist/services/fleet/vendor_management/fleet_vendor_fuel_station.d.ts +1 -1
  21. package/dist/services/fleet/vendor_management/fleet_vendor_service.d.ts +1 -1
  22. package/dist/services/fleet/vendor_management/fleet_vendor_service_center.d.ts +1 -1
  23. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  24. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +1 -1
  25. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +1 -1
  26. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +1 -1
  27. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -5
  28. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +8 -8
  29. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  30. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  31. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  32. package/dist/services/main/users/auth_service.d.ts +1 -1
  33. package/dist/services/main/users/user_admin_service.d.ts +20 -20
  34. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  35. package/dist/services/main/users/user_service.d.ts +1 -1
  36. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  37. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  38. package/dist/services/master/bus/master_class_service.d.ts +1 -1
  39. package/dist/services/master/bus/master_program_service.d.ts +1 -1
  40. package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
  41. package/dist/services/master/bus/master_section_service.d.ts +1 -1
  42. package/dist/services/master/bus/master_semester_service.d.ts +1 -1
  43. package/dist/services/master/bus/master_stream_service.d.ts +1 -1
  44. package/dist/services/master/bus/master_year_service.d.ts +1 -1
  45. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  46. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  47. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  48. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  49. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  50. package/dist/services/master/expense/master_fuel_company_service.d.ts +1 -1
  51. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +1 -1
  52. package/dist/services/master/expense/master_vendor_tag_service.d.ts +1 -1
  53. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  54. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  55. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  56. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  57. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  58. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +6 -6
  59. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  60. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  61. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  62. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  63. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  64. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  65. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  66. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  67. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  68. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  69. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  70. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  71. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  72. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  73. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  74. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  75. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  76. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  77. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  78. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  79. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  80. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  81. package/dist/services/master/tyre/master_tyre_model_service.d.ts +7 -7
  82. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  83. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  84. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  85. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  86. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +5 -5
  87. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  88. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  89. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  90. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  91. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  92. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  93. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  94. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  95. package/dist/services/website/contact_us_detail_service.d.ts +1 -1
  96. package/dist/services/website/faq_service.d.ts +1 -1
  97. package/package.json +1 -1
  98. package/dist/{user_organisation_service-gB6DgPZW.d.ts → user_organisation_service-DGGuB4hh.d.ts} +27 -27
@@ -22,15 +22,15 @@ declare const UserLoginAnalyticsSchema: z.ZodObject<{
22
22
  }, "strip", z.ZodTypeAny, {
23
23
  user_id: string;
24
24
  organisation_id: string;
25
- country_id: string;
26
25
  login_from: LoginFrom;
26
+ country_id: string;
27
27
  os_details: Record<string, any>;
28
28
  ip_details: Record<string, any>;
29
29
  }, {
30
30
  user_id: string;
31
31
  organisation_id: string;
32
- country_id: string;
33
32
  login_from: LoginFrom;
33
+ country_id: string;
34
34
  os_details?: Record<string, any> | undefined;
35
35
  ip_details?: Record<string, any> | undefined;
36
36
  }>;
@@ -48,11 +48,11 @@ declare const UserLoginAnalyticsQuerySchema: z.ZodObject<{
48
48
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
49
49
  country_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
50
50
  }, "strip", z.ZodTypeAny, {
51
- login_from: LoginFrom;
52
51
  search: string;
53
52
  paging: PAGING;
54
53
  page_count: number;
55
54
  page_index: number;
55
+ login_from: LoginFrom;
56
56
  date_format_id: string;
57
57
  time_zone_id: string;
58
58
  user_ids: string[];
@@ -43,11 +43,11 @@ declare const UserPageAnalyticsQuerySchema: z.ZodObject<{
43
43
  user_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
44
44
  organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
45
45
  }, "strip", z.ZodTypeAny, {
46
- login_from: LoginFrom;
47
46
  search: string;
48
47
  paging: PAGING;
49
48
  page_count: number;
50
49
  page_index: number;
50
+ login_from: LoginFrom;
51
51
  date_format_id: string;
52
52
  time_zone_id: string;
53
53
  user_ids: string[];
@@ -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-gB6DgPZW.js';
4
+ import { U as UserOrganisation, a as User } from '../../user_organisation_service-DGGuB4hh.js';
5
5
  import '../../zod_utils/zod_base_schema.js';
6
6
  import '../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -40,12 +40,9 @@ declare const BookMarkSchema: z.ZodObject<{
40
40
  sub_item_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
41
41
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
42
42
  }, "strip", z.ZodTypeAny, {
43
- status: Status;
44
- organisation_id: string;
45
- user_id: string;
46
- group_name: string;
47
43
  module_name: string;
48
44
  menu_type: MenuType;
45
+ group_name: string;
49
46
  group_name_language: string;
50
47
  group_icon: string;
51
48
  group_url: string;
@@ -53,16 +50,19 @@ declare const BookMarkSchema: z.ZodObject<{
53
50
  sub_item_name_language: string;
54
51
  sub_item_icon: string;
55
52
  sub_item_url: string;
56
- }, {
57
53
  status: Status;
58
54
  organisation_id: string;
59
55
  user_id: string;
60
- group_name: string;
56
+ }, {
61
57
  module_name: string;
62
58
  menu_type: MenuType;
59
+ group_name: string;
63
60
  group_name_language: string;
64
61
  group_icon: string;
65
62
  group_url: string;
63
+ status: Status;
64
+ organisation_id: string;
65
+ user_id: string;
66
66
  sub_item_name?: string | undefined;
67
67
  sub_item_name_language?: string | undefined;
68
68
  sub_item_icon?: string | undefined;
@@ -105,6 +105,7 @@ declare const BookMarkQuerySchema: z.ZodObject<{
105
105
  bookmark_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
106
106
  menu_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof MenuType>, "many">>>;
107
107
  }, "strip", z.ZodTypeAny, {
108
+ menu_type: MenuType[];
108
109
  status: Status[];
109
110
  search: string;
110
111
  paging: PAGING;
@@ -128,11 +129,11 @@ declare const BookMarkQuerySchema: z.ZodObject<{
128
129
  time_zone_id: string;
129
130
  organisation_ids: string[];
130
131
  user_ids: string[];
131
- menu_type: MenuType[];
132
132
  bookmark_ids: string[];
133
133
  }, {
134
134
  date_format_id: string;
135
135
  time_zone_id: string;
136
+ menu_type?: MenuType[] | undefined;
136
137
  status?: Status[] | undefined;
137
138
  search?: string | undefined;
138
139
  paging?: PAGING | undefined;
@@ -154,7 +155,6 @@ declare const BookMarkQuerySchema: z.ZodObject<{
154
155
  include_master_data?: YesNo | undefined;
155
156
  organisation_ids?: string[] | undefined;
156
157
  user_ids?: string[] | undefined;
157
- menu_type?: MenuType[] | undefined;
158
158
  bookmark_ids?: string[] | undefined;
159
159
  }>;
160
160
  type BookMarkQueryDTO = z.infer<typeof BookMarkQuerySchema>;
@@ -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-gB6DgPZW.js';
4
+ import { U as UserOrganisation, M as MasterVehicle, a as User } from '../../user_organisation_service-DGGuB4hh.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-gB6DgPZW.js';
4
+ import { U as UserOrganisation, M as MasterVehicle } from '../../user_organisation_service-DGGuB4hh.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-gB6DgPZW.js';
5
+ import '../../user_organisation_service-DGGuB4hh.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-gB6DgPZW.js';
4
+ import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-DGGuB4hh.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
7
7
 
@@ -92,6 +92,8 @@ declare const BusStopSchema: z.ZodObject<{
92
92
  status: Status;
93
93
  organisation_id: string;
94
94
  organisation_branch_id: string;
95
+ stop_duration_seconds: number;
96
+ stop_name: string;
95
97
  country_code: string;
96
98
  google_location: string;
97
99
  address_line1: string;
@@ -103,11 +105,9 @@ declare const BusStopSchema: z.ZodObject<{
103
105
  state_province_region: string;
104
106
  postal_code: string;
105
107
  country: string;
106
- stop_name: string;
107
108
  stop_code: string;
108
109
  stop_type: BusStopType;
109
110
  stop_description: string;
110
- stop_duration_seconds: number;
111
111
  geofence_type: GeofenceType;
112
112
  polygon_data: {
113
113
  latitude: number;
@@ -124,6 +124,7 @@ declare const BusStopSchema: z.ZodObject<{
124
124
  stop_name: string;
125
125
  stop_type: BusStopType;
126
126
  geofence_type: GeofenceType;
127
+ stop_duration_seconds?: unknown;
127
128
  country_code?: string | undefined;
128
129
  google_location?: string | undefined;
129
130
  address_line1?: string | undefined;
@@ -137,7 +138,6 @@ declare const BusStopSchema: z.ZodObject<{
137
138
  country?: string | undefined;
138
139
  stop_code?: string | undefined;
139
140
  stop_description?: string | undefined;
140
- stop_duration_seconds?: unknown;
141
141
  stop_latitude?: unknown;
142
142
  stop_longitude?: unknown;
143
143
  radius_meters?: unknown;
@@ -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-gB6DgPZW.js';
4
+ import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-DGGuB4hh.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
- calendar_date: string;
33
- holiday_type: HolidayType;
34
- title: string;
35
- notes: string;
36
32
  status: Status;
37
33
  organisation_id: string;
38
34
  organisation_branch_id: string;
39
- }, {
35
+ notes: string;
40
36
  calendar_date: string;
41
37
  holiday_type: HolidayType;
42
38
  title: string;
39
+ }, {
43
40
  status: Status;
44
41
  organisation_id: string;
45
42
  organisation_branch_id: string;
43
+ calendar_date: string;
44
+ holiday_type: HolidayType;
45
+ title: string;
46
46
  notes?: string | undefined;
47
47
  }>;
48
48
  type OrganisationCalendarDTO = z.infer<typeof OrganisationCalendarSchema>;
@@ -82,7 +82,6 @@ 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[];
86
85
  status: Status[];
87
86
  search: string;
88
87
  paging: PAGING;
@@ -106,11 +105,11 @@ declare const OrganisationCalendarQuerySchema: z.ZodObject<{
106
105
  time_zone_id: string;
107
106
  organisation_ids: string[];
108
107
  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;
114
113
  status?: Status[] | undefined;
115
114
  search?: string | undefined;
116
115
  paging?: PAGING | undefined;
@@ -132,6 +131,7 @@ declare const OrganisationCalendarQuerySchema: z.ZodObject<{
132
131
  include_master_data?: YesNo | undefined;
133
132
  organisation_ids?: string[] | undefined;
134
133
  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-gB6DgPZW.js';
4
+ import { U as UserOrganisation, O as OrganisationBranch, M as MasterVehicle, b as MasterDriver } from '../../../user_organisation_service-DGGuB4hh.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';
@@ -121,9 +121,6 @@ declare const MasterRouteSchema: z.ZodObject<{
121
121
  drop_journey_time_in_seconds: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
122
122
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
123
123
  }, "strip", z.ZodTypeAny, {
124
- status: Status;
125
- organisation_id: string;
126
- organisation_branch_id: string;
127
124
  route_name: string;
128
125
  route_code: string;
129
126
  route_notes: string;
@@ -134,16 +131,19 @@ declare const MasterRouteSchema: z.ZodObject<{
134
131
  pickup_end_stop_id: string;
135
132
  drop_start_stop_id: string;
136
133
  drop_end_stop_id: string;
137
- }, {
138
134
  status: Status;
139
135
  organisation_id: string;
140
136
  organisation_branch_id: string;
137
+ }, {
141
138
  route_name: string;
142
139
  route_status: Status;
143
140
  pickup_start_stop_id: string;
144
141
  pickup_end_stop_id: string;
145
142
  drop_start_stop_id: string;
146
143
  drop_end_stop_id: string;
144
+ status: Status;
145
+ organisation_id: string;
146
+ organisation_branch_id: string;
147
147
  route_code?: string | undefined;
148
148
  route_notes?: string | undefined;
149
149
  pickup_journey_time_in_seconds?: unknown;
@@ -186,6 +186,7 @@ declare const MasterRouteQuerySchema: z.ZodObject<{
186
186
  route_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
187
187
  route_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
188
188
  }, "strip", z.ZodTypeAny, {
189
+ route_status: Status[];
189
190
  status: Status[];
190
191
  search: string;
191
192
  paging: PAGING;
@@ -209,11 +210,11 @@ declare const MasterRouteQuerySchema: z.ZodObject<{
209
210
  time_zone_id: string;
210
211
  organisation_ids: string[];
211
212
  organisation_branch_ids: string[];
212
- route_status: Status[];
213
213
  route_ids: string[];
214
214
  }, {
215
215
  date_format_id: string;
216
216
  time_zone_id: string;
217
+ route_status?: Status[] | undefined;
217
218
  status?: Status[] | undefined;
218
219
  search?: string | undefined;
219
220
  paging?: PAGING | undefined;
@@ -235,7 +236,6 @@ declare const MasterRouteQuerySchema: z.ZodObject<{
235
236
  include_master_data?: YesNo | undefined;
236
237
  organisation_ids?: string[] | undefined;
237
238
  organisation_branch_ids?: string[] | undefined;
238
- route_status?: Status[] | undefined;
239
239
  route_ids?: string[] | undefined;
240
240
  }>;
241
241
  type MasterRouteQueryDTO = z.infer<typeof MasterRouteQuerySchema>;
@@ -265,12 +265,10 @@ declare const MasterFixedScheduleSchema: z.ZodObject<{
265
265
  saturday: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
266
266
  status: z.ZodType<Status, z.ZodTypeDef, Status>;
267
267
  }, "strip", z.ZodTypeAny, {
268
+ route_id: string;
268
269
  status: Status;
269
270
  organisation_id: string;
270
271
  organisation_branch_id: string;
271
- driver_id: string;
272
- vehicle_id: string;
273
- route_id: string;
274
272
  schedule_name: string;
275
273
  schedule_status: Status;
276
274
  is_stops_finalized: YesNo;
@@ -288,14 +286,14 @@ declare const MasterFixedScheduleSchema: z.ZodObject<{
288
286
  thursday: YesNo;
289
287
  friday: YesNo;
290
288
  saturday: YesNo;
289
+ vehicle_id: string;
290
+ driver_id: string;
291
291
  attendant_id: string;
292
292
  }, {
293
+ route_id: string;
293
294
  status: Status;
294
295
  organisation_id: string;
295
296
  organisation_branch_id: string;
296
- driver_id: string;
297
- vehicle_id: string;
298
- route_id: string;
299
297
  schedule_name: string;
300
298
  schedule_status: Status;
301
299
  is_stops_finalized: YesNo;
@@ -307,6 +305,8 @@ declare const MasterFixedScheduleSchema: z.ZodObject<{
307
305
  thursday: YesNo;
308
306
  friday: YesNo;
309
307
  saturday: YesNo;
308
+ vehicle_id: string;
309
+ driver_id: string;
310
310
  attendant_id: string;
311
311
  start_hour?: unknown;
312
312
  start_minute?: unknown;
@@ -359,6 +359,9 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
359
359
  schedule_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof BusLeg>, "many">>>;
360
360
  }, "strip", z.ZodTypeAny, {
361
361
  status: Status[];
362
+ schedule_status: Status[];
363
+ is_stops_finalized: YesNo[];
364
+ schedule_type: BusLeg[];
362
365
  search: string;
363
366
  paging: PAGING;
364
367
  page_count: number;
@@ -381,18 +384,18 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
381
384
  time_zone_id: string;
382
385
  organisation_ids: string[];
383
386
  organisation_branch_ids: string[];
387
+ route_ids: string[];
384
388
  vehicle_ids: string[];
385
389
  driver_ids: string[];
386
- schedule_status: Status[];
387
- is_stops_finalized: YesNo[];
388
- schedule_type: BusLeg[];
389
- route_ids: string[];
390
390
  attendant_ids: string[];
391
391
  fixed_schedule_ids: string[];
392
392
  }, {
393
393
  date_format_id: string;
394
394
  time_zone_id: string;
395
395
  status?: Status[] | undefined;
396
+ schedule_status?: Status[] | undefined;
397
+ is_stops_finalized?: YesNo[] | undefined;
398
+ schedule_type?: BusLeg[] | undefined;
396
399
  search?: string | undefined;
397
400
  paging?: PAGING | undefined;
398
401
  page_count?: unknown;
@@ -413,12 +416,9 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
413
416
  include_master_data?: YesNo | undefined;
414
417
  organisation_ids?: string[] | undefined;
415
418
  organisation_branch_ids?: string[] | undefined;
419
+ route_ids?: string[] | undefined;
416
420
  vehicle_ids?: string[] | undefined;
417
421
  driver_ids?: string[] | undefined;
418
- schedule_status?: Status[] | undefined;
419
- is_stops_finalized?: YesNo[] | undefined;
420
- schedule_type?: BusLeg[] | undefined;
421
- route_ids?: string[] | undefined;
422
422
  attendant_ids?: string[] | undefined;
423
423
  fixed_schedule_ids?: string[] | undefined;
424
424
  }>;
@@ -429,14 +429,14 @@ declare const MasterRouteStopSchema: z.ZodObject<{
429
429
  travel_seconds_to_next_stop: z.ZodEffects<z.ZodNumber, number, unknown>;
430
430
  bus_stop_id: z.ZodEffects<z.ZodString, string, string>;
431
431
  }, "strip", z.ZodTypeAny, {
432
- bus_stop_id: string;
433
- stop_duration_seconds: number;
434
432
  order_no: number;
433
+ stop_duration_seconds: number;
435
434
  travel_seconds_to_next_stop: number;
435
+ bus_stop_id: string;
436
436
  }, {
437
437
  bus_stop_id: string;
438
- stop_duration_seconds?: unknown;
439
438
  order_no?: unknown;
439
+ stop_duration_seconds?: unknown;
440
440
  travel_seconds_to_next_stop?: unknown;
441
441
  }>;
442
442
  type MasterRouteStopDTO = z.infer<typeof MasterRouteStopSchema>;
@@ -445,9 +445,9 @@ declare const MasterRouteStopUpdateSchema: z.ZodObject<{
445
445
  travel_seconds_to_next_stop: z.ZodEffects<z.ZodNumber, number, unknown>;
446
446
  bus_stop_id: z.ZodEffects<z.ZodString, string, string>;
447
447
  }, "strip", z.ZodTypeAny, {
448
- bus_stop_id: string;
449
448
  stop_duration_seconds: number;
450
449
  travel_seconds_to_next_stop: number;
450
+ bus_stop_id: string;
451
451
  }, {
452
452
  bus_stop_id: string;
453
453
  stop_duration_seconds?: unknown;
@@ -466,38 +466,38 @@ declare const MasterRouteStopCreateSchema: z.ZodObject<{
466
466
  travel_seconds_to_next_stop: z.ZodEffects<z.ZodNumber, number, unknown>;
467
467
  bus_stop_id: z.ZodEffects<z.ZodString, string, string>;
468
468
  }, z.UnknownKeysParam, z.ZodTypeAny, {
469
- bus_stop_id: string;
470
- stop_duration_seconds: number;
471
469
  order_no: number;
470
+ stop_duration_seconds: number;
472
471
  travel_seconds_to_next_stop: number;
472
+ bus_stop_id: string;
473
473
  }, {
474
474
  bus_stop_id: string;
475
- stop_duration_seconds?: unknown;
476
475
  order_no?: unknown;
476
+ stop_duration_seconds?: unknown;
477
477
  travel_seconds_to_next_stop?: unknown;
478
478
  }>, "many">>>;
479
479
  }, "strip", z.ZodTypeAny, {
480
+ route_id: string;
480
481
  status: Status;
481
482
  organisation_id: string;
482
483
  organisation_branch_id: string;
484
+ leg: BusLeg;
483
485
  MasterRouteStop: {
484
- bus_stop_id: string;
485
- stop_duration_seconds: number;
486
486
  order_no: number;
487
+ stop_duration_seconds: number;
487
488
  travel_seconds_to_next_stop: number;
489
+ bus_stop_id: string;
488
490
  }[];
489
- route_id: string;
490
- leg: BusLeg;
491
491
  }, {
492
+ route_id: string;
492
493
  status: Status;
493
494
  organisation_id: string;
494
495
  organisation_branch_id: string;
495
- route_id: string;
496
496
  leg: BusLeg;
497
497
  MasterRouteStop?: {
498
498
  bus_stop_id: string;
499
- stop_duration_seconds?: unknown;
500
499
  order_no?: unknown;
500
+ stop_duration_seconds?: unknown;
501
501
  travel_seconds_to_next_stop?: unknown;
502
502
  }[] | undefined;
503
503
  }>;
@@ -550,13 +550,13 @@ declare const MasterRouteStopDeleteSchema: z.ZodObject<{
550
550
  bus_stop_id: z.ZodEffects<z.ZodString, string, string>;
551
551
  leg: z.ZodType<BusLeg, z.ZodTypeDef, BusLeg>;
552
552
  }, "strip", z.ZodTypeAny, {
553
- bus_stop_id: string;
554
553
  route_id: string;
555
554
  leg: BusLeg;
556
- }, {
557
555
  bus_stop_id: string;
556
+ }, {
558
557
  route_id: string;
559
558
  leg: BusLeg;
559
+ bus_stop_id: string;
560
560
  }>;
561
561
  type MasterRouteStopDeleteReOrderDTO = z.infer<typeof MasterRouteStopDeleteSchema>;
562
562
  declare const StudentNoStopQuerySchema: z.ZodObject<{
@@ -592,6 +592,7 @@ declare const StudentNoStopQuerySchema: z.ZodObject<{
592
592
  } & {
593
593
  route_id: z.ZodEffects<z.ZodString, string, string>;
594
594
  }, "strip", z.ZodTypeAny, {
595
+ route_id: string;
595
596
  status: Status[];
596
597
  search: string;
597
598
  paging: PAGING;
@@ -613,11 +614,10 @@ declare const StudentNoStopQuerySchema: z.ZodObject<{
613
614
  include_master_data: YesNo;
614
615
  date_format_id: string;
615
616
  time_zone_id: string;
616
- route_id: string;
617
617
  }, {
618
+ route_id: string;
618
619
  date_format_id: string;
619
620
  time_zone_id: string;
620
- route_id: string;
621
621
  status?: Status[] | undefined;
622
622
  search?: string | undefined;
623
623
  paging?: PAGING | undefined;
@@ -672,6 +672,7 @@ declare const StudentNoScheduleQuerySchema: z.ZodObject<{
672
672
  } & {
673
673
  route_id: z.ZodEffects<z.ZodString, string, string>;
674
674
  }, "strip", z.ZodTypeAny, {
675
+ route_id: string;
675
676
  status: Status[];
676
677
  search: string;
677
678
  paging: PAGING;
@@ -693,11 +694,10 @@ declare const StudentNoScheduleQuerySchema: z.ZodObject<{
693
694
  include_master_data: YesNo;
694
695
  date_format_id: string;
695
696
  time_zone_id: string;
696
- route_id: string;
697
697
  }, {
698
+ route_id: string;
698
699
  date_format_id: string;
699
700
  time_zone_id: string;
700
- route_id: string;
701
701
  status?: Status[] | undefined;
702
702
  search?: string | undefined;
703
703
  paging?: PAGING | undefined;
@@ -723,8 +723,8 @@ declare const MasterRouteStudentAssignRemoveSchema: z.ZodObject<{
723
723
  route_id: z.ZodEffects<z.ZodString, string, string>;
724
724
  student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
725
725
  }, "strip", z.ZodTypeAny, {
726
- student_ids: string[];
727
726
  route_id: string;
727
+ student_ids: string[];
728
728
  }, {
729
729
  route_id: string;
730
730
  student_ids?: 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, O as OrganisationBranch } from '../../../user_organisation_service-gB6DgPZW.js';
4
+ import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-DGGuB4hh.js';
5
5
  import '../../../zod_utils/zod_base_schema.js';
6
6
  import '../../master/main/master_main_sim_provider_service.js';
7
7