vms-nest-prisma-api-document 110.0.0 → 130.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 (94) hide show
  1. package/dist/core/Enums.d.ts +34 -1
  2. package/dist/core/Enums.js +47 -0
  3. package/dist/services/account/bookmark_service.d.ts +9 -9
  4. package/dist/services/account/notification_preferences.service.d.ts +11 -11
  5. package/dist/services/account/report_preferences.service.d.ts +24 -24
  6. package/dist/services/account/ticket_service.d.ts +2 -2
  7. package/dist/services/fleet/bus_mangement/bus_stop.d.ts +250 -0
  8. package/dist/services/fleet/bus_mangement/bus_stop.js +453 -0
  9. package/dist/services/fleet/bus_mangement/calender.d.ts +145 -0
  10. package/dist/services/fleet/bus_mangement/calender.js +342 -0
  11. package/dist/services/fleet/bus_mangement/master_route.d.ts +801 -0
  12. package/dist/services/fleet/bus_mangement/master_route.js +763 -0
  13. package/dist/services/fleet/bus_mangement/notice_board.d.ts +138 -0
  14. package/dist/services/fleet/bus_mangement/notice_board.js +329 -0
  15. package/dist/services/fleet/bus_mangement/student.d.ts +1192 -0
  16. package/dist/services/fleet/bus_mangement/student.js +948 -0
  17. package/dist/services/fleet/fuel_management/fleet_fuel_daily_summary_service.d.ts +1 -1
  18. package/dist/services/fleet/fuel_management/fleet_fuel_refill_service.d.ts +1 -1
  19. package/dist/services/fleet/fuel_management/fleet_fuel_removal_service.d.ts +1 -1
  20. package/dist/services/gps/features/geofence/gps_geofence_service.d.ts +1 -1
  21. package/dist/services/gps/features/geofence/gps_geofence_transaction_service.d.ts +6 -6
  22. package/dist/services/gps/features/geofence/gps_geofence_transaction_summary_service.d.ts +7 -7
  23. package/dist/services/gps/features/geofence/trip_geofence_to_geofence_service.d.ts +2 -2
  24. package/dist/services/gps/features/gps_live_track_share_link_service.d.ts +1 -1
  25. package/dist/services/gps/features/gps_track_history_share_link_service.d.ts +1 -1
  26. package/dist/services/main/devices/master_device_service.d.ts +1 -1
  27. package/dist/services/main/drivers/master_driver_service.d.ts +1 -1
  28. package/dist/services/main/sims/master_sim_service.d.ts +1 -1
  29. package/dist/services/main/users/auth_service.d.ts +1 -1
  30. package/dist/services/main/users/user_organisation_service.d.ts +1 -1
  31. package/dist/services/main/users/user_service.d.ts +1 -1
  32. package/dist/services/main/vehicle/childs/vehicle_odometer_history.d.ts +1 -1
  33. package/dist/services/main/vehicle/master_vehicle_service.d.ts +1 -1
  34. package/dist/services/main/vehicle/master_vehicle_service.js +8 -1
  35. package/dist/services/master/bus/master_class_service.d.ts +2 -2
  36. package/dist/services/master/bus/master_program_service.d.ts +4 -4
  37. package/dist/services/master/bus/master_relationship_service.d.ts +2 -2
  38. package/dist/services/master/bus/master_section_service.d.ts +2 -2
  39. package/dist/services/master/bus/master_semester_service.d.ts +2 -2
  40. package/dist/services/master/bus/master_stream_service.d.ts +2 -2
  41. package/dist/services/master/bus/master_year_service.d.ts +2 -2
  42. package/dist/services/master/device/master_device_manufacturer_service.d.ts +1 -1
  43. package/dist/services/master/device/master_device_model_service.d.ts +1 -1
  44. package/dist/services/master/device/master_device_type_service.d.ts +1 -1
  45. package/dist/services/master/expense/master_expense_name_service.d.ts +1 -1
  46. package/dist/services/master/expense/master_expense_type_service.d.ts +1 -1
  47. package/dist/services/master/expense/master_fuel_company_service.d.ts +6 -6
  48. package/dist/services/master/expense/master_vendor_document_type_service.d.ts +3 -3
  49. package/dist/services/master/expense/master_vendor_type_service.d.ts +1 -1
  50. package/dist/services/master/fleet/master_fleet_incident_severity_service.d.ts +1 -1
  51. package/dist/services/master/fleet/master_fleet_incident_status_service.d.ts +1 -1
  52. package/dist/services/master/fleet/master_fleet_incident_type_service.d.ts +1 -1
  53. package/dist/services/master/fleet/master_fleet_insurance_claim_status_service.d.ts +1 -1
  54. package/dist/services/master/fleet/master_fleet_service_task_service.d.ts +1 -1
  55. package/dist/services/master/main/master_main_country_service.d.ts +1 -1
  56. package/dist/services/master/main/master_main_currency_service.d.ts +1 -1
  57. package/dist/services/master/main/master_main_date_format_service.d.ts +1 -1
  58. package/dist/services/master/main/master_main_industry_service.d.ts +1 -1
  59. package/dist/services/master/main/master_main_landmark_service.d.ts +1 -1
  60. package/dist/services/master/main/master_main_language_service.d.ts +1 -1
  61. package/dist/services/master/main/master_main_state_service.d.ts +1 -1
  62. package/dist/services/master/main/master_main_timezone_service.d.ts +1 -1
  63. package/dist/services/master/main/master_main_unit_distance_service.d.ts +1 -1
  64. package/dist/services/master/main/master_main_unit_mileage_service.d.ts +1 -1
  65. package/dist/services/master/main/master_main_unit_volume_service.d.ts +1 -1
  66. package/dist/services/master/organisation/organisation_branch_service.d.ts +1 -1
  67. package/dist/services/master/organisation/organisation_color_service.d.ts +1 -1
  68. package/dist/services/master/organisation/organisation_group_service.d.ts +1 -1
  69. package/dist/services/master/organisation/organisation_sub_company_service.d.ts +1 -1
  70. package/dist/services/master/organisation/organisation_tag_service.d.ts +1 -1
  71. package/dist/services/master/spare_part/master_spare_part_category_service.d.ts +1 -1
  72. package/dist/services/master/spare_part/master_spare_part_sub_category_service.d.ts +1 -1
  73. package/dist/services/master/spare_part/master_spare_part_unit_service.d.ts +1 -1
  74. package/dist/services/master/trip/master_trip_party_type_service.d.ts +1 -1
  75. package/dist/services/master/tyre/master_tyre_grade_service.d.ts +1 -1
  76. package/dist/services/master/tyre/master_tyre_make_service.d.ts +1 -1
  77. package/dist/services/master/tyre/master_tyre_model_service.d.ts +1 -1
  78. package/dist/services/master/user/master_user_role_service.d.ts +1 -1
  79. package/dist/services/master/user/master_user_status_service.d.ts +1 -1
  80. package/dist/services/master/vehicle/master_vehicle_associated_to_service.d.ts +1 -1
  81. package/dist/services/master/vehicle/master_vehicle_document_type_service.d.ts +1 -1
  82. package/dist/services/master/vehicle/master_vehicle_fuel_removal_reason_service.d.ts +1 -1
  83. package/dist/services/master/vehicle/master_vehicle_fuel_type_service.d.ts +1 -1
  84. package/dist/services/master/vehicle/master_vehicle_fuel_unit_service.d.ts +1 -1
  85. package/dist/services/master/vehicle/master_vehicle_make_service.d.ts +1 -1
  86. package/dist/services/master/vehicle/master_vehicle_model_service.d.ts +1 -1
  87. package/dist/services/master/vehicle/master_vehicle_ownership_type_service.d.ts +1 -1
  88. package/dist/services/master/vehicle/master_vehicle_status_type_service.d.ts +1 -1
  89. package/dist/services/master/vehicle/master_vehicle_sub_model_service.d.ts +1 -1
  90. package/dist/services/master/vehicle/master_vehicle_type_service.d.ts +1 -1
  91. package/dist/services/website/contact_us_detail_service.d.ts +1 -1
  92. package/dist/services/website/faq_service.d.ts +1 -1
  93. package/dist/{user_organisation_service-Dkh1nIGX.d.ts → user_organisation_service-CTYXHeOC.d.ts} +31 -30
  94. package/package.json +1 -1
