vms-nest-prisma-api-document 140.0.0 → 160.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/dist/services/account/analytics/user_login_analytics_service.d.ts +3 -3
- package/dist/services/account/analytics/user_page_analytics_service.d.ts +1 -1
- package/dist/services/account/bookmark_service.d.ts +1 -1
- package/dist/services/account/notification_preferences.service.d.ts +1 -1
- package/dist/services/account/report_preferences.service.d.ts +1 -1
- package/dist/services/account/ticket_service.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/bus_stop.d.ts +19 -19
- package/dist/services/fleet/bus_mangement/calender.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/master_route.d.ts +41 -41
- package/dist/services/fleet/bus_mangement/notice_board.d.ts +1 -1
- package/dist/services/fleet/bus_mangement/student.d.ts +20 -20
- package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
- package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
- package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +6 -6
- package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +7 -7
- package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +2 -2
- package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +5 -5
- package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +8 -8
- package/dist/services/gps/reports/gps_reports_mongo_service.d.ts +46 -46
- package/dist/services/main/devices/master_device_service.d.ts +1 -1
- package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
- package/dist/services/main/sims/master_sim_service.d.ts +1 -1
- package/dist/services/main/users/auth_service.d.ts +1 -1
- package/dist/services/main/users/user_organisation_service.d.ts +1 -1
- package/dist/services/main/users/user_organisation_service.js +83 -75
- package/dist/services/main/users/user_service.d.ts +1 -1
- package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
- package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
- package/dist/services/master/bus/master_class_service.d.ts +1 -1
- package/dist/services/master/bus/master_program_service.d.ts +1 -1
- package/dist/services/master/bus/master_relationship_service.d.ts +1 -1
- package/dist/services/master/bus/master_section_service.d.ts +1 -1
- package/dist/services/master/bus/master_semester_service.d.ts +1 -1
- package/dist/services/master/bus/master_stream_service.d.ts +1 -1
- package/dist/services/master/bus/master_year_service.d.ts +1 -1
- package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
- package/dist/services/master/device/master_device_model_service.d.ts +1 -1
- package/dist/services/master/device/master_device_type_service.d.ts +1 -1
- package/dist/services/master/expense/master_expense_name_service.d.ts +135 -4
- package/dist/services/master/expense/master_expense_type_service.d.ts +125 -4
- package/dist/services/master/expense/master_fuel_company_service.d.ts +6 -6
- package/dist/services/master/expense/master_vendor_document_type_service.d.ts +3 -3
- package/dist/services/master/expense/master_vendor_type_service.d.ts +124 -4
- package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +127 -4
- package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +127 -4
- package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +127 -4
- package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +127 -4
- package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +127 -4
- package/dist/services/master/main/master_main_country_service.d.ts +1 -1
- package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
- package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
- package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
- package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
- package/dist/services/master/main/master_main_language_service.d.ts +1 -1
- package/dist/services/master/main/master_main_state_service.d.ts +1 -1
- package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
- package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
- package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
- package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +2 -1
- package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +269 -4
- package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +132 -4
- package/dist/services/master/trip/master_trip_party_type_service.d.ts +127 -4
- package/dist/services/master/tyre/master_tyre_grade_service.d.ts +128 -4
- package/dist/services/master/tyre/master_tyre_make_service.d.ts +2 -1
- package/dist/services/master/tyre/master_tyre_model_service.d.ts +261 -4
- package/dist/services/master/user/master_user_role_service.d.ts +1 -1
- package/dist/services/master/user/master_user_status_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
- package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
- package/dist/services/website/contact_us_detail_service.d.ts +1 -1
- package/dist/services/website/faq_service.d.ts +1 -1
- package/dist/{user_organisation_service-CdoeXDR4.d.ts → user_organisation_service-DmtsKLFI.d.ts} +34 -1912
- package/package.json +1 -1
|
@@ -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
|
-
login_from: LoginFrom;
|
|
26
25
|
country_id: string;
|
|
26
|
+
login_from: LoginFrom;
|
|
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
|
-
login_from: LoginFrom;
|
|
33
32
|
country_id: string;
|
|
33
|
+
login_from: LoginFrom;
|
|
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;
|
|
51
52
|
search: string;
|
|
52
53
|
paging: PAGING;
|
|
53
54
|
page_count: number;
|
|
54
55
|
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;
|
|
46
47
|
search: string;
|
|
47
48
|
paging: PAGING;
|
|
48
49
|
page_count: number;
|
|
49
50
|
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-
|
|
4
|
+
import { U as UserOrganisation, a as User } from '../../user_organisation_service-DmtsKLFI.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-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle, a as User } from '../../user_organisation_service-DmtsKLFI.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-
|
|
4
|
+
import { U as UserOrganisation, M as MasterVehicle } from '../../user_organisation_service-DmtsKLFI.js';
|
|
5
5
|
import '../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -2,7 +2,7 @@ import { TicketStatus, Status, FileType, PAGING, LoadParents, LoadChild, LoadChi
|
|
|
2
2
|
import { BaseCommionFile, 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 } from '../../user_organisation_service-
|
|
5
|
+
import { U as UserOrganisation, a as User } from '../../user_organisation_service-DmtsKLFI.js';
|
|
6
6
|
import { UserAdmin } from '../main/users/user_admin_service.js';
|
|
7
7
|
import '../master/main/master_main_sim_provider_service.js';
|
|
8
8
|
|
|
@@ -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-
|
|
4
|
+
import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-DmtsKLFI.js';
|
|
5
5
|
import '../../../zod_utils/zod_base_schema.js';
|
|
6
6
|
import '../../master/main/master_main_sim_provider_service.js';
|
|
7
7
|
|
|
@@ -89,12 +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
|
-
status: Status;
|
|
93
|
-
organisation_id: string;
|
|
94
|
-
organisation_branch_id: string;
|
|
95
|
-
stop_duration_seconds: number;
|
|
96
92
|
stop_name: string;
|
|
97
|
-
|
|
93
|
+
stop_code: string;
|
|
94
|
+
stop_type: BusStopType;
|
|
95
|
+
stop_description: string;
|
|
96
|
+
stop_duration_seconds: number;
|
|
98
97
|
address_line1: string;
|
|
99
98
|
address_line2: string;
|
|
100
99
|
locality_landmark: string;
|
|
@@ -104,28 +103,30 @@ declare const BusStopSchema: z.ZodObject<{
|
|
|
104
103
|
state_province_region: string;
|
|
105
104
|
postal_code: string;
|
|
106
105
|
country: string;
|
|
107
|
-
|
|
108
|
-
stop_type: BusStopType;
|
|
109
|
-
stop_description: string;
|
|
106
|
+
country_code: string;
|
|
110
107
|
google_location: string;
|
|
111
108
|
geofence_type: GeofenceType;
|
|
112
109
|
polygon_data: {
|
|
113
110
|
latitude: number;
|
|
114
111
|
longitude: number;
|
|
115
112
|
}[];
|
|
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
|
-
status: Status;
|
|
122
|
-
organisation_id: string;
|
|
123
|
-
organisation_branch_id: string;
|
|
124
121
|
stop_name: string;
|
|
125
122
|
stop_type: BusStopType;
|
|
126
123
|
geofence_type: GeofenceType;
|
|
124
|
+
status: Status;
|
|
125
|
+
organisation_id: string;
|
|
126
|
+
organisation_branch_id: string;
|
|
127
|
+
stop_code?: string | undefined;
|
|
128
|
+
stop_description?: string | undefined;
|
|
127
129
|
stop_duration_seconds?: unknown;
|
|
128
|
-
country_code?: string | undefined;
|
|
129
130
|
address_line1?: string | undefined;
|
|
130
131
|
address_line2?: string | undefined;
|
|
131
132
|
locality_landmark?: string | undefined;
|
|
@@ -135,8 +136,7 @@ declare const BusStopSchema: z.ZodObject<{
|
|
|
135
136
|
state_province_region?: string | undefined;
|
|
136
137
|
postal_code?: string | undefined;
|
|
137
138
|
country?: string | undefined;
|
|
138
|
-
|
|
139
|
-
stop_description?: string | undefined;
|
|
139
|
+
country_code?: string | undefined;
|
|
140
140
|
google_location?: string | undefined;
|
|
141
141
|
stop_latitude?: unknown;
|
|
142
142
|
stop_longitude?: unknown;
|
|
@@ -185,6 +185,8 @@ 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[];
|
|
188
190
|
status: Status[];
|
|
189
191
|
search: string;
|
|
190
192
|
paging: PAGING;
|
|
@@ -208,12 +210,12 @@ declare const BusStopQuerySchema: z.ZodObject<{
|
|
|
208
210
|
time_zone_id: string;
|
|
209
211
|
organisation_ids: string[];
|
|
210
212
|
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;
|
|
217
219
|
status?: Status[] | undefined;
|
|
218
220
|
search?: string | undefined;
|
|
219
221
|
paging?: PAGING | undefined;
|
|
@@ -235,8 +237,6 @@ declare const BusStopQuerySchema: z.ZodObject<{
|
|
|
235
237
|
include_master_data?: YesNo | undefined;
|
|
236
238
|
organisation_ids?: string[] | undefined;
|
|
237
239
|
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-
|
|
4
|
+
import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-DmtsKLFI.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 { 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-
|
|
4
|
+
import { U as UserOrganisation, O as OrganisationBranch, M as MasterVehicle, b as MasterDriver } from '../../../user_organisation_service-DmtsKLFI.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,6 +121,9 @@ 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;
|
|
124
127
|
route_name: string;
|
|
125
128
|
route_code: string;
|
|
126
129
|
route_notes: string;
|
|
@@ -131,19 +134,16 @@ declare const MasterRouteSchema: z.ZodObject<{
|
|
|
131
134
|
pickup_end_stop_id: string;
|
|
132
135
|
drop_start_stop_id: string;
|
|
133
136
|
drop_end_stop_id: string;
|
|
137
|
+
}, {
|
|
134
138
|
status: Status;
|
|
135
139
|
organisation_id: string;
|
|
136
140
|
organisation_branch_id: string;
|
|
137
|
-
}, {
|
|
138
141
|
route_name: string;
|
|
139
142
|
route_status: Status;
|
|
140
143
|
pickup_start_stop_id: string;
|
|
141
144
|
pickup_end_stop_id: string;
|
|
142
145
|
drop_start_stop_id: string;
|
|
143
146
|
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,7 +186,6 @@ 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[];
|
|
190
189
|
status: Status[];
|
|
191
190
|
search: string;
|
|
192
191
|
paging: PAGING;
|
|
@@ -210,11 +209,11 @@ declare const MasterRouteQuerySchema: z.ZodObject<{
|
|
|
210
209
|
time_zone_id: string;
|
|
211
210
|
organisation_ids: string[];
|
|
212
211
|
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;
|
|
218
217
|
status?: Status[] | undefined;
|
|
219
218
|
search?: string | undefined;
|
|
220
219
|
paging?: PAGING | undefined;
|
|
@@ -236,6 +235,7 @@ declare const MasterRouteQuerySchema: z.ZodObject<{
|
|
|
236
235
|
include_master_data?: YesNo | undefined;
|
|
237
236
|
organisation_ids?: string[] | undefined;
|
|
238
237
|
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,10 +265,12 @@ 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;
|
|
269
268
|
status: Status;
|
|
270
269
|
organisation_id: string;
|
|
271
270
|
organisation_branch_id: string;
|
|
271
|
+
driver_id: string;
|
|
272
|
+
vehicle_id: string;
|
|
273
|
+
route_id: string;
|
|
272
274
|
schedule_name: string;
|
|
273
275
|
schedule_status: Status;
|
|
274
276
|
is_stops_finalized: YesNo;
|
|
@@ -286,14 +288,14 @@ declare const MasterFixedScheduleSchema: z.ZodObject<{
|
|
|
286
288
|
thursday: YesNo;
|
|
287
289
|
friday: YesNo;
|
|
288
290
|
saturday: YesNo;
|
|
289
|
-
vehicle_id: string;
|
|
290
|
-
driver_id: string;
|
|
291
291
|
attendant_id: string;
|
|
292
292
|
}, {
|
|
293
|
-
route_id: string;
|
|
294
293
|
status: Status;
|
|
295
294
|
organisation_id: string;
|
|
296
295
|
organisation_branch_id: string;
|
|
296
|
+
driver_id: string;
|
|
297
|
+
vehicle_id: string;
|
|
298
|
+
route_id: string;
|
|
297
299
|
schedule_name: string;
|
|
298
300
|
schedule_status: Status;
|
|
299
301
|
is_stops_finalized: YesNo;
|
|
@@ -305,8 +307,6 @@ declare const MasterFixedScheduleSchema: z.ZodObject<{
|
|
|
305
307
|
thursday: YesNo;
|
|
306
308
|
friday: YesNo;
|
|
307
309
|
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,9 +359,6 @@ 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[];
|
|
365
362
|
search: string;
|
|
366
363
|
paging: PAGING;
|
|
367
364
|
page_count: number;
|
|
@@ -384,18 +381,18 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
|
|
|
384
381
|
time_zone_id: string;
|
|
385
382
|
organisation_ids: string[];
|
|
386
383
|
organisation_branch_ids: string[];
|
|
387
|
-
route_ids: string[];
|
|
388
384
|
vehicle_ids: string[];
|
|
389
385
|
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;
|
|
399
396
|
search?: string | undefined;
|
|
400
397
|
paging?: PAGING | undefined;
|
|
401
398
|
page_count?: unknown;
|
|
@@ -416,9 +413,12 @@ declare const MasterFixedScheduleQuerySchema: z.ZodObject<{
|
|
|
416
413
|
include_master_data?: YesNo | undefined;
|
|
417
414
|
organisation_ids?: string[] | undefined;
|
|
418
415
|
organisation_branch_ids?: string[] | undefined;
|
|
419
|
-
route_ids?: string[] | undefined;
|
|
420
416
|
vehicle_ids?: string[] | undefined;
|
|
421
417
|
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
|
-
|
|
432
|
+
bus_stop_id: string;
|
|
433
433
|
stop_duration_seconds: number;
|
|
434
|
+
order_no: number;
|
|
434
435
|
travel_seconds_to_next_stop: number;
|
|
435
|
-
bus_stop_id: string;
|
|
436
436
|
}, {
|
|
437
437
|
bus_stop_id: string;
|
|
438
|
-
order_no?: unknown;
|
|
439
438
|
stop_duration_seconds?: unknown;
|
|
439
|
+
order_no?: 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;
|
|
448
449
|
stop_duration_seconds: number;
|
|
449
450
|
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
|
-
|
|
469
|
+
bus_stop_id: string;
|
|
470
470
|
stop_duration_seconds: number;
|
|
471
|
+
order_no: number;
|
|
471
472
|
travel_seconds_to_next_stop: number;
|
|
472
|
-
bus_stop_id: string;
|
|
473
473
|
}, {
|
|
474
474
|
bus_stop_id: string;
|
|
475
|
-
order_no?: unknown;
|
|
476
475
|
stop_duration_seconds?: unknown;
|
|
476
|
+
order_no?: unknown;
|
|
477
477
|
travel_seconds_to_next_stop?: unknown;
|
|
478
478
|
}>, "many">>>;
|
|
479
479
|
}, "strip", z.ZodTypeAny, {
|
|
480
|
-
route_id: string;
|
|
481
480
|
status: Status;
|
|
482
481
|
organisation_id: string;
|
|
483
482
|
organisation_branch_id: string;
|
|
484
|
-
leg: BusLeg;
|
|
485
483
|
MasterRouteStop: {
|
|
486
|
-
|
|
484
|
+
bus_stop_id: string;
|
|
487
485
|
stop_duration_seconds: number;
|
|
486
|
+
order_no: number;
|
|
488
487
|
travel_seconds_to_next_stop: number;
|
|
489
|
-
bus_stop_id: string;
|
|
490
488
|
}[];
|
|
491
|
-
}, {
|
|
492
489
|
route_id: string;
|
|
490
|
+
leg: BusLeg;
|
|
491
|
+
}, {
|
|
493
492
|
status: Status;
|
|
494
493
|
organisation_id: string;
|
|
495
494
|
organisation_branch_id: string;
|
|
495
|
+
route_id: string;
|
|
496
496
|
leg: BusLeg;
|
|
497
497
|
MasterRouteStop?: {
|
|
498
498
|
bus_stop_id: string;
|
|
499
|
-
order_no?: unknown;
|
|
500
499
|
stop_duration_seconds?: unknown;
|
|
500
|
+
order_no?: 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;
|
|
553
554
|
route_id: string;
|
|
554
555
|
leg: BusLeg;
|
|
555
|
-
bus_stop_id: string;
|
|
556
556
|
}, {
|
|
557
|
+
bus_stop_id: string;
|
|
557
558
|
route_id: string;
|
|
558
559
|
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,7 +592,6 @@ 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;
|
|
596
595
|
status: Status[];
|
|
597
596
|
search: string;
|
|
598
597
|
paging: PAGING;
|
|
@@ -614,10 +613,11 @@ declare const StudentNoStopQuerySchema: z.ZodObject<{
|
|
|
614
613
|
include_master_data: YesNo;
|
|
615
614
|
date_format_id: string;
|
|
616
615
|
time_zone_id: string;
|
|
617
|
-
}, {
|
|
618
616
|
route_id: string;
|
|
617
|
+
}, {
|
|
619
618
|
date_format_id: string;
|
|
620
619
|
time_zone_id: string;
|
|
620
|
+
route_id: string;
|
|
621
621
|
status?: Status[] | undefined;
|
|
622
622
|
search?: string | undefined;
|
|
623
623
|
paging?: PAGING | undefined;
|
|
@@ -672,7 +672,6 @@ 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;
|
|
676
675
|
status: Status[];
|
|
677
676
|
search: string;
|
|
678
677
|
paging: PAGING;
|
|
@@ -694,10 +693,11 @@ declare const StudentNoScheduleQuerySchema: z.ZodObject<{
|
|
|
694
693
|
include_master_data: YesNo;
|
|
695
694
|
date_format_id: string;
|
|
696
695
|
time_zone_id: string;
|
|
697
|
-
}, {
|
|
698
696
|
route_id: string;
|
|
697
|
+
}, {
|
|
699
698
|
date_format_id: string;
|
|
700
699
|
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
|
-
route_id: string;
|
|
727
726
|
student_ids: string[];
|
|
727
|
+
route_id: 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-
|
|
4
|
+
import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-DmtsKLFI.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-
|
|
4
|
+
import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-DmtsKLFI.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';
|
|
@@ -304,7 +304,6 @@ declare const StudentQuerySchema: z.ZodObject<{
|
|
|
304
304
|
time_zone_id: string;
|
|
305
305
|
organisation_ids: string[];
|
|
306
306
|
organisation_branch_ids: string[];
|
|
307
|
-
student_ids: string[];
|
|
308
307
|
class_ids: string[];
|
|
309
308
|
program_ids: string[];
|
|
310
309
|
section_ids: string[];
|
|
@@ -313,6 +312,7 @@ declare const StudentQuerySchema: z.ZodObject<{
|
|
|
313
312
|
year_ids: string[];
|
|
314
313
|
enrollment_status: EnrollmentStatus[];
|
|
315
314
|
transport_plan_type: TransportPlanType[];
|
|
315
|
+
student_ids: string[];
|
|
316
316
|
pickup_route_ids: string[];
|
|
317
317
|
drop_route_ids: string[];
|
|
318
318
|
pickup_route_stop_ids: string[];
|
|
@@ -343,7 +343,6 @@ declare const StudentQuerySchema: z.ZodObject<{
|
|
|
343
343
|
include_master_data?: YesNo | undefined;
|
|
344
344
|
organisation_ids?: string[] | undefined;
|
|
345
345
|
organisation_branch_ids?: string[] | undefined;
|
|
346
|
-
student_ids?: string[] | undefined;
|
|
347
346
|
class_ids?: string[] | undefined;
|
|
348
347
|
program_ids?: string[] | undefined;
|
|
349
348
|
section_ids?: string[] | undefined;
|
|
@@ -352,6 +351,7 @@ declare const StudentQuerySchema: z.ZodObject<{
|
|
|
352
351
|
year_ids?: string[] | undefined;
|
|
353
352
|
enrollment_status?: EnrollmentStatus[] | undefined;
|
|
354
353
|
transport_plan_type?: TransportPlanType[] | undefined;
|
|
354
|
+
student_ids?: string[] | undefined;
|
|
355
355
|
pickup_route_ids?: string[] | undefined;
|
|
356
356
|
drop_route_ids?: string[] | undefined;
|
|
357
357
|
pickup_route_stop_ids?: string[] | undefined;
|
|
@@ -464,11 +464,6 @@ 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
|
-
status: Status;
|
|
468
|
-
organisation_id: string;
|
|
469
|
-
organisation_branch_id: string;
|
|
470
|
-
student_id: string;
|
|
471
|
-
country_code: string;
|
|
472
467
|
address_line1: string;
|
|
473
468
|
address_line2: string;
|
|
474
469
|
locality_landmark: string;
|
|
@@ -478,21 +473,23 @@ declare const StudentAddressSchema: z.ZodObject<{
|
|
|
478
473
|
state_province_region: string;
|
|
479
474
|
postal_code: string;
|
|
480
475
|
country: string;
|
|
476
|
+
country_code: string;
|
|
481
477
|
google_location: string;
|
|
478
|
+
status: Status;
|
|
479
|
+
organisation_id: string;
|
|
480
|
+
organisation_branch_id: string;
|
|
482
481
|
notes: string;
|
|
482
|
+
student_id: string;
|
|
483
483
|
is_default: YesNo;
|
|
484
484
|
latitude?: number | undefined;
|
|
485
485
|
longitude?: number | undefined;
|
|
486
486
|
}, {
|
|
487
|
+
address_line1: string;
|
|
487
488
|
status: Status;
|
|
488
489
|
organisation_id: string;
|
|
489
490
|
organisation_branch_id: string;
|
|
490
491
|
student_id: string;
|
|
491
|
-
address_line1: string;
|
|
492
492
|
is_default: YesNo;
|
|
493
|
-
country_code?: string | undefined;
|
|
494
|
-
latitude?: unknown;
|
|
495
|
-
longitude?: unknown;
|
|
496
493
|
address_line2?: string | undefined;
|
|
497
494
|
locality_landmark?: string | undefined;
|
|
498
495
|
neighborhood?: string | undefined;
|
|
@@ -501,7 +498,10 @@ declare const StudentAddressSchema: z.ZodObject<{
|
|
|
501
498
|
state_province_region?: string | undefined;
|
|
502
499
|
postal_code?: string | undefined;
|
|
503
500
|
country?: string | undefined;
|
|
501
|
+
country_code?: string | undefined;
|
|
504
502
|
google_location?: string | undefined;
|
|
503
|
+
latitude?: unknown;
|
|
504
|
+
longitude?: unknown;
|
|
505
505
|
notes?: string | undefined;
|
|
506
506
|
}>;
|
|
507
507
|
type StudentAddressDTO = z.infer<typeof StudentAddressSchema>;
|
|
@@ -574,9 +574,9 @@ declare const StudentAddressQuerySchema: z.ZodObject<{
|
|
|
574
574
|
time_zone_id: string;
|
|
575
575
|
organisation_ids: string[];
|
|
576
576
|
organisation_branch_ids: string[];
|
|
577
|
-
student_ids: string[];
|
|
578
577
|
bus_stop_ids: string[];
|
|
579
578
|
is_default: YesNo[];
|
|
579
|
+
student_ids: string[];
|
|
580
580
|
student_address_ids: string[];
|
|
581
581
|
}, {
|
|
582
582
|
date_format_id: string;
|
|
@@ -602,9 +602,9 @@ 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
|
-
student_ids?: string[] | undefined;
|
|
606
605
|
bus_stop_ids?: string[] | undefined;
|
|
607
606
|
is_default?: YesNo[] | undefined;
|
|
607
|
+
student_ids?: string[] | undefined;
|
|
608
608
|
student_address_ids?: string[] | undefined;
|
|
609
609
|
}>;
|
|
610
610
|
type StudentAddressQueryDTO = z.infer<typeof StudentAddressQuerySchema>;
|
|
@@ -627,11 +627,11 @@ declare const StudentGuardianLinkSchema: z.ZodObject<{
|
|
|
627
627
|
status: Status;
|
|
628
628
|
organisation_id: string;
|
|
629
629
|
organisation_branch_id: string;
|
|
630
|
-
student_id: string;
|
|
631
630
|
email: string;
|
|
632
631
|
mobile: string;
|
|
633
632
|
notes: string;
|
|
634
633
|
relationship_id: string;
|
|
634
|
+
student_id: string;
|
|
635
635
|
photo_url: string;
|
|
636
636
|
photo_key: string;
|
|
637
637
|
photo_name: string;
|
|
@@ -642,9 +642,9 @@ declare const StudentGuardianLinkSchema: z.ZodObject<{
|
|
|
642
642
|
status: Status;
|
|
643
643
|
organisation_id: string;
|
|
644
644
|
organisation_branch_id: string;
|
|
645
|
-
student_id: string;
|
|
646
645
|
mobile: string;
|
|
647
646
|
relationship_id: string;
|
|
647
|
+
student_id: string;
|
|
648
648
|
is_primary: YesNo;
|
|
649
649
|
full_name: string;
|
|
650
650
|
email?: string | undefined;
|
|
@@ -972,8 +972,8 @@ declare const StudentLeaveRequestQuerySchema: z.ZodObject<{
|
|
|
972
972
|
time_zone_id: string;
|
|
973
973
|
organisation_ids: string[];
|
|
974
974
|
organisation_branch_ids: string[];
|
|
975
|
-
student_ids: string[];
|
|
976
975
|
approval_status: ApprovalStatus[];
|
|
976
|
+
student_ids: string[];
|
|
977
977
|
student_leave_request_ids: string[];
|
|
978
978
|
}, {
|
|
979
979
|
date_format_id: string;
|
|
@@ -999,8 +999,8 @@ declare const StudentLeaveRequestQuerySchema: z.ZodObject<{
|
|
|
999
999
|
include_master_data?: YesNo | undefined;
|
|
1000
1000
|
organisation_ids?: string[] | undefined;
|
|
1001
1001
|
organisation_branch_ids?: string[] | undefined;
|
|
1002
|
-
student_ids?: string[] | undefined;
|
|
1003
1002
|
approval_status?: ApprovalStatus[] | undefined;
|
|
1003
|
+
student_ids?: string[] | undefined;
|
|
1004
1004
|
student_leave_request_ids?: string[] | undefined;
|
|
1005
1005
|
}>;
|
|
1006
1006
|
type StudentLeaveRequestQueryDTO = z.infer<typeof StudentLeaveRequestQuerySchema>;
|
|
@@ -1114,8 +1114,8 @@ declare const StudentStopChangeRequestQuerySchema: z.ZodObject<{
|
|
|
1114
1114
|
time_zone_id: string;
|
|
1115
1115
|
organisation_ids: string[];
|
|
1116
1116
|
organisation_branch_ids: string[];
|
|
1117
|
-
student_ids: string[];
|
|
1118
1117
|
approval_status: ApprovalStatus[];
|
|
1118
|
+
student_ids: string[];
|
|
1119
1119
|
student_address_ids: string[];
|
|
1120
1120
|
student_stop_change_request_ids: string[];
|
|
1121
1121
|
}, {
|
|
@@ -1142,8 +1142,8 @@ declare const StudentStopChangeRequestQuerySchema: z.ZodObject<{
|
|
|
1142
1142
|
include_master_data?: YesNo | undefined;
|
|
1143
1143
|
organisation_ids?: string[] | undefined;
|
|
1144
1144
|
organisation_branch_ids?: string[] | undefined;
|
|
1145
|
-
student_ids?: string[] | undefined;
|
|
1146
1145
|
approval_status?: ApprovalStatus[] | undefined;
|
|
1146
|
+
student_ids?: string[] | undefined;
|
|
1147
1147
|
student_address_ids?: string[] | undefined;
|
|
1148
1148
|
student_stop_change_request_ids?: string[] | undefined;
|
|
1149
1149
|
}>;
|