@@ -0,0 +1,1192 @@
1
+ import { EnrollmentStatus, TransportPlanType, Status, YesNo, StudentLeaveType, ApprovalStatus, PAGING, LoadParents, LoadChild, LoadChildCount, OrderBy } from '../../../core/Enums.js';
2
+ import { FBR, SBR } from '../../../core/BaseResponse.js';
3
+ import { z } from 'zod';
4
+ import { U as UserOrganisation, O as OrganisationBranch } from '../../../user_organisation_service-CTYXHeOC.js';
5
+ import { MasterClass } from '../../master/bus/master_class_service.js';
6
+ import { MasterProgram } from '../../master/bus/master_program_service.js';
7
+ import { MasterSection } from '../../master/bus/master_section_service.js';
8
+ import { MasterSemester } from '../../master/bus/master_semester_service.js';
9
+ import { MasterStream } from '../../master/bus/master_stream_service.js';
10
+ import { MasterYear } from '../../master/bus/master_year_service.js';
11
+ import { MasterRelationship } from '../../master/bus/master_relationship_service.js';
12
+ import '../../../zod_utils/zod_base_schema.js';
13
+ import '../../master/main/master_main_sim_provider_service.js';
14
+
15
+ interface Student extends Record<string, unknown> {
16
+ student_id: string;
17
+ photo_url?: string;
18
+ photo_key?: string;
19
+ photo_name?: string;
20
+ admission_registration_number?: string;
21
+ roll_number?: string;
22
+ first_name: string;
23
+ last_name?: string;
24
+ mobile_number?: string;
25
+ email?: string;
26
+ dob: string;
27
+ gender?: string;
28
+ blood_group?: string;
29
+ special_notes?: string;
30
+ enrollment_status: EnrollmentStatus;
31
+ transport_plan_type: TransportPlanType;
32
+ pickup_route_id?: string;
33
+ drop_route_id?: string;
34
+ pickup_route_stop_id?: string;
35
+ drop_route_stop_id?: string;
36
+ pickup_fixed_schedule_id?: string;
37
+ drop_fixed_schedule_id?: string;
38
+ status: Status;
39
+ added_date_time?: string;
40
+ modified_date_time?: string;
41
+ organisation_id: string;
42
+ UserOrganisation?: UserOrganisation;
43
+ organisation_branch_id: string;
44
+ OrganisationBranch?: OrganisationBranch;
45
+ program_id?: string;
46
+ MasterProgram?: MasterProgram;
47
+ stream_id?: string;
48
+ MasterStream?: MasterStream;
49
+ year_id?: string;
50
+ MasterYear?: MasterYear;
51
+ semester_id?: string;
52
+ MasterSemester?: MasterSemester;
53
+ class_id?: string;
54
+ MasterClass?: MasterClass;
55
+ section_id?: string;
56
+ MasterSection?: MasterSection;
57
+ _count?: Record<string, number>;
58
+ }
59
+ interface StudentAddress extends Record<string, unknown> {
60
+ student_address_id: string;
61
+ address_line1: string;
62
+ address_line2?: string;
63
+ locality_landmark?: string;
64
+ neighborhood?: string;
65
+ town_city?: string;
66
+ district_county?: string;
67
+ state_province_region?: string;
68
+ postal_code?: string;
69
+ country?: string;
70
+ country_code?: string;
71
+ google_location?: string;
72
+ latitude?: number;
73
+ longitude?: number;
74
+ bus_stop_id?: string;
75
+ stop_name?: string;
76
+ is_default: YesNo;
77
+ notes?: string;
78
+ status: Status;
79
+ added_date_time?: string;
80
+ modified_date_time?: string;
81
+ organisation_id: string;
82
+ UserOrganisation?: UserOrganisation;
83
+ organisation_branch_id: string;
84
+ OrganisationBranch?: OrganisationBranch;
85
+ student_id: string;
86
+ Student?: Student;
87
+ }
88
+ interface StudentLeaveRequest extends Record<string, unknown> {
89
+ student_leave_request_id: string;
90
+ date_from: string;
91
+ date_to: string;
92
+ leave_type: StudentLeaveType;
93
+ reason?: string;
94
+ organisation_id: string;
95
+ UserOrganisation?: UserOrganisation;
96
+ organisation_branch_id: string;
97
+ OrganisationBranch?: OrganisationBranch;
98
+ student_id: string;
99
+ Student?: Student;
100
+ }
101
+ interface StudentStopChangeRequest extends Record<string, unknown> {
102
+ student_stop_change_request_id: string;
103
+ change_pickup: YesNo;
104
+ change_drop: YesNo;
105
+ is_temporary: YesNo;
106
+ apply_from: string;
107
+ apply_until?: string;
108
+ reason?: string;
109
+ approval_status: ApprovalStatus;
110
+ approval_notes?: string;
111
+ approval_date?: string;
112
+ status: Status;
113
+ organisation_id: string;
114
+ UserOrganisation?: UserOrganisation;
115
+ organisation_branch_id: string;
116
+ OrganisationBranch?: OrganisationBranch;
117
+ student_id: string;
118
+ Student?: Student;
119
+ student_address_id: string;
120
+ StudentAddress?: StudentAddress;
121
+ }
122
+ interface StudentGuardianLink extends Record<string, unknown> {
123
+ student_guardian_link_id: string;
124
+ is_primary: YesNo;
125
+ notes?: string;
126
+ full_name: string;
127
+ mobile: string;
128
+ email?: string;
129
+ alternative_mobile?: string;
130
+ photo_url?: string;
131
+ photo_key?: string;
132
+ photo_name?: string;
133
+ organisation_id: string;
134
+ UserOrganisation?: UserOrganisation;
135
+ organisation_branch_id: string;
136
+ OrganisationBranch?: OrganisationBranch;
137
+ student_id: string;
138
+ Student?: Student;
139
+ relationship_id: string;
140
+ MasterRelationship?: MasterRelationship;
141
+ relationship_name?: string;
142
+ status: Status;
143
+ }
144
+ declare const StudentSchema: z.ZodObject<{
145
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
146
+ organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
147
+ program_id: z.ZodEffects<z.ZodString, string, string>;
148
+ stream_id: z.ZodEffects<z.ZodString, string, string>;
149
+ year_id: z.ZodEffects<z.ZodString, string, string>;
150
+ semester_id: z.ZodEffects<z.ZodString, string, string>;
151
+ class_id: z.ZodEffects<z.ZodString, string, string>;
152
+ section_id: z.ZodEffects<z.ZodString, string, string>;
153
+ photo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
154
+ photo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
155
+ photo_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
156
+ admission_registration_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
157
+ roll_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
158
+ first_name: z.ZodEffects<z.ZodString, string, string>;
159
+ last_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
160
+ mobile_number: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
161
+ email: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
162
+ dob: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
163
+ gender: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
164
+ blood_group: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
165
+ special_notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
166
+ enrollment_status: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof EnrollmentStatus>>>;
167
+ transport_plan_type: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof TransportPlanType>>>;
168
+ change_reason: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
169
+ }, "strip", z.ZodTypeAny, {
170
+ organisation_id: string;
171
+ organisation_branch_id: string;
172
+ first_name: string;
173
+ last_name: string;
174
+ email: string;
175
+ class_id: string;
176
+ program_id: string;
177
+ section_id: string;
178
+ semester_id: string;
179
+ stream_id: string;
180
+ year_id: string;
181
+ photo_url: string;
182
+ photo_key: string;
183
+ photo_name: string;
184
+ admission_registration_number: string;
185
+ roll_number: string;
186
+ mobile_number: string;
187
+ dob: string;
188
+ gender: string;
189
+ blood_group: string;
190
+ special_notes: string;
191
+ enrollment_status: EnrollmentStatus;
192
+ transport_plan_type: TransportPlanType;
193
+ change_reason: string;
194
+ }, {
195
+ organisation_id: string;
196
+ organisation_branch_id: string;
197
+ first_name: string;
198
+ class_id: string;
199
+ program_id: string;
200
+ section_id: string;
201
+ semester_id: string;
202
+ stream_id: string;
203
+ year_id: string;
204
+ last_name?: string | undefined;
205
+ email?: string | undefined;
206
+ photo_url?: string | undefined;
207
+ photo_key?: string | undefined;
208
+ photo_name?: string | undefined;
209
+ admission_registration_number?: string | undefined;
210
+ roll_number?: string | undefined;
211
+ mobile_number?: string | undefined;
212
+ dob?: string | undefined;
213
+ gender?: string | undefined;
214
+ blood_group?: string | undefined;
215
+ special_notes?: string | undefined;
216
+ enrollment_status?: EnrollmentStatus | undefined;
217
+ transport_plan_type?: TransportPlanType | undefined;
218
+ change_reason?: string | undefined;
219
+ }>;
220
+ type StudentDTO = z.infer<typeof StudentSchema>;
221
+ declare const StudentProfilePictureSchema: z.ZodObject<{
222
+ photo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
223
+ photo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
224
+ photo_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
225
+ }, "strip", z.ZodTypeAny, {
226
+ photo_url: string;
227
+ photo_key: string;
228
+ photo_name: string;
229
+ }, {
230
+ photo_url?: string | undefined;
231
+ photo_key?: string | undefined;
232
+ photo_name?: string | undefined;
233
+ }>;
234
+ type StudentProfilePictureDTO = z.infer<typeof StudentProfilePictureSchema>;
235
+ declare const StudentQuerySchema: z.ZodObject<{
236
+ search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
237
+ status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
238
+ paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
239
+ page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
240
+ page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
241
+ load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
242
+ load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
243
+ load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
244
+ load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
245
+ load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
246
+ load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
247
+ include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
248
+ where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
249
+ order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
250
+ name: z.ZodEffects<z.ZodString, string, string>;
251
+ field: z.ZodEffects<z.ZodString, string, string>;
252
+ direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
253
+ }, "strip", z.ZodTypeAny, {
254
+ name: string;
255
+ field: string;
256
+ direction: OrderBy;
257
+ }, {
258
+ name: string;
259
+ field: string;
260
+ direction: OrderBy;
261
+ }>, "many">>>;
262
+ include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
263
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
264
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
265
+ } & {
266
+ organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
267
+ organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
268
+ program_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
269
+ stream_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
270
+ year_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
271
+ semester_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
272
+ class_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
273
+ section_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
274
+ student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
275
+ pickup_route_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
276
+ drop_route_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
277
+ pickup_route_stop_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
278
+ drop_route_stop_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
279
+ pickup_fixed_schedule_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
280
+ drop_fixed_schedule_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
281
+ enrollment_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof EnrollmentStatus>, "many">>>;
282
+ transport_plan_type: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof TransportPlanType>, "many">>>;
283
+ }, "strip", z.ZodTypeAny, {
284
+ status: Status[];
285
+ search: string;
286
+ paging: PAGING;
287
+ page_count: number;
288
+ page_index: number;
289
+ load_parents: LoadParents;
290
+ load_parents_list: string[];
291
+ load_child: LoadChild;
292
+ load_child_list: string[];
293
+ load_child_count: LoadChildCount;
294
+ load_child_count_list: string[];
295
+ include_details: Record<string, any>;
296
+ where_relations: Record<string, any>;
297
+ order_by: {
298
+ name: string;
299
+ field: string;
300
+ direction: OrderBy;
301
+ }[];
302
+ include_master_data: YesNo;
303
+ date_format_id: string;
304
+ time_zone_id: string;
305
+ organisation_ids: string[];
306
+ organisation_branch_ids: string[];
307
+ class_ids: string[];
308
+ program_ids: string[];
309
+ section_ids: string[];
310
+ semester_ids: string[];
311
+ stream_ids: string[];
312
+ year_ids: string[];
313
+ enrollment_status: EnrollmentStatus[];
314
+ transport_plan_type: TransportPlanType[];
315
+ student_ids: string[];
316
+ pickup_route_ids: string[];
317
+ drop_route_ids: string[];
318
+ pickup_route_stop_ids: string[];
319
+ drop_route_stop_ids: string[];
320
+ pickup_fixed_schedule_ids: string[];
321
+ drop_fixed_schedule_ids: string[];
322
+ }, {
323
+ date_format_id: string;
324
+ time_zone_id: string;
325
+ status?: Status[] | undefined;
326
+ search?: string | undefined;
327
+ paging?: PAGING | undefined;
328
+ page_count?: unknown;
329
+ page_index?: unknown;
330
+ load_parents?: LoadParents | undefined;
331
+ load_parents_list?: string[] | undefined;
332
+ load_child?: LoadChild | undefined;
333
+ load_child_list?: string[] | undefined;
334
+ load_child_count?: LoadChildCount | undefined;
335
+ load_child_count_list?: string[] | undefined;
336
+ include_details?: Record<string, any> | undefined;
337
+ where_relations?: Record<string, any> | undefined;
338
+ order_by?: {
339
+ name: string;
340
+ field: string;
341
+ direction: OrderBy;
342
+ }[] | undefined;
343
+ include_master_data?: YesNo | undefined;
344
+ organisation_ids?: string[] | undefined;
345
+ organisation_branch_ids?: string[] | undefined;
346
+ class_ids?: string[] | undefined;
347
+ program_ids?: string[] | undefined;
348
+ section_ids?: string[] | undefined;
349
+ semester_ids?: string[] | undefined;
350
+ stream_ids?: string[] | undefined;
351
+ year_ids?: string[] | undefined;
352
+ enrollment_status?: EnrollmentStatus[] | undefined;
353
+ transport_plan_type?: TransportPlanType[] | undefined;
354
+ student_ids?: string[] | undefined;
355
+ pickup_route_ids?: string[] | undefined;
356
+ drop_route_ids?: string[] | undefined;
357
+ pickup_route_stop_ids?: string[] | undefined;
358
+ drop_route_stop_ids?: string[] | undefined;
359
+ pickup_fixed_schedule_ids?: string[] | undefined;
360
+ drop_fixed_schedule_ids?: string[] | undefined;
361
+ }>;
362
+ type StudentQueryDTO = z.infer<typeof StudentQuerySchema>;
363
+ declare const StudentNoRouteQuerySchema: z.ZodObject<{
364
+ search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
365
+ status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
366
+ paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
367
+ page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
368
+ page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
369
+ load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
370
+ load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
371
+ load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
372
+ load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
373
+ load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
374
+ load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
375
+ include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
376
+ where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
377
+ order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
378
+ name: z.ZodEffects<z.ZodString, string, string>;
379
+ field: z.ZodEffects<z.ZodString, string, string>;
380
+ direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
381
+ }, "strip", z.ZodTypeAny, {
382
+ name: string;
383
+ field: string;
384
+ direction: OrderBy;
385
+ }, {
386
+ name: string;
387
+ field: string;
388
+ direction: OrderBy;
389
+ }>, "many">>>;
390
+ include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
391
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
392
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
393
+ } & {
394
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
395
+ organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
396
+ }, "strip", z.ZodTypeAny, {
397
+ status: Status[];
398
+ organisation_id: string;
399
+ organisation_branch_id: string;
400
+ search: string;
401
+ paging: PAGING;
402
+ page_count: number;
403
+ page_index: number;
404
+ load_parents: LoadParents;
405
+ load_parents_list: string[];
406
+ load_child: LoadChild;
407
+ load_child_list: string[];
408
+ load_child_count: LoadChildCount;
409
+ load_child_count_list: string[];
410
+ include_details: Record<string, any>;
411
+ where_relations: Record<string, any>;
412
+ order_by: {
413
+ name: string;
414
+ field: string;
415
+ direction: OrderBy;
416
+ }[];
417
+ include_master_data: YesNo;
418
+ date_format_id: string;
419
+ time_zone_id: string;
420
+ }, {
421
+ organisation_id: string;
422
+ organisation_branch_id: string;
423
+ date_format_id: string;
424
+ time_zone_id: string;
425
+ status?: Status[] | undefined;
426
+ search?: string | undefined;
427
+ paging?: PAGING | undefined;
428
+ page_count?: unknown;
429
+ page_index?: unknown;
430
+ load_parents?: LoadParents | undefined;
431
+ load_parents_list?: string[] | undefined;
432
+ load_child?: LoadChild | undefined;
433
+ load_child_list?: string[] | undefined;
434
+ load_child_count?: LoadChildCount | undefined;
435
+ load_child_count_list?: string[] | undefined;
436
+ include_details?: Record<string, any> | undefined;
437
+ where_relations?: Record<string, any> | undefined;
438
+ order_by?: {
439
+ name: string;
440
+ field: string;
441
+ direction: OrderBy;
442
+ }[] | undefined;
443
+ include_master_data?: YesNo | undefined;
444
+ }>;
445
+ type StudentNoRouteQueryDTO = z.infer<typeof StudentNoRouteQuerySchema>;
446
+ declare const StudentAddressSchema: z.ZodObject<{
447
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
448
+ organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
449
+ student_id: z.ZodEffects<z.ZodString, string, string>;
450
+ address_line1: z.ZodEffects<z.ZodString, string, string>;
451
+ address_line2: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
452
+ locality_landmark: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
453
+ neighborhood: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
454
+ town_city: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
455
+ district_county: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
456
+ state_province_region: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
457
+ postal_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
458
+ country: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
459
+ country_code: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
460
+ google_location: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
461
+ latitude: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
462
+ longitude: z.ZodOptional<z.ZodEffects<z.ZodDefault<z.ZodNumber>, number, unknown>>;
463
+ is_default: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
464
+ notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
465
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
466
+ }, "strip", z.ZodTypeAny, {
467
+ address_line1: string;
468
+ address_line2: string;
469
+ locality_landmark: string;
470
+ neighborhood: string;
471
+ town_city: string;
472
+ district_county: string;
473
+ state_province_region: string;
474
+ postal_code: string;
475
+ 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
+ is_default: YesNo;
484
+ latitude?: number | undefined;
485
+ longitude?: number | undefined;
486
+ }, {
487
+ address_line1: string;
488
+ status: Status;
489
+ organisation_id: string;
490
+ organisation_branch_id: string;
491
+ student_id: string;
492
+ is_default: YesNo;
493
+ address_line2?: string | undefined;
494
+ locality_landmark?: string | undefined;
495
+ neighborhood?: string | undefined;
496
+ town_city?: string | undefined;
497
+ district_county?: string | undefined;
498
+ state_province_region?: string | undefined;
499
+ postal_code?: string | undefined;
500
+ country?: string | undefined;
501
+ country_code?: string | undefined;
502
+ google_location?: string | undefined;
503
+ latitude?: unknown;
504
+ longitude?: unknown;
505
+ notes?: string | undefined;
506
+ }>;
507
+ type StudentAddressDTO = z.infer<typeof StudentAddressSchema>;
508
+ declare const StudentAddressBusStopAssignSchema: z.ZodObject<{
509
+ bus_stop_id: z.ZodEffects<z.ZodString, string, string>;
510
+ }, "strip", z.ZodTypeAny, {
511
+ bus_stop_id: string;
512
+ }, {
513
+ bus_stop_id: string;
514
+ }>;
515
+ type StudentAddressBusStopAssignDTO = z.infer<typeof StudentAddressBusStopAssignSchema>;
516
+ declare const StudentAddressQuerySchema: z.ZodObject<{
517
+ search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
518
+ status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
519
+ paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
520
+ page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
521
+ page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
522
+ load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
523
+ load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
524
+ load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
525
+ load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
526
+ load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
527
+ load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
528
+ include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
529
+ where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
530
+ order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
531
+ name: z.ZodEffects<z.ZodString, string, string>;
532
+ field: z.ZodEffects<z.ZodString, string, string>;
533
+ direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
534
+ }, "strip", z.ZodTypeAny, {
535
+ name: string;
536
+ field: string;
537
+ direction: OrderBy;
538
+ }, {
539
+ name: string;
540
+ field: string;
541
+ direction: OrderBy;
542
+ }>, "many">>>;
543
+ include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
544
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
545
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
546
+ } & {
547
+ organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
548
+ organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
549
+ student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
550
+ bus_stop_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
551
+ student_address_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
552
+ is_default: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof YesNo>, "many">>>;
553
+ }, "strip", z.ZodTypeAny, {
554
+ status: Status[];
555
+ search: string;
556
+ paging: PAGING;
557
+ page_count: number;
558
+ page_index: number;
559
+ load_parents: LoadParents;
560
+ load_parents_list: string[];
561
+ load_child: LoadChild;
562
+ load_child_list: string[];
563
+ load_child_count: LoadChildCount;
564
+ load_child_count_list: string[];
565
+ include_details: Record<string, any>;
566
+ where_relations: Record<string, any>;
567
+ order_by: {
568
+ name: string;
569
+ field: string;
570
+ direction: OrderBy;
571
+ }[];
572
+ include_master_data: YesNo;
573
+ date_format_id: string;
574
+ time_zone_id: string;
575
+ organisation_ids: string[];
576
+ organisation_branch_ids: string[];
577
+ bus_stop_ids: string[];
578
+ is_default: YesNo[];
579
+ student_ids: string[];
580
+ student_address_ids: string[];
581
+ }, {
582
+ date_format_id: string;
583
+ time_zone_id: string;
584
+ status?: Status[] | undefined;
585
+ search?: string | undefined;
586
+ paging?: PAGING | undefined;
587
+ page_count?: unknown;
588
+ page_index?: unknown;
589
+ load_parents?: LoadParents | undefined;
590
+ load_parents_list?: string[] | undefined;
591
+ load_child?: LoadChild | undefined;
592
+ load_child_list?: string[] | undefined;
593
+ load_child_count?: LoadChildCount | undefined;
594
+ load_child_count_list?: string[] | undefined;
595
+ include_details?: Record<string, any> | undefined;
596
+ where_relations?: Record<string, any> | undefined;
597
+ order_by?: {
598
+ name: string;
599
+ field: string;
600
+ direction: OrderBy;
601
+ }[] | undefined;
602
+ include_master_data?: YesNo | undefined;
603
+ organisation_ids?: string[] | undefined;
604
+ organisation_branch_ids?: string[] | undefined;
605
+ bus_stop_ids?: string[] | undefined;
606
+ is_default?: YesNo[] | undefined;
607
+ student_ids?: string[] | undefined;
608
+ student_address_ids?: string[] | undefined;
609
+ }>;
610
+ type StudentAddressQueryDTO = z.infer<typeof StudentAddressQuerySchema>;
611
+ declare const StudentGuardianLinkSchema: z.ZodObject<{
612
+ is_primary: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
613
+ notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
614
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
615
+ organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
616
+ student_id: z.ZodEffects<z.ZodString, string, string>;
617
+ relationship_id: z.ZodEffects<z.ZodString, string, string>;
618
+ photo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
619
+ photo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
620
+ photo_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
621
+ full_name: z.ZodEffects<z.ZodString, string, string>;
622
+ mobile: z.ZodEffects<z.ZodString, string, string>;
623
+ email: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
624
+ alternative_mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
625
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
626
+ }, "strip", z.ZodTypeAny, {
627
+ status: Status;
628
+ organisation_id: string;
629
+ organisation_branch_id: string;
630
+ email: string;
631
+ mobile: string;
632
+ notes: string;
633
+ relationship_id: string;
634
+ student_id: string;
635
+ photo_url: string;
636
+ photo_key: string;
637
+ photo_name: string;
638
+ is_primary: YesNo;
639
+ full_name: string;
640
+ alternative_mobile: string;
641
+ }, {
642
+ status: Status;
643
+ organisation_id: string;
644
+ organisation_branch_id: string;
645
+ mobile: string;
646
+ relationship_id: string;
647
+ student_id: string;
648
+ is_primary: YesNo;
649
+ full_name: string;
650
+ email?: string | undefined;
651
+ notes?: string | undefined;
652
+ photo_url?: string | undefined;
653
+ photo_key?: string | undefined;
654
+ photo_name?: string | undefined;
655
+ alternative_mobile?: string | undefined;
656
+ }>;
657
+ type StudentGuardianLinkDTO = z.infer<typeof StudentGuardianLinkSchema>;
658
+ declare const GuardianProfilePictureSchema: z.ZodObject<{
659
+ photo_url: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
660
+ photo_key: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
661
+ photo_name: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
662
+ }, "strip", z.ZodTypeAny, {
663
+ photo_url: string;
664
+ photo_key: string;
665
+ photo_name: string;
666
+ }, {
667
+ photo_url?: string | undefined;
668
+ photo_key?: string | undefined;
669
+ photo_name?: string | undefined;
670
+ }>;
671
+ type GuardianProfilePictureDTO = z.infer<typeof GuardianProfilePictureSchema>;
672
+ declare const GuardianDetailsSchema: z.ZodObject<{
673
+ full_name: z.ZodEffects<z.ZodString, string, string>;
674
+ email: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
675
+ alternative_mobile: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
676
+ }, "strip", z.ZodTypeAny, {
677
+ email: string;
678
+ full_name: string;
679
+ alternative_mobile: string;
680
+ }, {
681
+ full_name: string;
682
+ email?: string | undefined;
683
+ alternative_mobile?: string | undefined;
684
+ }>;
685
+ type GuardianDetailsDTO = z.infer<typeof GuardianDetailsSchema>;
686
+ declare const GuardianMobileNumberSchema: z.ZodObject<{
687
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
688
+ organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
689
+ old_mobile: z.ZodEffects<z.ZodString, string, string>;
690
+ new_mobile: z.ZodEffects<z.ZodString, string, string>;
691
+ }, "strip", z.ZodTypeAny, {
692
+ organisation_id: string;
693
+ organisation_branch_id: string;
694
+ old_mobile: string;
695
+ new_mobile: string;
696
+ }, {
697
+ organisation_id: string;
698
+ organisation_branch_id: string;
699
+ old_mobile: string;
700
+ new_mobile: string;
701
+ }>;
702
+ type GuardianMobileNumberDTO = z.infer<typeof GuardianMobileNumberSchema>;
703
+ declare const StudentGuardianLinkQuerySchema: z.ZodObject<{
704
+ search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
705
+ status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
706
+ paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
707
+ page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
708
+ page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
709
+ load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
710
+ load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
711
+ load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
712
+ load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
713
+ load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
714
+ load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
715
+ include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
716
+ where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
717
+ order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
718
+ name: z.ZodEffects<z.ZodString, string, string>;
719
+ field: z.ZodEffects<z.ZodString, string, string>;
720
+ direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
721
+ }, "strip", z.ZodTypeAny, {
722
+ name: string;
723
+ field: string;
724
+ direction: OrderBy;
725
+ }, {
726
+ name: string;
727
+ field: string;
728
+ direction: OrderBy;
729
+ }>, "many">>>;
730
+ include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
731
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
732
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
733
+ } & {
734
+ organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
735
+ organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
736
+ student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
737
+ guardian_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
738
+ }, "strip", z.ZodTypeAny, {
739
+ status: Status[];
740
+ search: string;
741
+ paging: PAGING;
742
+ page_count: number;
743
+ page_index: number;
744
+ load_parents: LoadParents;
745
+ load_parents_list: string[];
746
+ load_child: LoadChild;
747
+ load_child_list: string[];
748
+ load_child_count: LoadChildCount;
749
+ load_child_count_list: string[];
750
+ include_details: Record<string, any>;
751
+ where_relations: Record<string, any>;
752
+ order_by: {
753
+ name: string;
754
+ field: string;
755
+ direction: OrderBy;
756
+ }[];
757
+ include_master_data: YesNo;
758
+ date_format_id: string;
759
+ time_zone_id: string;
760
+ organisation_ids: string[];
761
+ organisation_branch_ids: string[];
762
+ student_ids: string[];
763
+ guardian_ids: string[];
764
+ }, {
765
+ date_format_id: string;
766
+ time_zone_id: string;
767
+ status?: Status[] | undefined;
768
+ search?: string | undefined;
769
+ paging?: PAGING | undefined;
770
+ page_count?: unknown;
771
+ page_index?: unknown;
772
+ load_parents?: LoadParents | undefined;
773
+ load_parents_list?: string[] | undefined;
774
+ load_child?: LoadChild | undefined;
775
+ load_child_list?: string[] | undefined;
776
+ load_child_count?: LoadChildCount | undefined;
777
+ load_child_count_list?: string[] | undefined;
778
+ include_details?: Record<string, any> | undefined;
779
+ where_relations?: Record<string, any> | undefined;
780
+ order_by?: {
781
+ name: string;
782
+ field: string;
783
+ direction: OrderBy;
784
+ }[] | undefined;
785
+ include_master_data?: YesNo | undefined;
786
+ organisation_ids?: string[] | undefined;
787
+ organisation_branch_ids?: string[] | undefined;
788
+ student_ids?: string[] | undefined;
789
+ guardian_ids?: string[] | undefined;
790
+ }>;
791
+ type StudentGuardianLinkQueryDTO = z.infer<typeof StudentGuardianLinkQuerySchema>;
792
+ declare const StudentGuardianAutofillQuerySchema: z.ZodObject<{
793
+ search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
794
+ status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
795
+ paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
796
+ page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
797
+ page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
798
+ load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
799
+ load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
800
+ load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
801
+ load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
802
+ load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
803
+ load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
804
+ include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
805
+ where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
806
+ order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
807
+ name: z.ZodEffects<z.ZodString, string, string>;
808
+ field: z.ZodEffects<z.ZodString, string, string>;
809
+ direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
810
+ }, "strip", z.ZodTypeAny, {
811
+ name: string;
812
+ field: string;
813
+ direction: OrderBy;
814
+ }, {
815
+ name: string;
816
+ field: string;
817
+ direction: OrderBy;
818
+ }>, "many">>>;
819
+ include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
820
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
821
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
822
+ } & {
823
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
824
+ organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
825
+ mobile: z.ZodEffects<z.ZodString, string, string>;
826
+ }, "strip", z.ZodTypeAny, {
827
+ status: Status[];
828
+ organisation_id: string;
829
+ organisation_branch_id: string;
830
+ search: string;
831
+ paging: PAGING;
832
+ page_count: number;
833
+ page_index: number;
834
+ load_parents: LoadParents;
835
+ load_parents_list: string[];
836
+ load_child: LoadChild;
837
+ load_child_list: string[];
838
+ load_child_count: LoadChildCount;
839
+ load_child_count_list: string[];
840
+ include_details: Record<string, any>;
841
+ where_relations: Record<string, any>;
842
+ order_by: {
843
+ name: string;
844
+ field: string;
845
+ direction: OrderBy;
846
+ }[];
847
+ include_master_data: YesNo;
848
+ date_format_id: string;
849
+ time_zone_id: string;
850
+ mobile: string;
851
+ }, {
852
+ organisation_id: string;
853
+ organisation_branch_id: string;
854
+ date_format_id: string;
855
+ time_zone_id: string;
856
+ mobile: string;
857
+ status?: Status[] | undefined;
858
+ search?: string | undefined;
859
+ paging?: PAGING | undefined;
860
+ page_count?: unknown;
861
+ page_index?: unknown;
862
+ load_parents?: LoadParents | undefined;
863
+ load_parents_list?: string[] | undefined;
864
+ load_child?: LoadChild | undefined;
865
+ load_child_list?: string[] | undefined;
866
+ load_child_count?: LoadChildCount | undefined;
867
+ load_child_count_list?: string[] | undefined;
868
+ include_details?: Record<string, any> | undefined;
869
+ where_relations?: Record<string, any> | undefined;
870
+ order_by?: {
871
+ name: string;
872
+ field: string;
873
+ direction: OrderBy;
874
+ }[] | undefined;
875
+ include_master_data?: YesNo | undefined;
876
+ }>;
877
+ type StudentGuardianAutofillQueryDTO = z.infer<typeof StudentGuardianAutofillQuerySchema>;
878
+ declare const StudentLeaveRequestSchema: z.ZodObject<{
879
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
880
+ organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
881
+ student_id: z.ZodEffects<z.ZodString, string, string>;
882
+ date_from: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
883
+ date_to: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
884
+ leave_type: z.ZodType<StudentLeaveType, z.ZodTypeDef, StudentLeaveType>;
885
+ reason: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
886
+ }, "strip", z.ZodTypeAny, {
887
+ organisation_id: string;
888
+ organisation_branch_id: string;
889
+ student_id: string;
890
+ date_from: string;
891
+ date_to: string;
892
+ leave_type: StudentLeaveType;
893
+ reason: string;
894
+ }, {
895
+ organisation_id: string;
896
+ organisation_branch_id: string;
897
+ student_id: string;
898
+ date_from: string;
899
+ date_to: string;
900
+ leave_type: StudentLeaveType;
901
+ reason?: string | undefined;
902
+ }>;
903
+ type StudentLeaveRequestDTO = z.infer<typeof StudentLeaveRequestSchema>;
904
+ declare const StudentLeaveRequestApprovalSchema: z.ZodObject<{
905
+ approval_status: z.ZodType<ApprovalStatus, z.ZodTypeDef, ApprovalStatus>;
906
+ approval_notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
907
+ }, "strip", z.ZodTypeAny, {
908
+ approval_status: ApprovalStatus;
909
+ approval_notes: string;
910
+ }, {
911
+ approval_status: ApprovalStatus;
912
+ approval_notes?: string | undefined;
913
+ }>;
914
+ type StudentLeaveRequestApprovalDTO = z.infer<typeof StudentLeaveRequestApprovalSchema>;
915
+ declare const StudentLeaveRequestQuerySchema: z.ZodObject<{
916
+ search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
917
+ status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
918
+ paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
919
+ page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
920
+ page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
921
+ load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
922
+ load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
923
+ load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
924
+ load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
925
+ load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
926
+ load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
927
+ include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
928
+ where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
929
+ order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
930
+ name: z.ZodEffects<z.ZodString, string, string>;
931
+ field: z.ZodEffects<z.ZodString, string, string>;
932
+ direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
933
+ }, "strip", z.ZodTypeAny, {
934
+ name: string;
935
+ field: string;
936
+ direction: OrderBy;
937
+ }, {
938
+ name: string;
939
+ field: string;
940
+ direction: OrderBy;
941
+ }>, "many">>>;
942
+ include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
943
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
944
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
945
+ } & {
946
+ organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
947
+ organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
948
+ student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
949
+ student_leave_request_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
950
+ approval_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ApprovalStatus>, "many">>>;
951
+ }, "strip", z.ZodTypeAny, {
952
+ status: Status[];
953
+ search: string;
954
+ paging: PAGING;
955
+ page_count: number;
956
+ page_index: number;
957
+ load_parents: LoadParents;
958
+ load_parents_list: string[];
959
+ load_child: LoadChild;
960
+ load_child_list: string[];
961
+ load_child_count: LoadChildCount;
962
+ load_child_count_list: string[];
963
+ include_details: Record<string, any>;
964
+ where_relations: Record<string, any>;
965
+ order_by: {
966
+ name: string;
967
+ field: string;
968
+ direction: OrderBy;
969
+ }[];
970
+ include_master_data: YesNo;
971
+ date_format_id: string;
972
+ time_zone_id: string;
973
+ organisation_ids: string[];
974
+ organisation_branch_ids: string[];
975
+ approval_status: ApprovalStatus[];
976
+ student_ids: string[];
977
+ student_leave_request_ids: string[];
978
+ }, {
979
+ date_format_id: string;
980
+ time_zone_id: string;
981
+ status?: Status[] | undefined;
982
+ search?: string | undefined;
983
+ paging?: PAGING | undefined;
984
+ page_count?: unknown;
985
+ page_index?: unknown;
986
+ load_parents?: LoadParents | undefined;
987
+ load_parents_list?: string[] | undefined;
988
+ load_child?: LoadChild | undefined;
989
+ load_child_list?: string[] | undefined;
990
+ load_child_count?: LoadChildCount | undefined;
991
+ load_child_count_list?: string[] | undefined;
992
+ include_details?: Record<string, any> | undefined;
993
+ where_relations?: Record<string, any> | undefined;
994
+ order_by?: {
995
+ name: string;
996
+ field: string;
997
+ direction: OrderBy;
998
+ }[] | undefined;
999
+ include_master_data?: YesNo | undefined;
1000
+ organisation_ids?: string[] | undefined;
1001
+ organisation_branch_ids?: string[] | undefined;
1002
+ approval_status?: ApprovalStatus[] | undefined;
1003
+ student_ids?: string[] | undefined;
1004
+ student_leave_request_ids?: string[] | undefined;
1005
+ }>;
1006
+ type StudentLeaveRequestQueryDTO = z.infer<typeof StudentLeaveRequestQuerySchema>;
1007
+ declare const StudentStopChangeRequestSchema: z.ZodObject<{
1008
+ organisation_id: z.ZodEffects<z.ZodString, string, string>;
1009
+ organisation_branch_id: z.ZodEffects<z.ZodString, string, string>;
1010
+ student_id: z.ZodEffects<z.ZodString, string, string>;
1011
+ student_address_id: z.ZodEffects<z.ZodString, string, string>;
1012
+ change_pickup: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
1013
+ change_drop: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
1014
+ is_temporary: z.ZodType<YesNo, z.ZodTypeDef, YesNo>;
1015
+ apply_from: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
1016
+ apply_until: z.ZodDefault<z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>>;
1017
+ reason: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1018
+ status: z.ZodType<Status, z.ZodTypeDef, Status>;
1019
+ }, "strip", z.ZodTypeAny, {
1020
+ status: Status;
1021
+ organisation_id: string;
1022
+ organisation_branch_id: string;
1023
+ student_id: string;
1024
+ student_address_id: string;
1025
+ reason: string;
1026
+ change_pickup: YesNo;
1027
+ change_drop: YesNo;
1028
+ is_temporary: YesNo;
1029
+ apply_from: string;
1030
+ apply_until: string;
1031
+ }, {
1032
+ status: Status;
1033
+ organisation_id: string;
1034
+ organisation_branch_id: string;
1035
+ student_id: string;
1036
+ student_address_id: string;
1037
+ change_pickup: YesNo;
1038
+ change_drop: YesNo;
1039
+ is_temporary: YesNo;
1040
+ apply_from: string;
1041
+ reason?: string | undefined;
1042
+ apply_until?: string | undefined;
1043
+ }>;
1044
+ type StudentStopChangeRequestDTO = z.infer<typeof StudentStopChangeRequestSchema>;
1045
+ declare const StudentStopChangeRequestApprovalSchema: z.ZodObject<{
1046
+ approval_status: z.ZodType<ApprovalStatus, z.ZodTypeDef, ApprovalStatus>;
1047
+ approval_notes: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1048
+ }, "strip", z.ZodTypeAny, {
1049
+ approval_status: ApprovalStatus;
1050
+ approval_notes: string;
1051
+ }, {
1052
+ approval_status: ApprovalStatus;
1053
+ approval_notes?: string | undefined;
1054
+ }>;
1055
+ type StudentStopChangeRequestApprovalDTO = z.infer<typeof StudentStopChangeRequestApprovalSchema>;
1056
+ declare const StudentStopChangeRequestQuerySchema: z.ZodObject<{
1057
+ search: z.ZodDefault<z.ZodEffects<z.ZodString, string, string>>;
1058
+ status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof Status>, "many">>>;
1059
+ paging: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof PAGING>>>;
1060
+ page_count: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
1061
+ page_index: z.ZodEffects<z.ZodDefault<z.ZodOptional<z.ZodNumber>>, number, unknown>;
1062
+ load_parents: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadParents>>>;
1063
+ load_parents_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1064
+ load_child: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChild>>>;
1065
+ load_child_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1066
+ load_child_count: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof LoadChildCount>>>;
1067
+ load_child_count_list: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1068
+ include_details: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
1069
+ where_relations: z.ZodDefault<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodAny>>>;
1070
+ order_by: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
1071
+ name: z.ZodEffects<z.ZodString, string, string>;
1072
+ field: z.ZodEffects<z.ZodString, string, string>;
1073
+ direction: z.ZodType<OrderBy, z.ZodTypeDef, OrderBy>;
1074
+ }, "strip", z.ZodTypeAny, {
1075
+ name: string;
1076
+ field: string;
1077
+ direction: OrderBy;
1078
+ }, {
1079
+ name: string;
1080
+ field: string;
1081
+ direction: OrderBy;
1082
+ }>, "many">>>;
1083
+ include_master_data: z.ZodDefault<z.ZodOptional<z.ZodNativeEnum<typeof YesNo>>>;
1084
+ date_format_id: z.ZodEffects<z.ZodString, string, string>;
1085
+ time_zone_id: z.ZodEffects<z.ZodString, string, string>;
1086
+ } & {
1087
+ organisation_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1088
+ organisation_branch_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1089
+ student_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1090
+ student_address_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1091
+ student_stop_change_request_ids: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
1092
+ approval_status: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof ApprovalStatus>, "many">>>;
1093
+ }, "strip", z.ZodTypeAny, {
1094
+ status: Status[];
1095
+ search: string;
1096
+ paging: PAGING;
1097
+ page_count: number;
1098
+ page_index: number;
1099
+ load_parents: LoadParents;
1100
+ load_parents_list: string[];
1101
+ load_child: LoadChild;
1102
+ load_child_list: string[];
1103
+ load_child_count: LoadChildCount;
1104
+ load_child_count_list: string[];
1105
+ include_details: Record<string, any>;
1106
+ where_relations: Record<string, any>;
1107
+ order_by: {
1108
+ name: string;
1109
+ field: string;
1110
+ direction: OrderBy;
1111
+ }[];
1112
+ include_master_data: YesNo;
1113
+ date_format_id: string;
1114
+ time_zone_id: string;
1115
+ organisation_ids: string[];
1116
+ organisation_branch_ids: string[];
1117
+ approval_status: ApprovalStatus[];
1118
+ student_ids: string[];
1119
+ student_address_ids: string[];
1120
+ student_stop_change_request_ids: string[];
1121
+ }, {
1122
+ date_format_id: string;
1123
+ time_zone_id: string;
1124
+ status?: Status[] | undefined;
1125
+ search?: string | undefined;
1126
+ paging?: PAGING | undefined;
1127
+ page_count?: unknown;
1128
+ page_index?: unknown;
1129
+ load_parents?: LoadParents | undefined;
1130
+ load_parents_list?: string[] | undefined;
1131
+ load_child?: LoadChild | undefined;
1132
+ load_child_list?: string[] | undefined;
1133
+ load_child_count?: LoadChildCount | undefined;
1134
+ load_child_count_list?: string[] | undefined;
1135
+ include_details?: Record<string, any> | undefined;
1136
+ where_relations?: Record<string, any> | undefined;
1137
+ order_by?: {
1138
+ name: string;
1139
+ field: string;
1140
+ direction: OrderBy;
1141
+ }[] | undefined;
1142
+ include_master_data?: YesNo | undefined;
1143
+ organisation_ids?: string[] | undefined;
1144
+ organisation_branch_ids?: string[] | undefined;
1145
+ approval_status?: ApprovalStatus[] | undefined;
1146
+ student_ids?: string[] | undefined;
1147
+ student_address_ids?: string[] | undefined;
1148
+ student_stop_change_request_ids?: string[] | undefined;
1149
+ }>;
1150
+ type StudentStopChangeRequestQueryDTO = z.infer<typeof StudentStopChangeRequestQuerySchema>;
1151
+ declare const toStudentPayload: (row: Student) => StudentDTO;
1152
+ declare const newStudentPayload: () => StudentDTO;
1153
+ declare const toStudentAddressPayload: (row: StudentAddress) => StudentAddressDTO;
1154
+ declare const newStudentAddressPayload: () => StudentAddressDTO;
1155
+ declare const toStudentLeaveRequestPayload: (row: StudentLeaveRequest) => StudentLeaveRequestDTO;
1156
+ declare const newStudentLeaveRequestPayload: () => StudentLeaveRequestDTO;
1157
+ declare const toStudentStopChangeRequestPayload: (row: StudentStopChangeRequest) => StudentStopChangeRequestDTO;
1158
+ declare const newStudentStopChangeRequestPayload: () => StudentStopChangeRequestDTO;
1159
+ declare const toStudentGuardianLinkPayload: (row: StudentGuardianLink) => StudentGuardianLinkDTO;
1160
+ declare const newStudentGuardianLinkPayload: () => StudentGuardianLinkDTO;
1161
+ declare const findStudent: (data: StudentQueryDTO) => Promise<FBR<Student[]>>;
1162
+ declare const createStudent: (data: StudentDTO) => Promise<SBR>;
1163
+ declare const updateStudent: (id: string, data: StudentDTO) => Promise<SBR>;
1164
+ declare const deleteStudent: (id: string) => Promise<SBR>;
1165
+ declare const findStudentsWithNoRoutePickup: (data: StudentNoRouteQueryDTO) => Promise<FBR<Student[]>>;
1166
+ declare const findStudentsWithNoRouteDrop: (data: StudentNoRouteQueryDTO) => Promise<FBR<Student[]>>;
1167
+ declare const updateProfilePicture: (id: string, data: StudentProfilePictureDTO) => Promise<SBR>;
1168
+ declare const createStudentAddress: (data: StudentAddressDTO) => Promise<SBR>;
1169
+ declare const findStudentAddress: (data: StudentAddressQueryDTO) => Promise<FBR<StudentAddress[]>>;
1170
+ declare const updateStudentAddress: (id: string, data: StudentAddressDTO) => Promise<SBR>;
1171
+ declare const updateAddressBusStopAssign: (id: string, data: StudentAddressBusStopAssignDTO) => Promise<SBR>;
1172
+ declare const deleteStudentAddress: (id: string) => Promise<SBR>;
1173
+ declare const createStudentGuardianLink: (data: StudentGuardianLinkDTO) => Promise<SBR>;
1174
+ declare const findStudentGuardianLink: (data: StudentGuardianLinkQueryDTO) => Promise<FBR<StudentGuardianLink[]>>;
1175
+ declare const updateStudentGuardianLink: (id: string, data: StudentGuardianLinkDTO) => Promise<SBR>;
1176
+ declare const updateGuardianProfilePicture: (id: string, data: GuardianProfilePictureDTO) => Promise<SBR>;
1177
+ declare const updateGuardianDetails: (id: string, data: GuardianDetailsDTO) => Promise<SBR>;
1178
+ declare const updateGuardianMobileNumber: (id: string, data: GuardianMobileNumberDTO) => Promise<SBR>;
1179
+ declare const deleteStudentGuardian: (id: string) => Promise<SBR>;
1180
+ declare const findStudentGuardianAutofillDetails: (data: StudentGuardianAutofillQueryDTO) => Promise<FBR<StudentGuardianLink[]>>;
1181
+ declare const createStudentLeaveRequest: (data: StudentLeaveRequestDTO) => Promise<SBR>;
1182
+ declare const findStudentLeaveRequest: (data: StudentLeaveRequestQueryDTO) => Promise<FBR<StudentLeaveRequest[]>>;
1183
+ declare const updateStudentLeaveRequest: (id: string, data: StudentLeaveRequestDTO) => Promise<SBR>;
1184
+ declare const approveLeaveRequest: (id: string, data: StudentLeaveRequestApprovalDTO) => Promise<SBR>;
1185
+ declare const deleteStudentLeaveRequest: (id: string) => Promise<SBR>;
1186
+ declare const createStudentStopChangeRequest: (data: StudentStopChangeRequestDTO) => Promise<SBR>;
1187
+ declare const findStudentStopChangeRequest: (data: StudentStopChangeRequestQueryDTO) => Promise<FBR<StudentStopChangeRequest[]>>;
1188
+ declare const updateStudentStopChangeRequest: (id: string, data: StudentStopChangeRequestDTO) => Promise<SBR>;
1189
+ declare const approveStopChangeRequest: (id: string, data: StudentStopChangeRequestApprovalDTO) => Promise<SBR>;
1190
+ declare const deleteStudentStopChangeRequest: (id: string) => Promise<SBR>;
1191
+
1192
+ export { type GuardianDetailsDTO, GuardianDetailsSchema, type GuardianMobileNumberDTO, GuardianMobileNumberSchema, type GuardianProfilePictureDTO, GuardianProfilePictureSchema, type Student, type StudentAddress, type StudentAddressBusStopAssignDTO, StudentAddressBusStopAssignSchema, type StudentAddressDTO, type StudentAddressQueryDTO, StudentAddressQuerySchema, StudentAddressSchema, type StudentDTO, type StudentGuardianAutofillQueryDTO, StudentGuardianAutofillQuerySchema, type StudentGuardianLink, type StudentGuardianLinkDTO, type StudentGuardianLinkQueryDTO, StudentGuardianLinkQuerySchema, StudentGuardianLinkSchema, type StudentLeaveRequest, type StudentLeaveRequestApprovalDTO, StudentLeaveRequestApprovalSchema, type StudentLeaveRequestDTO, type StudentLeaveRequestQueryDTO, StudentLeaveRequestQuerySchema, StudentLeaveRequestSchema, type StudentNoRouteQueryDTO, StudentNoRouteQuerySchema, type StudentProfilePictureDTO, StudentProfilePictureSchema, type StudentQueryDTO, StudentQuerySchema, StudentSchema, type StudentStopChangeRequest, type StudentStopChangeRequestApprovalDTO, StudentStopChangeRequestApprovalSchema, type StudentStopChangeRequestDTO, type StudentStopChangeRequestQueryDTO, StudentStopChangeRequestQuerySchema, StudentStopChangeRequestSchema, approveLeaveRequest, approveStopChangeRequest, createStudent, createStudentAddress, createStudentGuardianLink, createStudentLeaveRequest, createStudentStopChangeRequest, deleteStudent, deleteStudentAddress, deleteStudentGuardian, deleteStudentLeaveRequest, deleteStudentStopChangeRequest, findStudent, findStudentAddress, findStudentGuardianAutofillDetails, findStudentGuardianLink, findStudentLeaveRequest, findStudentStopChangeRequest, findStudentsWithNoRouteDrop, findStudentsWithNoRoutePickup, newStudentAddressPayload, newStudentGuardianLinkPayload, newStudentLeaveRequestPayload, newStudentPayload, newStudentStopChangeRequestPayload, toStudentAddressPayload, toStudentGuardianLinkPayload, toStudentLeaveRequestPayload, toStudentPayload, toStudentStopChangeRequestPayload, updateAddressBusStopAssign, updateGuardianDetails, updateGuardianMobileNumber, updateGuardianProfilePicture, updateProfilePicture, updateStudent, updateStudentAddress, updateStudentGuardianLink, updateStudentLeaveRequest, updateStudentStopChangeRequest };